37 lines
370 B
Plaintext
37 lines
370 B
Plaintext
![]() |
# Navigation
|
||
|
def_key "enter"
|
||
|
enter_directory
|
||
|
|
||
|
def_key "shift-h"
|
||
|
master_screen
|
||
|
|
||
|
def_key "shift-l"
|
||
|
slave_screen
|
||
|
|
||
|
def_key "k"
|
||
|
scroll_up
|
||
|
|
||
|
def_key "j"
|
||
|
scroll_down
|
||
|
|
||
|
|
||
|
# Music
|
||
|
def_key "enter"
|
||
|
play_item
|
||
|
|
||
|
def_key "/"
|
||
|
volume_down
|
||
|
|
||
|
def_key "*"
|
||
|
volume_up
|
||
|
|
||
|
def_key "space"
|
||
|
pause
|
||
|
|
||
|
def_key "left"
|
||
|
seek_backward
|
||
|
|
||
|
def_key "right"
|
||
|
seek_forward
|
||
|
|