summaryrefslogtreecommitdiff
path: root/sys/dev
diff options
context:
space:
mode:
authortsutsui <tsutsui@NetBSD.org>2022-06-29 12:45:25 +0000
committertsutsui <tsutsui@NetBSD.org>2022-06-29 12:45:25 +0000
commit0e7aee9f5d5bbbf4b4a25f07138b5e20e32276b2 (patch)
tree9e9b1c2915cf2da6efd397e8ba7618b9c21b2ad0 /sys/dev
parentc2b46e72e50e4e53ad6a1730dc20a49f3658d8b6 (diff)
Fix Swedish keymap of HIL keyboard map.
The problem was reported by Anders Gustafsson and fix provieded by Miod Vallat on port-hp300@.
Diffstat (limited to 'sys/dev')
-rw-r--r--sys/dev/hil/hilkbdmap.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/dev/hil/hilkbdmap.c b/sys/dev/hil/hilkbdmap.c
index dfb1e69e5a5..4acb6b0307f 100644
--- a/sys/dev/hil/hilkbdmap.c
+++ b/sys/dev/hil/hilkbdmap.c
@@ -215,9 +215,9 @@ static const keysym_t hilkbd_keydesc_sv[] = {
KC(90), KS_0, KS_equal, KS_exclamdown,
KC(91), KS_plus, KS_question, KS_macron,
KC(92), KS_eacute, KS_Eacute, KS_plusminus,
- KC(97), KS_aring, KS_Aring, KS_degree,
- KC(98), KS_udiaeresis, KS_Udiaeresis, KS_bar, KS_brokenbar,
- KC(99), KS_apostrophe, KS_asterisk, KS_mu,
+ KC(99), KS_aring, KS_Aring, KS_degree,
+ KC(100), KS_udiaeresis, KS_Udiaeresis, KS_bar, KS_brokenbar,
+ KC(101), KS_apostrophe, KS_asterisk, KS_mu,
KC(107), KS_odiaeresis,
KC(108), KS_adiaeresis, KS_Adiaeresis, KS_grave, KS_apostrophe,
KC(113), KS_comma, KS_semicolon, KS_less,