1 | 1 |
new file mode 100644 |
... | ... |
@@ -0,0 +1,44 @@ |
1 |
+def_key "j" |
|
2 |
+ scroll_down |
|
3 |
+def_key "k" |
|
4 |
+ scroll_up |
|
5 |
+ |
|
6 |
+def_key "h" |
|
7 |
+ previous_column |
|
8 |
+def_key "h" |
|
9 |
+ jump_to_parent_directory |
|
10 |
+def_key "l" |
|
11 |
+ next_column |
|
12 |
+def_key "l" |
|
13 |
+ enter_directory |
|
14 |
+ |
|
15 |
+def_key "J" |
|
16 |
+ move_sort_order_down |
|
17 |
+def_key "J" |
|
18 |
+ move_selected_items_down |
|
19 |
+def_key "K" |
|
20 |
+ move_sort_order_up |
|
21 |
+def_key "K" |
|
22 |
+ move_selected_items_up |
|
23 |
+ |
|
24 |
+def_key "g" |
|
25 |
+ move_home |
|
26 |
+def_key "G" |
|
27 |
+ move_end |
|
28 |
+ |
|
29 |
+def_key "ctrl-u" |
|
30 |
+# page_up |
|
31 |
+ push_characters "kkkkkkkkkkkkkkk" |
|
32 |
+def_key "ctrl-d" |
|
33 |
+# page_down |
|
34 |
+ push_characters "jjjjjjjjjjjjjjj" |
|
35 |
+ |
|
36 |
+def_key "n" |
|
37 |
+ next_found_item |
|
38 |
+def_key "N" |
|
39 |
+ previous_found_item |
|
40 |
+ |
|
41 |
+def_key "t" |
|
42 |
+ jump_to_position_in_song |
|
43 |
+def_key "0" |
|
44 |
+ replay_song |