mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-03-03 01:40:17 -05:00
url-mode: ignore keys with modifiers
This commit is contained in:
parent
be00de4849
commit
93b02cf2b8
1 changed files with 3 additions and 0 deletions
|
|
@ -161,6 +161,9 @@ urls_input(struct seat *seat, struct terminal *term, uint32_t key,
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if (mods & ~consumed)
|
||||||
|
return;
|
||||||
|
|
||||||
wchar_t wc = xkb_state_key_get_utf32(seat->kbd.xkb_state, key);
|
wchar_t wc = xkb_state_key_get_utf32(seat->kbd.xkb_state, key);
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue