aboutsummaryrefslogtreecommitdiffstats
path: root/doc/info
diff options
context:
space:
mode:
Diffstat (limited to 'doc/info')
-rw-r--r--doc/info/mds.texinfo19
1 files changed, 19 insertions, 0 deletions
diff --git a/doc/info/mds.texinfo b/doc/info/mds.texinfo
index 00b832c..6cb42e6 100644
--- a/doc/info/mds.texinfo
+++ b/doc/info/mds.texinfo
@@ -7669,6 +7669,25 @@ For instance @code{<left shift>} denotes the left
the @key{Left} arrow key with a @key{Shift} key held
down. Modifiers goes first.
+@cpindex Void mapping, keys
+@cpindex Mapping, void, keys
+@cpindex Key mapping, void
+@cpindex Inferred key mapping
+@cpindex Inferred mapping, keys
+@cpindex Key mapping, inferred
+@cpindex Mapping, inferred, keys
+Mapping to @code{<void>} can be used to suppress an
+inferred mapping. For example,
+
+@example
+<num keycode 28> : <void>
+@end example
+
+removes all actions from the normal @key{Return} key
+when @key{Num} is active. Note well, this cannot be
+used to remove an explicit mapping. Explicit mappings
+may not conflict.
+
@node Sequence Mapping