Module Name: src Committed By: tsutsui Date: Wed Jun 29 12:45:25 UTC 2022
Modified Files: src/sys/dev/hil: hilkbdmap.c Log Message: Fix Swedish keymap of HIL keyboard map. The problem was reported by Anders Gustafsson and fix provieded by Miod Vallat on port-hp300@. To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/sys/dev/hil/hilkbdmap.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/sys/dev/hil/hilkbdmap.c diff -u src/sys/dev/hil/hilkbdmap.c:1.2 src/sys/dev/hil/hilkbdmap.c:1.3 --- src/sys/dev/hil/hilkbdmap.c:1.2 Tue Feb 15 11:05:51 2011 +++ src/sys/dev/hil/hilkbdmap.c Wed Jun 29 12:45:25 2022 @@ -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,