summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorRan Benita <ran234@gmail.com>2013-02-17 13:39:41 +0200
committerDaniel Stone <daniel@fooishbar.org>2013-03-18 22:20:01 +0000
commitbc7b2ff2fbb5c2d472b1722d2658c461d7c6c09c (patch)
treef1f1144a3a1c34c7c995ede3a12a2ac21b4c8f42 /test
parent4058110676dc500e73cdb305d363d13907b52bdc (diff)
test/keyseq: re-add de(neo) level5 test
See: https://bugs.freedesktop.org/show_bug.cgi?id=50935 This works now after syncing with recent xkeyboard-config. Signed-off-by: Ran Benita <ran234@gmail.com>
Diffstat (limited to 'test')
-rw-r--r--test/keyseq.c11
1 files changed, 5 insertions, 6 deletions
diff --git a/test/keyseq.c b/test/keyseq.c
index 5aa53a6..ab817bc 100644
--- a/test/keyseq.c
+++ b/test/keyseq.c
@@ -370,12 +370,11 @@ main(void)
/* Level 5. */
KEY_RIGHTALT, DOWN, XKB_KEY_ISO_Level5_Shift, NEXT,
- /*
- * XXX: This doesn't work, but gives level1 keysyms.
- * This does work when when de(neo) is the first layout
- * (before us,il etc.). It's like that in the X server
- * as well. Investigate.
- */
+ KEY_5, BOTH, XKB_KEY_periodcentered, NEXT,
+ KEY_E, BOTH, XKB_KEY_Up, NEXT,
+ KEY_SPACE, BOTH, XKB_KEY_KP_0, NEXT,
+ KEY_KP8, BOTH, XKB_KEY_KP_Up, NEXT,
+ KEY_ESC, BOTH, XKB_KEY_Escape, NEXT,
KEY_RIGHTALT, UP, XKB_KEY_ISO_Level5_Shift, NEXT,
KEY_V, BOTH, XKB_KEY_p, FINISH));