This website works better with JavaScript.
Home
Explore
Help
Sign In
Linux
/
st
generated from
gmarx/git-template
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
Checking for the lower X11 special keys too. Thanks Benjamin R. Haskell!
master
Christoph Lohmann
12 years ago
parent
3c6ec1995d
commit
fc2b366968
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
st.c
+ 1
- 1
st.c
View File
@ -2728,7 +2728,7 @@ kmap(KeySym k, uint state) {
break
;
}
if
(
i
=
=
LEN
(
mappedkeys
)
)
{
if
(
(
k
&
0xFFFF
)
<
0xF
F
00
)
if
(
(
k
&
0xFFFF
)
<
0xF
D
00
)
return
NULL
;
}
Write
Preview
Loading…
Cancel
Save