Allow focusing of elements inside notes/posts
This commit is contained in:
parent
6550940625
commit
b818e97c67
|
@ -193,8 +193,8 @@ const keymap = {
|
|||
'r': () => reply(true),
|
||||
'e|a|plus': () => react(true),
|
||||
'q': () => renoteButton.value.renote(true),
|
||||
'up|k|shift+tab': focusBefore,
|
||||
'down|j|tab': focusAfter,
|
||||
'up|k': focusBefore,
|
||||
'down|j': focusAfter,
|
||||
'esc': blur,
|
||||
'm|o': () => menu(true),
|
||||
's': () => showContent.value !== showContent.value,
|
||||
|
|
Loading…
Reference in New Issue