Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/dev/hil Fix Swedish keymap of HIL keyboard map.
details: https://anonhg.NetBSD.org/src/rev/768f8db79847
branches: trunk
changeset: 368213:768f8db79847
user: tsutsui <tsutsui%NetBSD.org@localhost>
date: Wed Jun 29 12:45:25 2022 +0000
description:
Fix Swedish keymap of HIL keyboard map.
The problem was reported by Anders Gustafsson and
fix provieded by Miod Vallat on port-hp300@.
diffstat:
sys/dev/hil/hilkbdmap.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (16 lines):
diff -r 588a2cfc4ecc -r 768f8db79847 sys/dev/hil/hilkbdmap.c
--- a/sys/dev/hil/hilkbdmap.c Tue Jun 28 20:24:08 2022 +0000
+++ b/sys/dev/hil/hilkbdmap.c Wed Jun 29 12:45:25 2022 +0000
@@ -215,9 +215,9 @@
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,
Home |
Main Index |
Thread Index |
Old Index