From 8e503baed8b1df3ed1901b0c93398f204244c77a Mon Sep 17 00:00:00 2001 From: Paul LeoNerd Evans Date: Mon, 26 Aug 2013 02:23:19 +0100 Subject: Added TERMKEY_FORMAT_LOWERSPACE for strpkey() also --- man/termkey_strfkey.3 | 2 +- man/termkey_strpkey.3 | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) (limited to 'man') diff --git a/man/termkey_strfkey.3 b/man/termkey_strfkey.3 index 363e576..c30f12e 100644 --- a/man/termkey_strfkey.3 +++ b/man/termkey_strfkey.3 @@ -34,7 +34,7 @@ Use spaces instead of hyphens to separate the modifier name(s) from the base key Use lowercase for the modifier name. .TP .B TERMKEY_FORMAT_LOWERSPACE -Use lowercase for the key name instead of camelCase (for example "\f(CWpage down\fP" instead of "\f(CWPageDown\fP"). +Use lowercase with spaces in for the key name instead of camelCase (for example "\f(CWpage down\fP" instead of "\f(CWPageDown\fP"). .TP .B TERMKEY_FORMAT_MOUSE_POS If the event is a mouse event, include the position rendered as "\f(CW@ (col,line)\fP". diff --git a/man/termkey_strpkey.3 b/man/termkey_strpkey.3 index 89efb1c..cd4f311 100644 --- a/man/termkey_strpkey.3 +++ b/man/termkey_strpkey.3 @@ -29,6 +29,9 @@ Expect spaces instead of hyphens to separate the modifer name(s) from the base k .TP .B TERMKEY_FORMAT_LOWERMOD Expect lowercase for the modifier name +.TP +.B TERMKEY_FORMAT_LOWERSPACE +Expect lowercase with spaces in for the key name instead of camelCase (for example "\f(CWpage down\fP" instead of "\f(CWPageDown\fP"). .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-70-g09d2