[Xfce-bugs] [Bug 11652] New: Unable to set keyboard shortcuts for corner tiling
bugzilla-daemon at xfce.org
bugzilla-daemon at xfce.org
Sat Mar 7 12:04:24 CET 2015
https://bugzilla.xfce.org/show_bug.cgi?id=11652
Bug ID: 11652
Summary: Unable to set keyboard shortcuts for corner tiling
Classification: Xfce
Product: Libxfce4ui
Version: git
Hardware: Other
OS: Linux
Status: NEW
Severity: normal
Priority: Medium
Component: General
Assignee: nick at xfce.org
Reporter: briancschott at gmail.com
CC: hjudt at xfce.org, xfce-bugs at xfce.org
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" },
--
You are receiving this mail because:
You are on the CC list for the bug.
More information about the Xfce-bugs
mailing list