! Please note that this is a snapshot of our old Bugzilla server, which is read only since May 29, 2020. Please go to gitlab.xfce.org for our new server !
Unergonomic default shortcuts for tile-left/right
Status:
RESOLVED: MOVED
Product:
Libxfce4ui
Component:
General

Comments

Description Andrzej editbugs 2012-04-23 08:48:33 CEST
The default keyboard shortcuts for "tile window to the left" and "tile window to the right" are very unergonomic. I forgot what the combination of keys was but it was actually hard for me to press (or is it just my hand/keyboard issue?).

Suggestion: since most users expecting this feature come from other DE's or OS's it may be a good idea to follow already established conventions.
Comment 1 Silvio Knizek 2015-03-23 22:16:46 CET
AFAIK there are no default shortcuts for this.
But other window managers (at least compiz) with this feature tend to use ctrl + alt + the appropriate key at the numpad. Would be only bad for laptop users without keypad.
Comment 2 Florian Schüller 2017-12-20 23:47:21 CET
Is this the right place to suggest to add the following shortcuts to the default configuration?

-- snippet of xfce4-keyboard-shortcuts.xml

<channel name="xfce4-keyboard-shortcuts" version="1.0">

  <property name="xfwm4" type="empty">
    <property name="default" type="empty">

      <property name="&lt;Super&gt;KP_1" type="string" value="tile_down_left_key"/>
      <property name="&lt;Super&gt;KP_2" type="string" value="tile_down_key"/>
      <property name="&lt;Super&gt;KP_3" type="string" value="tile_down_right_key"/>
      <property name="&lt;Super&gt;KP_4" type="string" value="tile_left_key"/>
      <property name="&lt;Super&gt;KP_6" type="string" value="tile_right_key"/>
      <property name="&lt;Super&gt;KP_7" type="string" value="tile_up_left_key"/>
      <property name="&lt;Super&gt;KP_8" type="string" value="tile_up_key"/>
      <property name="&lt;Super&gt;KP_9" type="string" value="tile_up_right_key"/>

    </property>
  </property>
</channel>

--
Tile-left/right would then be Super-KP_4 and Super-KP_6, respectively.

IMHO this might also be ok for notebook users, as often "Numpad-keys" can be done with "Fn" and a normal key. So "tile-left" might be something like "Super+Fn u" (or similar) for notebooks without keypad.
Comment 3 Git Bot editbugs 2020-05-25 23:00:47 CEST
-- GitLab Migration Automatic Message --

This bug has been migrated to xfce.org's GitLab instance and has been closed from further activity.

You can subscribe and participate further through the new bug through this link to our GitLab instance: https://gitlab.xfce.org/xfce/libxfce4ui/-/issues/2.

Please create an account or use an existing account on one of our supported OAuth providers. 

If you want to fork to submit patches and merge requests please continue reading here: https://docs.xfce.org/contribute/dev/git/start#gitlab_forks_and_merge_requests

Also feel free to reach out to us on the mailing list https://mail.xfce.org/mailman/listinfo/xfce4-dev

Bug #8769

Reported by:
Andrzej
Reported on: 2012-04-23
Last modified on: 2020-05-25

People

Assignee:
Nick Schermer
CC List:
5 users

Version

Version:
4.13.4

Attachments

Additional information