Added TERMKEY_FORMAT_SPACEMOD
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -23,6 +23,9 @@ If the only modifier is \fBTERMKEY_MOD_CTRL\fP on a plain letter, accept it as "
|
||||
.TP
|
||||
.B TERMKEY_FORMAT_ALTISMETA
|
||||
Use the name "\f(CWMeta\fP" or the letter "\f(CWM\fP" instead of "\f(CWAlt\fP" or "\f(CWA\fP".
|
||||
.TP
|
||||
.B TERMKEY_FORMAT_SPACEMOD
|
||||
Expect spaces instead of hyphens to separate the modifer name(s) from the base key name.
|
||||
.PP
|
||||
Before returning, this function canonicalises the \fIkey\fP structure according to the rules given for \fBtermkey_canonicalise\fP(3).
|
||||
.PP
|
||||
|
||||
Reference in New Issue
Block a user