This commit is contained in:
Connor Lane Smith 2011-06-13 19:25:40 +01:00
parent 86775cc44b
commit 723cbabc12
1 changed files with 1 additions and 0 deletions

View File

@ -260,6 +260,7 @@ keypress(XKeyEvent *ev) {
ksym = XK_Tab;
break;
case XK_j:
case XK_m:
ksym = XK_Return;
break;
case XK_k: /* delete right */