Skip to content
Snippets Groups Projects
Commit 17bc0d48 authored by syuilo's avatar syuilo
Browse files

#4

parent 4ff2661c
No related branches found
No related tags found
No related merge requests found
......@@ -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!
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment