mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-03-25 09:05:47 -04:00
config: spelling: mosue -> mouse
This commit is contained in:
parent
99023cae99
commit
a132e6cf84
1 changed files with 3 additions and 2 deletions
5
config.c
5
config.c
|
|
@ -1224,8 +1224,9 @@ parse_mouse_combos(struct config *conf, const char *combos, key_combo_list_t *ke
|
||||||
if (!parse_modifiers(conf, combo, key - combo, &modifiers, path, lineno))
|
if (!parse_modifiers(conf, combo, key - combo, &modifiers, path, lineno))
|
||||||
goto err;
|
goto err;
|
||||||
if (modifiers.shift) {
|
if (modifiers.shift) {
|
||||||
LOG_AND_NOTIFY_ERR("%s:%d: Shift cannot be used in mosue bindings",
|
LOG_AND_NOTIFY_ERR(
|
||||||
path, lineno);
|
"%s:%d: Shift cannot be used in mouse bindings",
|
||||||
|
path, lineno);
|
||||||
goto err;
|
goto err;
|
||||||
}
|
}
|
||||||
key++; /* Skip past the '+' */
|
key++; /* Skip past the '+' */
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue