From 3b2d8eb8130a5966b28d2426585f6fb077669002 Mon Sep 17 00:00:00 2001 From: Paul LeoNerd Evans Date: Mon, 26 Aug 2013 01:32:35 +0100 Subject: Added TERMKEY_FORMAT_LOWERSPACE for strfkey() only --- man/termkey_strfkey.3 | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'man') diff --git a/man/termkey_strfkey.3 b/man/termkey_strfkey.3 index 99780b6..363e576 100644 --- a/man/termkey_strfkey.3 +++ b/man/termkey_strfkey.3 @@ -31,7 +31,10 @@ If the key event is a special key instead of unmodified Unicode, wrap it in "\f( 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 +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"). .TP .B TERMKEY_FORMAT_MOUSE_POS If the event is a mouse event, include the position rendered as "\f(CW@ (col,line)\fP". -- cgit v1.2.3