summaryrefslogtreecommitdiff
path: root/hw/xwin
diff options
context:
space:
mode:
authorColin Harrison <colin@xming.myzen.co.uk>2018-02-22 13:18:42 +0000
committerJon Turney <jon.turney@dronecode.org.uk>2019-06-28 17:38:36 +0000
commit188f461463fcc60432f9d7a76ad69ec97631db5d (patch)
tree5bb9154b64e3833bcaeb99c1911c5a9c40f6ffe9 /hw/xwin
parente39dc0f5b7c88c9ba670383658846a1f658cbc47 (diff)
hw/xwin: Add Russian keyboard layout
Diffstat (limited to 'hw/xwin')
-rw-r--r--hw/xwin/winlayouts.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/hw/xwin/winlayouts.h b/hw/xwin/winlayouts.h
index c7905e3c2..0b02fa446 100644
--- a/hw/xwin/winlayouts.h
+++ b/hw/xwin/winlayouts.h
@@ -82,6 +82,7 @@ WinKBLayoutRec winKBLayouts[] = {
{0x00000416, -1, "pc105", "br", NULL, NULL, "Portuguese (Brazil,ABNT)"},
{0x00010416, -1, "abnt2", "br", NULL, NULL, "Portuguese (Brazil,ABNT2)"},
{0x00000816, -1, "pc105", "pt", NULL, NULL, "Portuguese (Portugal)"},
+ {0x00000419, -1, "pc105", "ru", NULL, NULL, "Russian"},
{0x0000041a, -1, "pc105", "hr", NULL, NULL, "Croatian"},
{0x0000041d, -1, "pc105", "se", NULL, NULL, "Swedish (Sweden)"},
{0x0000041f, -1, "pc105", "tr", NULL, NULL, "Turkish (Q)"},