summaryrefslogtreecommitdiffstats
path: root/key-string.c
diff options
context:
space:
mode:
authorNicholas Marriott <nicm@openbsd.org>2009-10-04 08:50:05 +0000
committerNicholas Marriott <nicm@openbsd.org>2009-10-04 08:50:05 +0000
commit205857b2320522c5c27cce9e98ad01972fda5e92 (patch)
tree39864a508a96ddc247c7de66cb1baab99dac69b8 /key-string.c
parent97ca5711f937c56bf667aa3b27f2c449d58d4510 (diff)
Add a key string for space ("Space") and document the names, suggested by
guenther@. Also document how to bind " and ', suggested by miod@.
Diffstat (limited to 'key-string.c')
-rw-r--r--key-string.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/key-string.c b/key-string.c
index 68a57f8b..55de32fe 100644
--- a/key-string.c
+++ b/key-string.c
@@ -57,6 +57,7 @@ struct {
{ "PPage", KEYC_PPAGE },
{ "Tab", '\011' },
{ "BTab", KEYC_BTAB },
+ { "Space", ' ' },
{ "BSpace", KEYC_BSPACE },
{ "Enter", '\r' },
{ "Escape", '\033' },