Add a key string for space ("Space") and document the names, suggested by

guenther@. Also document how to bind " and ', suggested by miod@.
This commit is contained in:
Nicholas Marriott
2009-10-04 08:50:05 +00:00
parent 97ca5711f9
commit 205857b232
2 changed files with 45 additions and 8 deletions

View File

@ -57,6 +57,7 @@ struct {
{ "PPage", KEYC_PPAGE },
{ "Tab", '\011' },
{ "BTab", KEYC_BTAB },
{ "Space", ' ' },
{ "BSpace", KEYC_BSPACE },
{ "Enter", '\r' },
{ "Escape", '\033' },