! 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 !
Unable to set keyboard shortcuts for corner tiling
Status:
RESOLVED: FIXED
Product:
Libxfce4ui
Component:
General

Comments

Description briancschott 2015-03-07 12:04:24 CET
It's not possible to configure keyboard shortcuts to tile windows to corners using the xfce 4.12 release. To fix this, the following lines should be added to libxfce4ui/libxfce4kbd-private/xfce-shortcuts-xfwm4.c:

  { N_("Tile window to the bottom-left"), "tile_down_left_key" },
  { N_("Tile window to the bottom-right"), "tile_down_right_key" },
  { N_("Tile window to the top-left"), "tile_up_left_key" },
  { N_("Tile window to the top-right"), "tile_up_right_key" },

Bug #11652

Reported by:
briancschott
Reported on: 2015-03-07
Last modified on: 2015-03-07

People

Assignee:
Nick Schermer
CC List:
2 users

Version

Attachments

Additional information