branch: externals/xelb
commit 82159917ea1f8813e38f83491ece5bab2e7b67fe
Author: Chris Feng <chris.w.f...@gmail.com>
Commit: Chris Feng <chris.w.f...@gmail.com>

    Add a missing function key
    
    * xcb-keysyms.el (xcb:keysyms:-function-keys): add a missing function key
---
 xcb-keysyms.el |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/xcb-keysyms.el b/xcb-keysyms.el
index 8ca7e1f..91b293b 100644
--- a/xcb-keysyms.el
+++ b/xcb-keysyms.el
@@ -235,7 +235,7 @@ SHIFT LOCK is ignored."
                                         ;#xffe0 - #xffef
     ;; f35 ,@(make-list 15 nil)
     f35 lshift* rshift* lcontrol* rcontrol* caps-lock* shift-lock*
-    lmeta* rmeta* lalt* ralt* lsuper* rsuper* lhyper* rhyper*
+    lmeta* rmeta* lalt* ralt* lsuper* rsuper* lhyper* rhyper* nil
                                         ;#xff00 - #xffff
     ,@(make-list 15 nil) delete]
   "Emacs event representations of X function keys (keysym #xff00 to #xffff).")

Reply via email to