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: [email protected]
          Reporter: [email protected]
                CC: [email protected], [email protected]

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.
_______________________________________________
Xfce-bugs mailing list
[email protected]
https://mail.xfce.org/mailman/listinfo/xfce-bugs

Reply via email to