dotfiles

configuration files for shell, text editor, graphical environment, etc.
git clone git://src.adamsgaard.dk/dotfiles
Log | Files | Refs | README | LICENSE

bindings (968B)


      1 def_key "k"
      2   scroll_up
      3 def_key "K"
      4   select_item
      5   scroll_up
      6 def_key "j"
      7   scroll_down
      8 def_key "J"
      9   select_item
     10   scroll_down
     11 
     12 def_key "["
     13   scroll_up_album
     14 
     15 def_key "]"
     16   scroll_down_album
     17 
     18 def_key "{"
     19   scroll_up_artist
     20 
     21 def_key "}"
     22   scroll_down_artist
     23 
     24 def_key "page_up"
     25   page_up
     26 
     27 def_key "ctrl-u"
     28   page_up
     29 def_key "ctrl-d"
     30   page_down
     31 
     32 def_key "g"
     33   move_home
     34 def_key "G"
     35   move_end
     36 
     37 def_key "h"
     38   jump_to_parent_directory
     39 def_key "l"
     40   enter_directory
     41 def_key "enter"
     42   run_action
     43 
     44 def_key "enter"
     45   play_item
     46 
     47 def_key "d"
     48   delete_playlist_items
     49 def_key "d"
     50   delete_browser_items
     51 def_key "d"
     52   delete_stored_playlist
     53 
     54 def_key "l"
     55   next_column
     56 def_key "l"
     57   slave_screen
     58 
     59 def_key "h"
     60   previous_column
     61 def_key "h"
     62   master_screen
     63 
     64 def_key "n"
     65   next
     66 def_key "b"
     67   previous
     68 
     69 def_key "f"
     70   seek_forward
     71 def_key "F"
     72   seek_backward
     73 
     74 def_key "L"
     75   show_lyrics
     76 def_key ";"
     77   toggle_lyrics_fetcher
     78 
     79 def_key "D"
     80   clear_playlist
     81 def_key "D"
     82   clear_main_playlist