diff options
author | stephan <stephan@b9310e46-f624-0410-8ea1-cfbb3a30dc96> | 2015-08-14 18:24:08 +0000 |
---|---|---|
committer | stephan <stephan@b9310e46-f624-0410-8ea1-cfbb3a30dc96> | 2015-08-14 18:24:08 +0000 |
commit | 5826cc7d60efb4d9544bf571dbec0e491d138a70 (patch) | |
tree | f300948bb7e9f042bac66edc9bb4d819a47e41ec /linux/console | |
parent | ac0048f2a686a4d59564fa51c7a6ea08c5d44d9b (diff) | |
download | neo-layout-5826cc7d60efb4d9544bf571dbec0e491d138a70.tar.gz neo-layout-5826cc7d60efb4d9544bf571dbec0e491d138a70.tar.bz2 neo-layout-5826cc7d60efb4d9544bf571dbec0e491d138a70.zip |
linux/console: add default keys
git-svn-id: https://svn.neo-layout.org@2474 b9310e46-f624-0410-8ea1-cfbb3a30dc96
Diffstat (limited to 'linux/console')
-rw-r--r-- | linux/console/neo.map | 29 |
1 files changed, 28 insertions, 1 deletions
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 |