summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorAndrzej Rybczak <electricityispower@gmail.com>2015-05-12 22:02:09 +0200
committerAndrzej Rybczak <electricityispower@gmail.com>2015-05-14 00:38:46 +0200
commitdcac42748a33c2b2e029af6859786caa9aec2ec3 (patch)
tree7354fb8ac0fff39334e8d8f83af106f1583af661 /doc
parente7b152938b94465900cb2597d204c76fbb502c24 (diff)
bindinds: add support for alt/ctrl/shift modifiers and escape key
Diffstat (limited to 'doc')
-rw-r--r--doc/bindings8
1 files changed, 5 insertions, 3 deletions
diff --git a/doc/bindings b/doc/bindings
index c4df031b..a0f89c52 100644
--- a/doc/bindings
+++ b/doc/bindings
@@ -51,9 +51,11 @@
## picked by ncmpcpp upon next call to readKey function.
## Accepted values: mouse, up, down, page_up, page_down,
## home, end, space, enter, insert, delete, left, right,
-## tab, shift_tab, ctrl_a, ctrl_b, ..., ctrl_z, ctrl_[,
-## ctrl_\\, ctrl_], ctrl_^, ctrl__, f1, f2, ..., f12,
-## backspace.
+## tab, ctrl_a, ctrl_b, ..., ctrl_z, ctrl_[, ctrl_\\,
+## ctrl_], ctrl_^, ctrl__, f1, f2, ..., f12, backspace.
+## In addition, most of these names can be prefixed with
+## alt_/ctrl_/shift_ to be recognized with the appropriate
+## modifier key(s).
##
## - push_characters "string" - pushes given string into
## input queue.