mirror of
https://github.com/pikami/st.git
synced 2025-04-21 17:06:58 +01:00
Checking for the lower X11 special keys too. Thanks Benjamin R. Haskell!
This commit is contained in:
parent
3c6ec1995d
commit
fc2b366968
2
st.c
2
st.c
@ -2728,7 +2728,7 @@ kmap(KeySym k, uint state) {
|
||||
break;
|
||||
}
|
||||
if(i == LEN(mappedkeys)) {
|
||||
if((k & 0xFFFF) < 0xFF00)
|
||||
if((k & 0xFFFF) < 0xFD00)
|
||||
return NULL;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user