male Tab wprl for inline modal

master
Aevann 2024-11-12 15:00:28 +02:00
parent 01cbba84f0
commit 7f0791d76b
1 changed files with 1 additions and 0 deletions

View File

@ -249,6 +249,7 @@ function inline_carot_navigate(event)
ArrowDown: () => emoji_index = ((emoji_index + 1) + select_items.length) % select_items.length,
// select the emoji
Enter: () => select_items[emoji_index].click(),
Tab: () => select_items[emoji_index].click(),
}
if (event.key in modal_keybinds)
{