bindings 475 B

123456789101112131415161718192021222324252627282930313233343536373839
  1. def_key "+"
  2. show_clock
  3. def_key "="
  4. volume_up
  5. def_key "j"
  6. scroll_down
  7. def_key "k"
  8. scroll_up
  9. def_key "h"
  10. previous_column
  11. def_key "l"
  12. next_column
  13. def_key "ctrl-u"
  14. page_up
  15. def_key "ctrl-d"
  16. page_down
  17. def_key "."
  18. show_lyrics
  19. def_key "n"
  20. next_found_item
  21. def_key "N"
  22. previous_found_item
  23. def_key "J"
  24. move_sort_order_down
  25. def_key "K"
  26. move_sort_order_up
  27. def_key "d"
  28. delete_playlist_items
  29. def_key "d"
  30. delete_browser_items