Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/dev/wscons Clarify that KB_TR is the "Q" layout - there'...
details: https://anonhg.NetBSD.org/src/rev/9f5071976a21
branches: trunk
changeset: 935911:9f5071976a21
user: nia <nia%NetBSD.org@localhost>
date: Mon Jul 13 09:50:12 2020 +0000
description:
Clarify that KB_TR is the "Q" layout - there's two standards for Turkish.
diffstat:
sys/dev/wscons/wsksymdef.h | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 3dc4b7d1740d -r 9f5071976a21 sys/dev/wscons/wsksymdef.h
--- a/sys/dev/wscons/wsksymdef.h Mon Jul 13 09:44:48 2020 +0000
+++ b/sys/dev/wscons/wsksymdef.h Mon Jul 13 09:50:12 2020 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: wsksymdef.h,v 1.72 2020/07/13 09:44:48 nia Exp $ */
+/* $NetBSD: wsksymdef.h,v 1.73 2020/07/13 09:50:12 nia Exp $ */
/*-
* Copyright (c) 1997 The NetBSD Foundation, Inc.
@@ -678,7 +678,7 @@
action(KB_SV, 0, 0x0900, "sv", , "Swedish") \
action(KB_SF, 0, 0x1000, "sf", , "Swiss French") \
action(KB_SG, 0, 0x0f00, "sg", , "Swiss German") \
-action(KB_TR, 0, 0x1700, "tr", , "Turkish") \
+action(KB_TR, 0, 0x1700, "tr", , "Turkish (Q-Layout)") \
action(KB_UA, 0, 0x1200, "ua", , "Ukrainian")
#define KB_NONE 0x0000
Home |
Main Index |
Thread Index |
Old Index