From 205857b2320522c5c27cce9e98ad01972fda5e92 Mon Sep 17 00:00:00 2001 From: Nicholas Marriott Date: Sun, 4 Oct 2009 08:50:05 +0000 Subject: Add a key string for space ("Space") and document the names, suggested by guenther@. Also document how to bind " and ', suggested by miod@. --- key-string.c | 1 + 1 file changed, 1 insertion(+) (limited to 'key-string.c') 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' }, -- cgit