projects
/
platform
/
upstream
/
libxkbcommon.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d83fe70
)
test: make sure keycode 0 works fine
author
Ran Benita
<ran234@gmail.com>
Wed, 14 Aug 2013 08:35:01 +0000
(11:35 +0300)
committer
Ran Benita
<ran234@gmail.com>
Wed, 14 Aug 2013 08:37:57 +0000
(11:37 +0300)
It is a legal keycode but we never tried it actually.
Signed-off-by: Ran Benita <ran234@gmail.com>
test/data/keycodes/evdev-xkbcommon
patch
|
blob
|
history
diff --git
a/test/data/keycodes/evdev-xkbcommon
b/test/data/keycodes/evdev-xkbcommon
index e388362bedf44d13164e4aec33c6125cafe685fe..5d688fa107fc082730d43203b1ba29b8a307d7d9 100644
(file)
--- a/
test/data/keycodes/evdev-xkbcommon
+++ b/
test/data/keycodes/evdev-xkbcommon
@@
-1,4
+1,5
@@
default xkb_keycodes "evdev" {
+ <ZERO> = 0;
<ESC> = 1;
<1> = 2;
<2> = 3;