summaryrefslogtreecommitdiff
path: root/Backends/CLX/keysyms-common.lisp
diff options
context:
space:
mode:
Diffstat (limited to 'Backends/CLX/keysyms-common.lisp')
-rw-r--r--Backends/CLX/keysyms-common.lisp2
1 files changed, 1 insertions, 1 deletions
diff --git a/Backends/CLX/keysyms-common.lisp b/Backends/CLX/keysyms-common.lisp
index a72022de..7dff0ae5 100644
--- a/Backends/CLX/keysyms-common.lisp
+++ b/Backends/CLX/keysyms-common.lisp
@@ -174,7 +174,7 @@
(defconstant +control-bit+ #b00000100)
(defparameter *meta-bit* #b00001000)
(defparameter *hyper-bit* #b00100000)
- (defparameter *super-bit* #b00100000))
+ (defparameter *super-bit* #b01000000))
;;; Given an X11/CLX modifier mask, return a CLIM modifier mask with
;;; the relevant bits set. Recall that the CLIM modifier mask does