diff options
author | Paul LeoNerd Evans <leonerd@leonerd.org.uk> | 2013-08-26 00:56:07 +0100 |
---|---|---|
committer | Paul LeoNerd Evans <leonerd@leonerd.org.uk> | 2013-08-26 00:56:07 +0100 |
commit | 24abb0c59e78c2b7a660ca05f5afb6c514555ca5 (patch) | |
tree | 3a7a88cf6fc334b659d7af89e664599e854578c3 /man/termkey_strfkey.3 | |
parent | 89ac8b058cb7bb8f7bc47a4a42fa5642abc84dae (diff) | |
download | termo-24abb0c59e78c2b7a660ca05f5afb6c514555ca5.tar.gz termo-24abb0c59e78c2b7a660ca05f5afb6c514555ca5.tar.xz termo-24abb0c59e78c2b7a660ca05f5afb6c514555ca5.zip |
Added TERMKEY_FORMAT_SPACEMOD
Diffstat (limited to 'man/termkey_strfkey.3')
-rw-r--r-- | man/termkey_strfkey.3 | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/man/termkey_strfkey.3 b/man/termkey_strfkey.3 index 2bbf2ec..60c5f3d 100644 --- a/man/termkey_strfkey.3 +++ b/man/termkey_strfkey.3 @@ -27,6 +27,9 @@ Use the name "\f(CWMeta\fP" or the letter "\f(CWM\fP" instead of "\f(CWAlt\fP" o .B TERMKEY_FORMAT_WRAPBRACKET If the key event is a special key instead of unmodified Unicode, wrap it in "\f(CW<brackets>\fP". .TP +.B TERMKEY_FORMAT_SPACEMOD +Use spaces instead of hyphens to separate the modifier name(s) from the base key name. +.TP .B TERMKEY_FORMAT_MOUSE_POS If the event is a mouse event, include the position rendered as "\f(CW@ (col,line)\fP". .PP |