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
added uppercase chars for C-u and C-h as well
master
Anselm R.Garbe
18 years ago
parent
e4fbc43253
commit
0af369ba65
1 changed files
with
2 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-0
main.c
+ 2
- 0
main.c
View File
@ -172,9 +172,11 @@ kpress(XKeyEvent * e)
return
;
break
;
case
XK_h
:
case
XK_H
:
ksym
=
XK_BackSpace
;
break
;
case
XK_u
:
case
XK_U
:
text
[
0
]
=
0
;
match
(
text
)
;
drawmenu
(
)
;
Write
Preview
Loading…
Cancel
Save