changeset 3:957d697d27d3

Minimize interference with menus Fake keypresses of the left Alt key interfere with the menus of several toolkits, use the left Shift key instead.
author Guido Berhoerster <guido+xinhibit-applet@berhoerster.name>
date Sat, 27 Jul 2013 19:21:07 +0200
parents 432155b982cf
children 54ecfe6a14cf
files xia-inhibitor.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/xia-inhibitor.c	Sat Apr 27 21:30:44 2013 +0200
+++ b/xia-inhibitor.c	Sat Jul 27 19:21:07 2013 +0200
@@ -62,7 +62,7 @@
 
 	if (keycode == 0) {
 		keycode = XKeysymToKeycode(gdk_x11_get_default_xdisplay(),
-		    XK_Alt_L);
+		    XK_Shift_L);
 		if (keycode == 0) {
 			return (TRUE);
 		}