mirror of https://github.com/0intro/wmii
fixed serious bug in wmikeys
This commit is contained in:
parent
df708da914
commit
38f1663df9
|
@ -259,7 +259,7 @@ static void handle_shortcut(Window w, unsigned long mod, KeyCode key)
|
|||
spawn(dpy, s->cmdfile->content);
|
||||
return;
|
||||
}
|
||||
if (s->next)
|
||||
if (s && s->next)
|
||||
handle_shortcut_chain(w, s, s->name, 1);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue