commit 5dcfd8f582dd38543503c246e72a8e095b9d622a parent 4cc77aa162ffdab33529217d7d3bb5dc50517199 Author: Anders Damsgaard <anders@adamsgaard.dk> Date: Wed, 1 Jan 2020 19:53:26 +0100 Add ncmpc key configuration Diffstat:
A | .config/ncmpc/keys | | | 83 | +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ |
1 file changed, 83 insertions(+), 0 deletions(-)
diff --git a/.config/ncmpc/keys b/.config/ncmpc/keys @@ -0,0 +1,83 @@ +## Key bindings for ncmpc (generated by ncmpc) + +## Key configuration screen +key screen-keyedit = 'c' + +## Move cursor to the top of the list +key home = 262 + +## Move cursor to the bottom of the list +key end = 360 + +## Page up +key pgup = 339, 2 + +## Page down +key pgdn = 338, 6 + +## Scroll down one line +key scroll-down-line = 5 + +## Scroll up one line +key scroll-up-line = 0 + +## Scroll up half a screen +key scroll-down-half = 4 + +## Scroll down half a screen +key scroll-up-half = 21 + +## Select currently playing song +key select-playing = 0 + +## Help screen +key screen-help = '1', 265 + +## Play/Enter directory +key play = 13, 'l' + +## Pause +key pause = 'p' + +## Stop +key stop = 's' + +## Next track +key next = 62 + +## Seek forward +key seek-forward = 'f' + +## Seek backward +key seek-backward = 'F' + +## Select all listed items +key select_all = 'A' + +## Clear queue +key clear = 'D' + +## Toggle random mode +key random = 'R' + +## Start a music database update +key db-update = 'u' + +## Go to parent directory +key go-parent-directory = 46 + +## Locate song in browser +key locate = 0 + +## Move item up +key move-up = 11 + +## Refresh screen +key update = 12 + +## Backward find previous +key rfind-next = 0 + +## Jump to +key jump = 0 +