1
0

keymap 3.7 KB

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