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
rebind ^N ^P
master
Connor Lane Smith
13 years ago
parent
0288b576ca
commit
34a816f87d
2 changed files
with
3 additions
and
3 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
config.mk
+2
-2
dmenu.c
+ 1
- 1
config.mk
View File
@ -1,5 +1,5 @@
# dmenu version
VERSION
=
4.
3.1
VERSION
=
4.
4
# paths
PREFIX
=
/usr/local
+ 2
- 2
dmenu.c
View File
@ -268,10 +268,10 @@ keypress(XKeyEvent *ev) {
match
(
False
)
;
break
;
case
XK_n
:
ksym
=
XK_
Down
;
ksym
=
XK_
Next
;
break
;
case
XK_p
:
ksym
=
XK_
Up
;
ksym
=
XK_
Prior
;
break
;
case
XK_u
:
/* delete left */
insert
(
NULL
,
0
-
cursor
)
;
Write
Preview
Loading…
Cancel
Save