hotfix
This commit is contained in:
parent
3dcdbe2a57
commit
201b056e39
1 changed files with 13 additions and 13 deletions
2
main.c
2
main.c
|
@ -190,7 +190,7 @@ kpress(XKeyEvent * e) {
|
||||||
case XK_j:
|
case XK_j:
|
||||||
ksym = XK_Next;
|
ksym = XK_Next;
|
||||||
break;
|
break;
|
||||||
case XK_l:
|
case XK_k:
|
||||||
ksym = XK_Prior;
|
ksym = XK_Prior;
|
||||||
break;
|
break;
|
||||||
case XK_g:
|
case XK_g:
|
||||||
|
|
Loading…
Reference in a new issue