summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorDaniel Stone <daniel@fooishbar.org>2013-05-09 14:47:09 +0100
committerDaniel Stone <daniel@fooishbar.org>2013-05-09 14:47:09 +0100
commit17a956d80781846903c90b7bd4beaf8ac7aac40c (patch)
tree549912d7d8644616cf24ede7a7c20353f2e0d7e6 /test
parenta392d2682bfbf5ce6c3ee153c6a08bb456da0660 (diff)
Widen keycode range to 8/255 if possible (bug #63390)
If the keycode range is smaller than 8 → 255, artifically widen it when dumping the keymap as not to displease X. Signed-off-by: Daniel Stone <daniel@fooishbar.org>
Diffstat (limited to 'test')
-rw-r--r--test/data/keymaps/stringcomp.data2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/data/keymaps/stringcomp.data b/test/data/keymaps/stringcomp.data
index 7d21eb5..8f80fcc 100644
--- a/test/data/keymaps/stringcomp.data
+++ b/test/data/keymaps/stringcomp.data
@@ -1,5 +1,7 @@
xkb_keymap {
xkb_keycodes "evdev_aliases(qwerty)" {
+ minimum = 8;
+ maximum = 255;
<ESC> = 9;
<AE01> = 10;
<AE02> = 11;