mirror of
https://codeberg.org/yeentown/barkey.git
synced 2025-05-17 19:26:57 +00:00
This commit is contained in:
parent
4ff2661cc8
commit
17bc0d4844
1 changed files with 1 additions and 1 deletions
|
@ -355,7 +355,7 @@ script.
|
|||
focus @root, (e) -> e.previous-element-sibling
|
||||
| e.which == 40 or e.which == 75 or e.which == 9 => # ↓, k or Tab
|
||||
focus @root, (e) -> e.next-element-sibling
|
||||
| e.which == 69 => # e
|
||||
| e.which == 81 or e.which == 69 => # q or e
|
||||
@repost!
|
||||
| e.which == 70 or e.which == 76 => # f or l
|
||||
@like!
|
||||
|
|
Loading…
Add table
Reference in a new issue