From be33ac5d8909fb1f6ed4859acf06a26558567907 Mon Sep 17 00:00:00 2001 From: vanhofen Date: Sat, 10 Nov 2018 21:39:49 +0100 Subject: [PATCH] - links: add space to 0-key --- archive-patches/links-2.17.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/archive-patches/links-2.17.patch b/archive-patches/links-2.17.patch index c781de59..64959a91 100644 --- a/archive-patches/links-2.17.patch +++ b/archive-patches/links-2.17.patch @@ -602,7 +602,7 @@ +{'p', 'q', 'r', 's', '7', 'P', 'Q', 'R', 'S'}, +{'t', 'u', 'v', '8', 'T', 'U', 'V', 0, 0}, +{'w', 'x', 'y', 'z', '9', 'W', 'X', 'Y', 'Z'}, -+{'#', '*', '0', '?', '!', ':', ';', ',', 0} ++{' ', '0', '#', '*', '?', '!', ':', ';', ','} +}; + +void kbd_postevent(int x)