From 5826cc7d60efb4d9544bf571dbec0e491d138a70 Mon Sep 17 00:00:00 2001 From: stephan Date: Fri, 14 Aug 2015 18:24:08 +0000 Subject: linux/console: add default keys git-svn-id: https://svn.neo-layout.org@2474 b9310e46-f624-0410-8ea1-cfbb3a30dc96 --- linux/console/neo.map | 29 ++++++++++++++++++++++++++++- 1 file changed, 28 insertions(+), 1 deletion(-) diff --git a/linux/console/neo.map b/linux/console/neo.map index 5da7d56..4d26006 100644 --- a/linux/console/neo.map +++ b/linux/console/neo.map @@ -26,7 +26,34 @@ compose as usual strings as usual #========================================================================== -# Control keys +# Default Keys (usually not needed) +#========================================================================== + + keycode 1 = Escape + alt keycode 1 = Meta_Escape + shiftl alt keycode 1 = Meta_Escape + shiftr alt keycode 1 = Meta_Escape + + keycode 14 = Delete + alt keycode 14 = Meta_Delete + shiftl alt keycode 14 = Meta_Delete + shiftr alt keycode 14 = Meta_Delete + + keycode 15 = Tab + shiftl keycode 15 = Meta_Tab + shiftr keycode 15 = Meta_Tab + alt keycode 15 = Meta_Tab + + keycode 28 = Return + alt keycode 28 = Meta_Control_m + + keycode 29 = Control + keycode 97 = Control + + keycode 56 = Alt + +#========================================================================== +# linux-keys-bare, Control Keys #========================================================================== keycode 59 = F1 -- cgit v1.2.3