summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordoy <doy@tozt.net>2009-01-11 17:24:00 -0500
committerdoy <doy@tozt.net>2009-01-11 17:24:00 -0500
commit06951daa391a98b5897783fc7f344ea977df356d (patch)
tree3b67130311deab0259e218d4f01e542fec82d92c
parentf8288b81152205c956f72c3a9f0446db74d0d2e9 (diff)
downloadconf-06951daa391a98b5897783fc7f344ea977df356d.tar.gz
conf-06951daa391a98b5897783fc7f344ea977df356d.zip
add ncmpc configuration
-rw-r--r--install1
-rw-r--r--ncmpc/keys56
2 files changed, 57 insertions, 0 deletions
diff --git a/install b/install
index a11bed1..620ff38 100644
--- a/install
+++ b/install
@@ -16,6 +16,7 @@ files="abcde.conf
bin
irssi
fortune
+ ncmpc
terminfo
vim"
diff --git a/ncmpc/keys b/ncmpc/keys
new file mode 100644
index 0000000..e9c40d5
--- /dev/null
+++ b/ncmpc/keys
@@ -0,0 +1,56 @@
+## Key bindings for ncmpc (generated by ncmpc)
+
+## Key configuration screen
+key screen-keyedit = '6'
+
+## Move cursor up
+key up = 'k'
+
+## Move cursor down
+key down = 'j'
+
+## Home
+key home = 262, '0', 'g'
+
+## End
+key end = 360, 36, 'G'
+
+## Help screen
+key screen-help = '1', 265, 8
+
+## Pause
+key pause = 'p'
+
+## Stop
+key stop = 's', 263
+
+## Next track
+key next = 62, 'l'
+
+## Previous track
+key prev = 60, 'h'
+
+## Seek forward
+key seek-forward = 'f', 261
+
+## Seek backward
+key seek-backward = 'b', 260
+
+## Increase volume
+key volume-up = 43, 259
+
+## Decrease volume
+key volume-down = 45, 258
+
+## Locate song in browser
+key locate = 'F'
+
+## Move item up
+key move-up = 'K'
+
+## Move item down
+key move-down = 'J'
+
+## Backward find previous
+key rfind-next = 0
+