input: accept Shift modifier for Enter and Tab keys
commit1f1ef44dd15f1e45d13489f96886cfd5f0c57aa3
authorUoti Urpala <uau@glyph.nonexistent.invalid>
Sat, 5 Feb 2011 00:16:17 +0000 (5 02:16 +0200)
committerUoti Urpala <uau@glyph.nonexistent.invalid>
Sat, 5 Feb 2011 00:16:17 +0000 (5 02:16 +0200)
tree7d6dfa222f067b5607941b6c7960bf72c901daed
parent7f576e8b6633571ed9eb8fa9106cb06592b7470c
input: accept Shift modifier for Enter and Tab keys

Enter and Tab are the only named keys (rather than identified by the
printable character they produce) with code below 256. Add a special
case to recognize the Shift modifier with them.
input/input.c