This website works better with JavaScript.
Home
Explore
Help
Sign In
Linux
/
dmenu
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
applied Sanders dmenu_ctrlchars.patch (thanks!)
master
Anselm R. Garbe
18 years ago
parent
a45d6983ab
commit
c0fcfb7827
1 changed files
with
8 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+8
-0
main.c
+ 8
- 0
main.c
View File
@ -171,6 +171,14 @@ kpress(XKeyEvent * e) {
case
XK_H
:
ksym
=
XK_BackSpace
;
break
;
case
XK_i
:
case
XK_I
:
ksym
=
XK_Tab
;
break
;
case
XK_j
:
case
XK_J
:
ksym
=
XK_Return
;
break
;
case
XK_u
:
case
XK_U
:
text
[
0
]
=
0
;
Write
Preview
Loading…
Cancel
Save