commit | 8ba57cf87bc636d9dc5d793ea9e6cfaa9d13b2af | [log] [tgz] |
---|---|---|
author | Benno Schulenberg <bensberg@justemail.net> | Sun Sep 18 20:55:59 2016 +0200 |
committer | Benno Schulenberg <bensberg@justemail.net> | Tue Sep 20 11:11:44 2016 +0200 |
tree | c9a3785397849a0cfcb4301806cfff47a599ba0a | |
parent | e2027aee152352948ff3e2de03d00310bbcdc65b [diff] |
input: don't return zero when some function is completely unbound Returning a zero would mean returning a ^Space -- the keycode that by default is bound to the Next-Word function. So, unbinding the keys to which the modified Arrow keys are hard bound would cause the latter ones to mysteriously jump to the next word. This partially fixes https://savannah.gnu.org/bugs/?49058.