Skip to content

Commit

Permalink
fix #6
Browse files Browse the repository at this point in the history
  • Loading branch information
girst committed Sep 18, 2018
1 parent f67951d commit b6fdf08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scancodes.c
Expand Up @@ -18,7 +18,7 @@ struct keysym keysyms[] = {
{"µ", {0x00, 0x00}, {0x10, 0x40}, {0x10, 0x40}, .unicode = 0x3bc},
{"°", {0x00, 0x00}, {0x35, 0x02}, {0x35, 0x02}, .unicode = 0xb0},
{"§", {0x00, 0x00}, {0x20, 0x02}, {0x20, 0x02}, .unicode = 0xa7},
{"´", {0x00, 0x00}, {0x2e, 0x00, .is_dead = 1}, {0x2e, 0x00} .unicode = 0xb4},
{"´", {0x00, 0x00}, {0x2e, 0x00, .is_dead = 1}, {0x2e, 0x00}, .unicode = 0xb4},
[32] = {" ", {0x2c, 0x00}, {0x2c, 0x00}, {0x2c, 0x00}},
{"!", {0x1e, 0x02}, {0x1e, 0x02}, {0x1e, 0x02}},
{"\"",{0x34, 0x02}, {0x1f, 0x02}, {0x1f, 0x02}},
Expand Down

0 comments on commit b6fdf08

Please sign in to comment.