aboutsummaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
authorPaul LeoNerd Evans <leonerd@leonerd.org.uk>2013-08-26 01:32:35 +0100
committerPaul LeoNerd Evans <leonerd@leonerd.org.uk>2013-08-26 01:32:35 +0100
commit3b2d8eb8130a5966b28d2426585f6fb077669002 (patch)
tree67f078959a08a11c7ccf216c6442951e27c2e484 /man
parenta36648e1721367e3e423be7a567aeeafc25e3f54 (diff)
downloadtermo-3b2d8eb8130a5966b28d2426585f6fb077669002.tar.gz
termo-3b2d8eb8130a5966b28d2426585f6fb077669002.tar.xz
termo-3b2d8eb8130a5966b28d2426585f6fb077669002.zip
Added TERMKEY_FORMAT_LOWERSPACE for strfkey() only
Diffstat (limited to 'man')
-rw-r--r--man/termkey_strfkey.35
1 files changed, 4 insertions, 1 deletions
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".