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