summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrzej Rybczak <electricityispower@gmail.com>2012-09-20 01:06:51 +0200
committerAndrzej Rybczak <electricityispower@gmail.com>2012-09-20 01:06:51 +0200
commitba0a47668a1939414281fa74c3beb4202318815c (patch)
treeef437f3d42b112896550e04596fc0fb16a7149e3
parentde1ad6cff3212981bbef5d18467f47a5ce7162d4 (diff)
bindings: add note about the difference between single action/chain of actions
-rw-r--r--doc/bindings18
1 files changed, 18 insertions, 0 deletions
diff --git a/doc/bindings b/doc/bindings
index 5c79c4f3..631b66ae 100644
--- a/doc/bindings
+++ b/doc/bindings
@@ -101,6 +101,24 @@
## binding once if all your terminal emulators use the same
## value.
##
+## Note: There is a difference between:
+##
+## def_key "key"
+## action1
+##
+## def_key "key"
+## action2
+##
+## and
+##
+## def_key "key"
+## action1
+## action2
+##
+## First one binds two single actions to the same key whilst
+## second one defines a chain of actions. The behavior of
+## these two is different and is described in (1) and (2).
+##
## Note: Function def_key accepts non-ascii characters.
##
#