From a36648e1721367e3e423be7a567aeeafc25e3f54 Mon Sep 17 00:00:00 2001 From: Paul LeoNerd Evans Date: Mon, 26 Aug 2013 01:14:35 +0100 Subject: Added TERMKEY_FORMAT_LOWERMOD --- man/termkey_strfkey.3 | 3 +++ man/termkey_strpkey.3 | 3 +++ 2 files changed, 6 insertions(+) (limited to 'man') 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 diff --git a/man/termkey_strpkey.3 b/man/termkey_strpkey.3 index 6c7d0b0..89efb1c 100644 --- a/man/termkey_strpkey.3 +++ b/man/termkey_strpkey.3 @@ -26,6 +26,9 @@ Use the name "\f(CWMeta\fP" or the letter "\f(CWM\fP" instead of "\f(CWAlt\fP" o .TP .B TERMKEY_FORMAT_SPACEMOD Expect spaces instead of hyphens to separate the modifer name(s) from the base key name. +.TP +.B TERMKEY_FORMAT_LOWERMOD +Expect lowercase for the modifier name .PP Before returning, this function canonicalises the \fIkey\fP structure according to the rules given for \fBtermkey_canonicalise\fP(3). .PP -- cgit v1.2.3