diff options
author | Mattias Andrée <maandree@operamail.com> | 2015-07-23 10:35:06 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2015-07-23 10:35:06 +0200 |
commit | 995faf0111f5cd2e1e851de51c0d89b5c83db132 (patch) | |
tree | bd7d5a692774b9c38066df6414e260e4e70c84d7 /doc/info/mds.texinfo | |
parent | m (diff) | |
download | mds-995faf0111f5cd2e1e851de51c0d89b5c83db132.tar.gz mds-995faf0111f5cd2e1e851de51c0d89b5c83db132.tar.bz2 mds-995faf0111f5cd2e1e851de51c0d89b5c83db132.tar.xz |
void mapping
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to '')
-rw-r--r-- | doc/info/mds.texinfo | 19 |
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 |