aboutsummaryrefslogtreecommitdiff
path: root/ncmpcpp/bindings
diff options
context:
space:
mode:
authortrainytrain <trainytrain@rape.lol>2021-05-09 01:29:07 -0700
committertrainytrain <trainytrain@rape.lol>2021-05-09 01:29:07 -0700
commitc765e68f05bfe9f0d2e4990bdc8dfabf11cdbc87 (patch)
tree1dd446298beeb5d1a411d5516689dee8c2ee26ee /ncmpcpp/bindings
init
Diffstat (limited to 'ncmpcpp/bindings')
-rw-r--r--ncmpcpp/bindings46
1 files changed, 46 insertions, 0 deletions
diff --git a/ncmpcpp/bindings b/ncmpcpp/bindings
new file mode 100644
index 0000000..01e9543
--- /dev/null
+++ b/ncmpcpp/bindings
@@ -0,0 +1,46 @@
+def_key "+"
+ show_clock
+def_key "="
+ volume_up
+
+def_key "j"
+ scroll_down
+def_key "k"
+ scroll_up
+
+def_key "ctrl-u"
+ page_up
+#push_characters "kkkkkkkkkkkkkkk"
+def_key "ctrl-d"
+ page_down
+#push_characters "jjjjjjjjjjjjjjj"
+
+def_key "h"
+ previous_column
+def_key "l"
+ next_column
+
+def_key "."
+ show_lyrics
+
+def_key "n"
+ next_found_item
+def_key "N"
+ previous_found_item
+
+def_key "M"
+ move_selected_items_up
+def_key "m"
+ move_selected_items_down
+
+# not used but bound
+def_key "J"
+ move_sort_order_down
+def_key "K"
+ move_sort_order_up
+
+def_key "g"
+ move_home
+
+def_key "G"
+ move_end