Skip to content
Snippets Groups Projects
Commit 939b2b17 authored by Birte Kristina Friesel's avatar Birte Kristina Friesel
Browse files

Always overwrite/cancel out default keybindings

parent 699a470e
No related branches found
No related tags found
No related merge requests found
......@@ -44,8 +44,10 @@ static void feh_set_parse_kb_partial(fehkey *key, int index, char *ks) {
char *cur = ks;
int mod = 0;
if (!*ks)
if (!*ks) {
key->keysyms[index] = 0;
return;
}
if (ks[1] == '-') {
switch (ks[0]) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment