diff --git a/src/event.c b/src/event.c index 6b2e0db0..3e2ecb6f 100644 --- a/src/event.c +++ b/src/event.c @@ -1791,7 +1791,7 @@ static void handleKeyPress(XEvent * event) { char *cmdline; - cmdline = ExpandOptions(scr, _("exec %a(Run,Type command to run:)")); + cmdline = ExpandOptions(scr, _("exec %A(Run,Type command to run:)")); if (cmdline) { XGrabPointer(dpy, scr->root_win, True, 0,