summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormiod <miod@openbsd.org>2013-11-20 17:28:00 +0000
committermiod <miod@openbsd.org>2013-11-20 17:28:00 +0000
commit18d7c1a39b43fa7cd9841b45cba13a95a917c947 (patch)
tree3923d3465eb3598dd8f36755a53b17b84ecfc930
parentFix translation table for JIS keys; reported by Nakano Takaharu. (diff)
downloadwireguard-openbsd-18d7c1a39b43fa7cd9841b45cba13a95a917c947.tar.xz
wireguard-openbsd-18d7c1a39b43fa7cd9841b45cba13a95a917c947.zip
regen
-rw-r--r--sys/dev/usb/ukbdmap.c16
1 files changed, 8 insertions, 8 deletions
diff --git a/sys/dev/usb/ukbdmap.c b/sys/dev/usb/ukbdmap.c
index 34d8e66bff0..1fd081b1cef 100644
--- a/sys/dev/usb/ukbdmap.c
+++ b/sys/dev/usb/ukbdmap.c
@@ -1,10 +1,10 @@
-/* $OpenBSD: ukbdmap.c,v 1.40 2013/04/14 19:34:11 miod Exp $ */
+/* $OpenBSD: ukbdmap.c,v 1.41 2013/11/20 17:28:00 miod Exp $ */
/*
* THIS FILE IS AUTOMAGICALLY GENERATED. DO NOT EDIT.
*
* generated by:
- * OpenBSD: makemap.awk,v 1.13 2013/04/14 19:33:46 miod Exp
+ * OpenBSD: makemap.awk,v 1.14 2013/11/20 17:27:32 miod Exp
* generated from:
*/
/* OpenBSD: wskbdmap_mfii.c,v 1.43 2013/04/14 19:32:52 miod Exp */
@@ -487,11 +487,11 @@ static const keysym_t ukbd_keydesc_jp[] = {
KC(51), KS_semicolon, KS_plus,
KC(52), KS_colon, KS_asterisk,
KC(53), KS_Zenkaku_Hankaku,/*replacegrave/tilde*/
- KC(135), KS_Hiragana_Katakana,
- KC(136), KS_backslash, KS_underscore,
- KC(137), KS_Henkan,
- KC(138), KS_Muhenkan,
- KC(139), KS_backslash, KS_bar,
+ KC(135), KS_backslash, KS_underscore,
+ KC(136), KS_Hiragana_Katakana,
+ KC(137), KS_backslash, KS_bar,
+ KC(138), KS_Henkan,
+ KC(139), KS_Muhenkan,
};
static const keysym_t ukbd_keydesc_es[] = {
@@ -855,7 +855,7 @@ static const keysym_t ukbd_keydesc_br[] = {
KC(56), KS_semicolon, KS_colon,
KC(99), KS_KP_Delete, KS_KP_Decimal,
KC(100), KS_backslash, KS_bar,
- KC(136), KS_slash, KS_question, KS_degree,
+ KC(135), KS_slash, KS_question, KS_degree,
};
static const keysym_t ukbd_keydesc_tr[] = {