mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-03-12 05:34:01 -04:00
url-mode: use ‘jump-label-letters’ as the alphabet for key sequences
Instead of hard coding the alphabet to “sadfjklewcmpgh”, use the letters from ‘jump-label-letters’. Closes #355
This commit is contained in:
parent
d29ec4fd18
commit
c7006661f5
3 changed files with 9 additions and 8 deletions
2
input.c
2
input.c
|
|
@ -281,7 +281,7 @@ execute_binding(struct seat *seat, struct terminal *term,
|
|||
: URL_ACTION_LAUNCH;
|
||||
|
||||
urls_collect(term, url_action, &term->urls);
|
||||
urls_assign_key_combos(&term->urls);
|
||||
urls_assign_key_combos(term->conf, &term->urls);
|
||||
urls_render(term);
|
||||
return true;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue