chiark / gitweb /
terminal/idev: don't map XKB_KEY_NoSymbol as ASCII 0
authorDavid Herrmann <dh.herrmann@gmail.com>
Fri, 3 Oct 2014 10:48:36 +0000 (12:48 +0200)
committerDavid Herrmann <dh.herrmann@gmail.com>
Fri, 3 Oct 2014 13:57:00 +0000 (15:57 +0200)
commitfe741a85c1912ead26c1a78251e1d490a8a432b3
tree9f3692b469b6914d3eb155c257c6a02bad0e1f67
parent61d0326a5b1c11a8f2e8e31ec9093e81daa26588
terminal/idev: don't map XKB_KEY_NoSymbol as ASCII 0

XKB_KEY_NoSymbol is defined as 0 but does not correspond to a VT key with
ASCII value 0. No such key exists, so don't try to find such a key.
src/libsystemd-terminal/idev-keyboard.c