dotfiles

configuration files for shell, text editor, graphical environment, etc.
git clone git://src.adamsgaard.dk/dotfiles # fast
git clone https://src.adamsgaard.dk/dotfiles.git # slow
Log | Files | Refs | README | LICENSE Back to index

keys (1298B)


      1 ## Key bindings for ncmpc (generated by ncmpc)
      2 
      3 ## Key configuration screen
      4 key screen-keyedit = 'c'
      5 
      6 ## Move cursor to the top of the list
      7 key home = 262,  'g'
      8 
      9 ## Move cursor to the bottom of the list
     10 key end = 360,  'G'
     11 
     12 ## Page up
     13 key pgup = 339,  2
     14 
     15 ## Page down
     16 key pgdn = 338,  6
     17 
     18 ## Scroll down one line
     19 key scroll-down-line = 5
     20 
     21 ## Scroll up one line
     22 key scroll-up-line = 25
     23 
     24 ## Scroll up half a screen
     25 key scroll-down-half = 4
     26 
     27 ## Scroll down half a screen
     28 key scroll-up-half = 21
     29 
     30 ## Select currently playing song
     31 key select-playing = 0
     32 
     33 ## Help screen
     34 key screen-help = '1',  265
     35 
     36 ## Play/Enter directory
     37 key play = 13,  'l'
     38 
     39 ## Pause
     40 key pause = 'p'
     41 
     42 ## Stop
     43 key stop = 's'
     44 
     45 ## Next track
     46 key next = 62
     47 
     48 ## Seek forward
     49 key seek-forward = 'f'
     50 
     51 ## Seek backward
     52 key seek-backward = 'F'
     53 
     54 ## Select all listed items
     55 key select_all = 'A'
     56 
     57 ## Clear queue
     58 key clear = 'D'
     59 
     60 ## Toggle random mode
     61 key random = 'R'
     62 
     63 key single = 'i'
     64 key view = 'I'
     65 
     66 ## Start a music database update
     67 key db-update = 'u'
     68 
     69 ## Go to root directory
     70 key go-root-directory = 46
     71 
     72 ## Go to parent directory
     73 key go-parent-directory = 'h'
     74 
     75 ## Locate song in browser
     76 key locate = 0
     77 
     78 ## Move item up
     79 key move-up = 11
     80 
     81 ## Refresh screen
     82 key update = 12
     83 
     84 ## Backward find previous
     85 key rfind-next = 0
     86 
     87 ## Jump to
     88 key jump = 0
     89