From 6e7551663d2955980dd1567935459b49f5336f59 Mon Sep 17 00:00:00 2001 From: sidorares Date: Tue, 30 Aug 2011 15:18:18 +1000 Subject: [PATCH] more codes link comment --- lib/x11/keysyms.js | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/x11/keysyms.js b/lib/x11/keysyms.js index 688c982..5d6ba72 100644 --- a/lib/x11/keysyms.js +++ b/lib/x11/keysyms.js @@ -1,3 +1,4 @@ +// TODO: add more XF86XK_* codes from http://codesearch.google.com/#FIqYkqGz-i8/classlib/modules/awt/src/main/java/unix/org/apache/harmony/awt/nativebridge/linux/X11Defs.java module.exports = { XK_VoidSymbol: 0xFFFFFF, XK_BackSpace: 0xFF08,