diff options
author | Paul LeoNerd Evans <leonerd@leonerd.org.uk> | 2013-08-26 01:14:35 +0100 |
---|---|---|
committer | Paul LeoNerd Evans <leonerd@leonerd.org.uk> | 2013-08-26 01:14:35 +0100 |
commit | a36648e1721367e3e423be7a567aeeafc25e3f54 (patch) | |
tree | aa2893c988a77e49efd567b300e44c9f3bc57ac8 /man/termkey_strfkey.3 | |
parent | 24abb0c59e78c2b7a660ca05f5afb6c514555ca5 (diff) | |
download | termo-a36648e1721367e3e423be7a567aeeafc25e3f54.tar.gz termo-a36648e1721367e3e423be7a567aeeafc25e3f54.tar.xz termo-a36648e1721367e3e423be7a567aeeafc25e3f54.zip |
Added TERMKEY_FORMAT_LOWERMOD
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 60c5f3d..99780b6 100644 --- a/man/termkey_strfkey.3 +++ b/man/termkey_strfkey.3 @@ -30,6 +30,9 @@ If the key event is a special key instead of unmodified Unicode, wrap it in "\f( .B TERMKEY_FORMAT_SPACEMOD Use spaces instead of hyphens to separate the modifier name(s) from the base key name. .TP +.B TERMKEY_FORMAT_LOWERMOD +Use lowercase for the modifier 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 |