Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[xsrc/trunk]: xsrc/external/mit/xf86-input-keyboard/dist/src add some missing...



details:   https://anonhg.NetBSD.org/xsrc/rev/7d83c71a2ef3
branches:  trunk
changeset: 10415:7d83c71a2ef3
user:      macallan <macallan%NetBSD.org@localhost>
date:      Wed Dec 18 19:37:40 2019 +0000

description:
add some missing translations for japanese keyboards
from Yasushi Oshima via PR54784

diffstat:

 external/mit/xf86-input-keyboard/dist/src/bsd_KbdMap.c |  10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)

diffs (29 lines):

diff -r aee39b99dc69 -r 7d83c71a2ef3 external/mit/xf86-input-keyboard/dist/src/bsd_KbdMap.c
--- a/external/mit/xf86-input-keyboard/dist/src/bsd_KbdMap.c    Thu Dec 05 17:41:10 2019 +0000
+++ b/external/mit/xf86-input-keyboard/dist/src/bsd_KbdMap.c    Wed Dec 18 19:37:40 2019 +0000
@@ -581,20 +581,20 @@
        /* 109 */ KEY_NOTUSED,
        /* 110 */ KEY_NOTUSED,
        /* 111 */ KEY_NOTUSED,
-       /* 112 */ KEY_NOTUSED,
+       /* 112 */ KEY_HKTG,
        /* 113 */ KEY_NOTUSED,
        /* 114 */ KEY_NOTUSED,
-       /* 115 */ KEY_NOTUSED,
+       /* 115 */ KEY_BSlash2,
        /* 116 */ KEY_NOTUSED,
        /* 117 */ KEY_NOTUSED,
        /* 118 */ KEY_NOTUSED,
        /* 119 */ KEY_NOTUSED,
        /* 120 */ KEY_NOTUSED,
-       /* 121 */ KEY_NOTUSED,
+       /* 121 */ KEY_XFER,
        /* 122 */ KEY_NOTUSED,
-       /* 123 */ KEY_NOTUSED,
+       /* 123 */ KEY_NFER,
        /* 124 */ KEY_NOTUSED,
-       /* 125 */ KEY_NOTUSED,
+       /* 125 */ KEY_Yen,
        /* 126 */ KEY_NOTUSED,
        /* 127 */ KEY_Pause,
        /* 128 */ KEY_NOTUSED,



Home | Main Index | Thread Index | Old Index