diff options
Diffstat (limited to 'src/hci/keymap/keymap_lt.c')
-rw-r--r-- | src/hci/keymap/keymap_lt.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/hci/keymap/keymap_lt.c b/src/hci/keymap/keymap_lt.c index 5d6ee5a8c..a237b1d62 100644 --- a/src/hci/keymap/keymap_lt.c +++ b/src/hci/keymap/keymap_lt.c @@ -17,6 +17,10 @@ static struct keymap_key lt_basic[] = { /** "lt" AltGr remapping */ static struct keymap_key lt_altgr[] = { + { 0x22, 0x5e }, /* '"' => '^' */ + { 0x27, 0x5e }, /* '\'' => '^' */ + { 0x4b, 0x26 }, /* 'K' => '&' */ + { 0x71, 0x40 }, /* 'q' => '@' */ { 0, 0 } }; |