mirror of
https://iceshrimp.dev/iceshrimp/iceshrimp
synced 2025-01-19 03:52:52 +09:00
This commit is contained in:
parent
dc262a76a1
commit
0358f864dd
@ -355,7 +355,7 @@ script.
|
|||||||
focus @root, (e) -> e.previous-element-sibling
|
focus @root, (e) -> e.previous-element-sibling
|
||||||
| e.which == 40 or e.which == 75 or e.which == 9 => # ↓, k or Tab
|
| e.which == 40 or e.which == 75 or e.which == 9 => # ↓, k or Tab
|
||||||
focus @root, (e) -> e.next-element-sibling
|
focus @root, (e) -> e.next-element-sibling
|
||||||
| e.which == 69 => # e
|
| e.which == 81 or e.which == 69 => # q or e
|
||||||
@repost!
|
@repost!
|
||||||
| e.which == 70 or e.which == 76 => # f or l
|
| e.which == 70 or e.which == 76 => # f or l
|
||||||
@like!
|
@like!
|
||||||
|
Loading…
Reference in New Issue
Block a user