mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-02-05 04:06:08 -05:00
Revert "url-mode: ignore keys with modifiers"
This reverts commit e5cd09bf3f.
This needs to be applied on the consume-modifiers-for-key-bindings
branch.
This commit is contained in:
parent
544cd823d7
commit
b87b8f1170
1 changed files with 0 additions and 3 deletions
|
|
@ -148,9 +148,6 @@ 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