Commit 939b2b17 authored by Birte Kristina Friesel's avatar Birte Kristina Friesel
Browse files

Always overwrite/cancel out default keybindings

parent 699a470e
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -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]) {