[Xfce4-commits] [xfce/libxfce4ui] 01/01: Add shortcuts for xfwm4 to tile windows to corners (bug #11652)
noreply at xfce.org
noreply at xfce.org
Sat Mar 7 23:15:13 CET 2015
This is an automated email from the git hooks/post-receive script.
hjudt pushed a commit to branch master
in repository xfce/libxfce4ui.
commit 1101fbf4f78106a116858d0bdb24eabfcc2eaab0
Author: Harald Judt <h.judt at gmx.at>
Date: Sat Mar 7 22:32:22 2015 +0100
Add shortcuts for xfwm4 to tile windows to corners (bug #11652)
---
libxfce4kbd-private/xfce-shortcuts-xfwm4.c | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/libxfce4kbd-private/xfce-shortcuts-xfwm4.c b/libxfce4kbd-private/xfce-shortcuts-xfwm4.c
index 2626d2b..9caf627 100644
--- a/libxfce4kbd-private/xfce-shortcuts-xfwm4.c
+++ b/libxfce4kbd-private/xfce-shortcuts-xfwm4.c
@@ -82,6 +82,10 @@ const ShortcutTemplate xfwm4_shortcut_values[] = {
{ N_("Tile window to the bottom"), "tile_down_key" },
{ N_("Tile window to the left"), "tile_left_key" },
{ N_("Tile window to the right"), "tile_right_key" },
+ { N_("Tile window to the top-left"), "tile_up_left_key" },
+ { N_("Tile window to the top-right"), "tile_up_right_key" },
+ { N_("Tile window to the bottom-left"), "tile_down_left_key" },
+ { N_("Tile window to the bottom-right"), "tile_down_right_key" },
{ N_("Show desktop"), "show_desktop_key" },
{ N_("Upper workspace"), "up_workspace_key" },
{ N_("Bottom workspace"), "down_workspace_key" },
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Xfce4-commits
mailing list