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),
|
'r': () => reply(true),
|
||||||
'e|a|plus': () => react(true),
|
'e|a|plus': () => react(true),
|
||||||
'q': () => renoteButton.value.renote(true),
|
'q': () => renoteButton.value.renote(true),
|
||||||
'up|k|shift+tab': focusBefore,
|
'up|k': focusBefore,
|
||||||
'down|j|tab': focusAfter,
|
'down|j': focusAfter,
|
||||||
'esc': blur,
|
'esc': blur,
|
||||||
'm|o': () => menu(true),
|
'm|o': () => menu(true),
|
||||||
's': () => showContent.value !== showContent.value,
|
's': () => showContent.value !== showContent.value,
|
||||||
|
|
Loading…
Reference in New Issue