This commit is contained in:
arg@mig29 2006-12-14 14:41:53 +01:00
parent 3dcdbe2a57
commit 201b056e39
1 changed files with 13 additions and 13 deletions

2
main.c
View File

@ -190,7 +190,7 @@ kpress(XKeyEvent * e) {
case XK_j:
ksym = XK_Next;
break;
case XK_l:
case XK_k:
ksym = XK_Prior;
break;
case XK_g: