[Xfce4-commits] <libxfce4ui:jeromeg/keyboard-shortcuts-rework> Also grab with MOD5 modifier.

Jérôme Guelfucci noreply at xfce.org
Thu Jun 2 23:32:03 CEST 2011


Updating branch refs/heads/jeromeg/keyboard-shortcuts-rework
         to a3d141ec2665de548da5073366fcbc873468d0f1 (commit)
       from 56f8e3858e6d84850f51c1772f8f4617bae4dd9b (commit)

commit a3d141ec2665de548da5073366fcbc873468d0f1
Author: Jérôme Guelfucci <jeromeg at xfce.org>
Date:   Thu Jun 2 14:56:34 2011 +0200

    Also grab with MOD5 modifier.

 libxfce4kbd-private/xfce-shortcuts-grabber.c |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/libxfce4kbd-private/xfce-shortcuts-grabber.c b/libxfce4kbd-private/xfce-shortcuts-grabber.c
index cd1dbe9..2e60fa7 100644
--- a/libxfce4kbd-private/xfce-shortcuts-grabber.c
+++ b/libxfce4kbd-private/xfce-shortcuts-grabber.c
@@ -373,7 +373,11 @@ xfce_shortcuts_grabber_grab (XfceShortcutsGrabber *grabber,
             0,
             GDK_MOD2_MASK,
             GDK_LOCK_MASK,
+            GDK_MOD5_MASK,
             GDK_MOD2_MASK | GDK_LOCK_MASK,
+            GDK_MOD2_MASK | GDK_MOD5_MASK,
+            GDK_LOCK_MASK | GDK_MOD5_MASK,
+            GDK_MOD2_MASK | GDK_LOCK_MASK | GDK_MOD5_MASK,
           };
 
           /* Retrieve the root window of the screen */



More information about the Xfce4-commits mailing list