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
hotfix
master
arg@mig29
18 years ago
parent
3dcdbe2a57
commit
201b056e39
1 changed files
with
13 additions
and
13 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+13
-13
main.c
+ 13
- 13
main.c
View File
@ -182,23 +182,23 @@ kpress(XKeyEvent * e) {
switch
(
ksym
)
{
default
:
return
;
case
XK_h
:
ksym
=
XK_Left
;
break
;
ksym
=
XK_Left
;
break
;
case
XK_l
:
ksym
=
XK_Right
;
break
;
ksym
=
XK_Right
;
break
;
case
XK_j
:
ksym
=
XK_Next
;
break
;
case
XK_
l
:
ksym
=
XK_Prior
;
break
;
ksym
=
XK_Next
;
break
;
case
XK_
k
:
ksym
=
XK_Prior
;
break
;
case
XK_g
:
ksym
=
XK_Home
;
break
;
ksym
=
XK_Home
;
break
;
case
XK_G
:
ksym
=
XK_End
;
break
;
ksym
=
XK_End
;
break
;
}
}
switch
(
ksym
)
{
Write
Preview
Loading…
Cancel
Save