diff options
Diffstat (limited to 'src/hyper/dialog.c')
-rw-r--r-- | src/hyper/dialog.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/hyper/dialog.c b/src/hyper/dialog.c index 61cdda70..5d067a4a 100644 --- a/src/hyper/dialog.c +++ b/src/hyper/dialog.c @@ -1238,7 +1238,7 @@ dialog(XEvent *event, KeySym keysym, char *buffer) { /* only handle normal keys */ - if (event->xkey.state & ShiftModMask) + if (event->xkey.state & UnsupportedModMask) BeepAtTheUser(); else add_buffer_to_sym(buffer, item); |