diff options
author | Colin Harrison <colin@xming.myzen.co.uk> | 2018-06-30 13:43:11 +0100 |
---|---|---|
committer | Jon Turney <jon.turney@dronecode.org.uk> | 2019-06-28 17:38:36 +0000 |
commit | bfcaaecc552c7a3d85f6309b8079eb8e6fda8779 (patch) | |
tree | 77505b0f7d7aba15721415cc0055218b90b78867 /hw/xwin/winlayouts.h | |
parent | 188f461463fcc60432f9d7a76ad69ec97631db5d (diff) |
hw/xwin: Add the Belgian (Comma) keyboard layout
Diffstat (limited to 'hw/xwin/winlayouts.h')
-rw-r--r-- | hw/xwin/winlayouts.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hw/xwin/winlayouts.h b/hw/xwin/winlayouts.h index 0b02fa446..904410a2d 100644 --- a/hw/xwin/winlayouts.h +++ b/hw/xwin/winlayouts.h @@ -65,6 +65,7 @@ WinKBLayoutRec winKBLayouts[] = { {0x0000040b, -1, "pc105", "fi", NULL, NULL, "Finnish"}, {0x0000040c, -1, "pc105", "fr", NULL, NULL, "French (Standard)"}, {0x0000080c, -1, "pc105", "be", NULL, NULL, "French (Belgian)"}, + {0x0001080c, -1, "pc105", "be", NULL, NULL, "Belgian (Comma)"}, {0x00000c0c, -1, "pc105", "ca", "fr-legacy", NULL, "French (Canada, Legacy)"}, {0x0000100c, -1, "pc105", "ch", "fr", NULL, "French (Switzerland)"}, |