summaryrefslogtreecommitdiffstats
path: root/src/hci/keymap/keymap_hu.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/hci/keymap/keymap_hu.c')
-rw-r--r--src/hci/keymap/keymap_hu.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/hci/keymap/keymap_hu.c b/src/hci/keymap/keymap_hu.c
index 64e27dda6..8f2d70aac 100644
--- a/src/hci/keymap/keymap_hu.c
+++ b/src/hci/keymap/keymap_hu.c
@@ -39,6 +39,7 @@ static struct keymap_key hu_basic[] = {
static struct keymap_key hu_altgr[] = {
{ 0x2e, 0x3e }, /* '.' => '>' */
{ 0x2f, 0x2a }, /* '/' => '*' */
+ { 0x32, 0x5e }, /* '2' => '^' */
{ 0x33, 0x5e }, /* '3' => '^' */
{ 0x37, 0x60 }, /* '7' => '`' */
{ 0x3b, 0x24 }, /* ';' => '$' */