diff options
author | pascal <pascal@b9310e46-f624-0410-8ea1-cfbb3a30dc96> | 2008-09-13 12:26:57 +0000 |
---|---|---|
committer | pascal <pascal@b9310e46-f624-0410-8ea1-cfbb3a30dc96> | 2008-09-13 12:26:57 +0000 |
commit | 8190b4d21f6a7d869792f479642ce0821d2a303d (patch) | |
tree | ae099fe6d8e5784ab8a8254ccb4c45b01b577320 /linux/console/bin/console.more_control | |
parent | 1ad60b67739e637fbcd1b820fd8937479e71879d (diff) |
neue Version mit (hoffentlich) funktionierenden Control-Tasten
Achtung: die keymap wurde bislang nicht umfangreich getestet!!!
git-svn-id: https://svn.neo-layout.org@867 b9310e46-f624-0410-8ea1-cfbb3a30dc96
Diffstat (limited to 'linux/console/bin/console.more_control')
-rw-r--r-- | linux/console/bin/console.more_control | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/linux/console/bin/console.more_control b/linux/console/bin/console.more_control new file mode 100644 index 0000000..14b5003 --- /dev/null +++ b/linux/console/bin/console.more_control @@ -0,0 +1,17 @@ + + +! -------------------------------------------------------------------------- +! additional Keys with control function (has to be edited manually!!!!) +! -------------------------------------------------------------------------- + control altgr keycode 30 = Control_backslash + alt altgr keycode 30 = Control_backslash + control alt altgr keycode 30 = Meta_Control_backslash + control altgr keycode 19 = Control_bracketright + alt altgr keycode 19 = Control_bracketright + control alt altgr keycode 19 = Meta_Control_bracketright + control altgr keycode 17 = Control_underscore + alt altgr keycode 17 = Control_underscore + control alt altgr keycode 17 = Meta_Control_underscore + control altgr keycode 20 = Control_asciicircum + alt altgr keycode 20 = Control_asciicircum + control alt altgr keycode 20 = Meta_Control_asciicircum |