You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

174 lines
3.7 KiB

5 years ago
  1. # config downloaded from: https://gitlab.com/dhole/dot_files/blob/master/.moc/keymap
  2. #
  3. # Example keymap file
  4. # To define your own keys for MOC commands, create a keymap file in the ~/.moc/
  5. # directory and add options Keymap = FILE in ~/.moc/config
  6. #
  7. # The format of this file is:
  8. # Lines beginning with # are comments.
  9. # Blank lines are ignored.
  10. # Every other line is expected to be in format:
  11. #
  12. # COMMAND = [KEY ...]
  13. #
  14. # The key can be:
  15. # - just a char, like i, L, ", *
  16. # - CTRL-KEY sequence: ^k (CTRL-k), ^4
  17. # - ALT-KEY (meta sequence): M-j (ALT-j), M-%
  18. # - Special keys:
  19. # DOWN
  20. # UP
  21. # LEFT
  22. # RIGHT
  23. # HOME
  24. # BACKSPACE
  25. # DEL
  26. # INS
  27. # ENTER
  28. # PAGE_UP
  29. # PAGE_DOWN
  30. # TAB
  31. # END
  32. # KEYPAD_CENTER
  33. # SPACE
  34. # ESCAPE
  35. # F1 - F12
  36. #
  37. # Maximum number of keys for one command is 5.
  38. #
  39. # Omitting the key for a command will disassociate the key from the command.
  40. #
  41. # Default key configuration for MOC (and a list of all available commands):
  42. # Unset some keys
  43. #plist_move_down =
  44. #go =
  45. go = ENTER
  46. menu_down = j DOWN
  47. menu_up = k UP
  48. menu_page_down = ^f PAGE_DOWN
  49. menu_page_up = ^b PAGE_UP
  50. menu_first_item = HOME
  51. menu_last_item = END
  52. quit_client = q
  53. quit = Q
  54. stop = s
  55. next = f
  56. previous = b
  57. pause = SPACE
  58. toggle_read_tags = T
  59. toggle_shuffle = S
  60. toggle_repeat = R
  61. toggle_auto_next = X
  62. toggle_menu = TAB
  63. toggle_layout = L
  64. add_file = a
  65. add_directory = A
  66. clear_playlist = D
  67. delete_from_playlist = d
  68. save_playlist = w
  69. go_to_playing_file = g
  70. go_to_a_directory = G
  71. playlist_full_paths =
  72. plist_move_up = K
  73. plist_move_down = J
  74. remove_dead_entries = Y
  75. volume_down_1 = <
  76. volume_up_1 = >
  77. volume_down_5 = ,
  78. volume_up_5 = .
  79. seek_forward = l RIGHT
  80. seek_backward = h LEFT
  81. seek_forward_fast = ]
  82. seek_backward_fast = [
  83. hide_message = I
  84. refresh = ^l
  85. reload = r
  86. toggle_hidden_files = H
  87. go_to_music_directory = m
  88. search_menu = /
  89. help = ?
  90. toggle_show_time = t
  91. toggle_show_format = F
  92. go_up = U
  93. #next_search = n
  94. cancel = ^x ESCAPE
  95. go_url = o
  96. mark_start = '
  97. mark_end = "
  98. plist_add_stream = ^u
  99. toggle_mixer = x
  100. # for softmixer
  101. toggle_softmixer = M
  102. history_up = UP
  103. history_down = DOWN
  104. delete_to_start = ^u
  105. delete_to_end = ^k
  106. theme_menu = V
  107. toggle_equalizer = E
  108. equalizer_refresh = e
  109. equalizer_prev =
  110. equalizer_next =
  111. toggle_make_mono =
  112. show_lyrics =
  113. enqueue_file =
  114. clear_queue = Z
  115. #exec_command1 = F1
  116. #exec_command2 = F2
  117. #exec_command3 = F3
  118. #exec_command4 = F4
  119. #exec_command5 = F5
  120. #exec_command6 = F6
  121. #exec_command7 = F7
  122. #exec_command8 = F8
  123. #exec_command9 = F9
  124. #exec_command10 = F10
  125. # Key bindings for directories: defaults are Shift-number
  126. # shift 1 = ! = Fastdir1
  127. #go_to_fast_dir1 = !
  128. #go_to_fast_dir2 = @
  129. #go_to_fast_dir3 = #
  130. #go_to_fast_dir4 = $
  131. #go_to_fast_dir5 = %
  132. #go_to_fast_dir6 = ^
  133. #go_to_fast_dir7 = &
  134. #go_to_fast_dir8 = *
  135. #go_to_fast_dir9 = (
  136. #go_to_fast_dir10 = )
  137. go_to_fast_dir1 = F1
  138. go_to_fast_dir2 = F2
  139. go_to_fast_dir3 = F3
  140. go_to_fast_dir4 = F4
  141. go_to_fast_dir5 = F5
  142. go_to_fast_dir6 = F6
  143. go_to_fast_dir7 = F7
  144. go_to_fast_dir8 = F8
  145. go_to_fast_dir9 = F9
  146. go_to_fast_dir10 = F10
  147. volume_10 = M-1
  148. volume_20 = M-2
  149. volume_30 = M-3
  150. volume_40 = M-4
  151. volume_50 = M-5
  152. volume_60 = M-6
  153. volume_70 = M-7
  154. volume_80 = M-8
  155. volume_90 = M-9
  156. # The following commands are available but not assigned to any keys by
  157. # default:
  158. #
  159. # toggle_percent Switch on/off play progress bar time percentage
  160. #
  161. #toggle_percent = ^t