Module Name:    src
Committed By:   nia
Date:           Mon Jul 13 09:50:12 UTC 2020

Modified Files:
        src/sys/dev/wscons: wsksymdef.h

Log Message:
Clarify that KB_TR is the "Q" layout - there's two standards for Turkish.


To generate a diff of this commit:
cvs rdiff -u -r1.72 -r1.73 src/sys/dev/wscons/wsksymdef.h

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/wscons/wsksymdef.h
diff -u src/sys/dev/wscons/wsksymdef.h:1.72 src/sys/dev/wscons/wsksymdef.h:1.73
--- src/sys/dev/wscons/wsksymdef.h:1.72	Mon Jul 13 09:44:48 2020
+++ src/sys/dev/wscons/wsksymdef.h	Mon Jul 13 09:50:12 2020
@@ -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_ES,	0,	0x0b00,	"es",	,	"Spanis
 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
 

Reply via email to