From 308b3169ca0e89d9ca9453f7047ec3d4cef6f3ea Mon Sep 17 00:00:00 2001 From: Jonas 'Sortie' Termansen Date: Tue, 19 Feb 2013 21:07:15 +0100 Subject: [PATCH] Fix missing single quote character (') in US keyboard layout. --- sortix/kb/layout/us.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sortix/kb/layout/us.cpp b/sortix/kb/layout/us.cpp index 4182b6f7..d4cb5973 100644 --- a/sortix/kb/layout/us.cpp +++ b/sortix/kb/layout/us.cpp @@ -74,7 +74,7 @@ namespace Sortix 'k', 'K', 'K', 'k', 'l', 'L', 'L', 'l', ';', ':', ';', ':', - ':', '"', ':', '"', + '\'', '"', '\'', '"', '`', '~', '`', '~', 0, 0, 0, 0, /* KBKEY_LSHIFT */ '\\', '|', '\\', '|',