The property values now refer to keycodes, not keysyms. Signed-off-by: Peter Hutterer <[email protected]> --- include/Xwacom.h | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/include/Xwacom.h b/include/Xwacom.h index f0fdd64..e8ab6bd 100644 --- a/include/Xwacom.h +++ b/include/Xwacom.h @@ -42,7 +42,7 @@ * 256 actions on press, where a zero terminates the actions. * * e.g. - * AC_KEY | AC_KEYBTNPRESS | XK_H is a key press for 'H'. + * AC_KEY | AC_KEYBTNPRESS | <keycode> is a key press fo key <keycode>. * AC_BUTTON | AC_KEYBTNPRESS | 1 is a button press for 1 * AC_BUTTON | 1 is a button release for 1 * -- 1.7.2.1 ------------------------------------------------------------------------------ This SF.net email is sponsored by Make an app they can't live without Enter the BlackBerry Developer Challenge http://p.sf.net/sfu/RIM-dev2dev _______________________________________________ Linuxwacom-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/linuxwacom-devel
