From 4307dc3522ce6948cf943d4c5b51d4714a630216 Mon Sep 17 00:00:00 2001 From: Peter Hutterer Date: Wed, 18 Aug 2010 13:11:18 +1000 Subject: Update a comment in the light of the driver sending keycodes now. The property values now refer to keycodes, not keysyms. Signed-off-by: Peter Hutterer Acked-by: Ping Cheng --- include/Xwacom.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include') diff --git a/include/Xwacom.h b/include/Xwacom.h index f0fdd64..bec9a26 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 | is a key press for key . * AC_BUTTON | AC_KEYBTNPRESS | 1 is a button press for 1 * AC_BUTTON | 1 is a button release for 1 * -- cgit v1.2.1