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