summaryrefslogtreecommitdiff
path: root/uisimulator/x11/screenhack.c
diff options
context:
space:
mode:
Diffstat (limited to 'uisimulator/x11/screenhack.c')
-rw-r--r--uisimulator/x11/screenhack.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/uisimulator/x11/screenhack.c b/uisimulator/x11/screenhack.c
index 3b94309a7f..332abee0c3 100644
--- a/uisimulator/x11/screenhack.c
+++ b/uisimulator/x11/screenhack.c
@@ -197,8 +197,6 @@ int screenhack_handle_event (Display *dpy, XEvent *event)
197 KeySym keysym; 197 KeySym keysym;
198 unsigned char c = 0; 198 unsigned char c = 0;
199 XLookupString (&event->xkey, &c, 1, &keysym, 0); 199 XLookupString (&event->xkey, &c, 1, &keysym, 0);
200 if (! (keysym >= XK_Shift_L && keysym <= XK_Hyper_R))
201 XBell (dpy, 0); /* beep for non-chord keys */
202 key = keysym; 200 key = keysym;
203 /* fprintf(stderr, "KEY PRESSED: %c (%02x)\n", c, c); */ 201 /* fprintf(stderr, "KEY PRESSED: %c (%02x)\n", c, c); */
204 } 202 }