@ -1,5 +1,5 @@
# dmenu version
VERSION = 1.7.1
VERSION = 1.8
# Customize below to fit your system
@ -178,6 +178,29 @@ kpress(XKeyEvent * e) {
break;
}
if(e->state & Mod1Mask) {
switch(ksym) {
default: return;
case XK_h:
ksym = XK_Left;
case XK_l:
ksym = XK_Right;
case XK_j:
ksym = XK_Next;
ksym = XK_Prior;
case XK_g:
ksym = XK_Home;
case XK_G:
ksym = XK_End;
default:
if(num && !iscntrl((int) buf[0])) {