Cygwin/X: Update mapping for Canadian keyboard layouts
0x00000c0c "Canadian French (legacy)" => layout ca variant fr-legacy 0x00001009 "Canadian French" => layout ca variant fr 0x00011009 "Canadian Multilingual Standard" => layout ca variant multix Signed-off-by: Yaakov Selkowitz <yselkowitz@users.sourceforge.net> Signed-off-by: Jon TURNEY <jon.turney@dronecode.org.uk> Reviewed-by: Colin Harrison <colin.harrison@virgin.net>
This commit is contained in:
		
							parent
							
								
									be3e5bb501
								
							
						
					
					
						commit
						57ca09441e
					
				| 
						 | 
					@ -55,13 +55,15 @@ WinKBLayoutRec winKBLayouts[] =
 | 
				
			||||||
    {  0x00010409, -1, "pc105",     "dvorak",    NULL,        NULL, "English (USA,Dvorak)"},
 | 
					    {  0x00010409, -1, "pc105",     "dvorak",    NULL,        NULL, "English (USA,Dvorak)"},
 | 
				
			||||||
    {  0x00020409, -1, "pc105",     "us_intl",   NULL,        NULL, "English (USA,International)"},
 | 
					    {  0x00020409, -1, "pc105",     "us_intl",   NULL,        NULL, "English (USA,International)"},
 | 
				
			||||||
    {  0x00000809, -1, "pc105",     "gb",        NULL,        NULL, "English (United Kingdom)"},
 | 
					    {  0x00000809, -1, "pc105",     "gb",        NULL,        NULL, "English (United Kingdom)"},
 | 
				
			||||||
 | 
					    {  0x00001009, -1, "pc105",     "ca",        "fr",        NULL, "French (Canada)"},
 | 
				
			||||||
 | 
					    {  0x00011009, -1, "pc105",     "ca",        "multix",    NULL, "Canadian Multilingual Standard"},
 | 
				
			||||||
    {  0x00001809, -1, "pc105",     "ie",        NULL,        NULL, "Irish"},
 | 
					    {  0x00001809, -1, "pc105",     "ie",        NULL,        NULL, "Irish"},
 | 
				
			||||||
    {  0x0000040a, -1, "pc105",     "es",        NULL,        NULL, "Spanish (Spain,Traditional Sort)"},
 | 
					    {  0x0000040a, -1, "pc105",     "es",        NULL,        NULL, "Spanish (Spain,Traditional Sort)"},
 | 
				
			||||||
    {  0x0000080a, -1, "pc105",     "latam",     NULL,        NULL, "Latin American"},
 | 
					    {  0x0000080a, -1, "pc105",     "latam",     NULL,        NULL, "Latin American"},
 | 
				
			||||||
    {  0x0000040b, -1, "pc105",     "fi",        NULL,        NULL, "Finnish"},
 | 
					    {  0x0000040b, -1, "pc105",     "fi",        NULL,        NULL, "Finnish"},
 | 
				
			||||||
    {  0x0000040c, -1, "pc105",     "fr",        NULL,        NULL, "French (Standard)"},
 | 
					    {  0x0000040c, -1, "pc105",     "fr",        NULL,        NULL, "French (Standard)"},
 | 
				
			||||||
    {  0x0000080c, -1, "pc105",     "be",        NULL,        NULL, "French (Belgian)"},
 | 
					    {  0x0000080c, -1, "pc105",     "be",        NULL,        NULL, "French (Belgian)"},
 | 
				
			||||||
    {  0x00000c0c, -1, "pc105",     "ca",        "fr",        NULL, "French (Canada)"},
 | 
					    {  0x00000c0c, -1, "pc105",     "ca",        "fr-legacy", NULL, "French (Canada, Legacy)"},
 | 
				
			||||||
    {  0x0000100c, -1, "pc105",     "ch",        "fr",        NULL, "French (Switzerland)"},
 | 
					    {  0x0000100c, -1, "pc105",     "ch",        "fr",        NULL, "French (Switzerland)"},
 | 
				
			||||||
    {  0x0000040d, -1, "pc105",     "il",        NULL,        NULL, "Hebrew"},
 | 
					    {  0x0000040d, -1, "pc105",     "il",        NULL,        NULL, "Hebrew"},
 | 
				
			||||||
    {  0x0000040e, -1, "pc105",     "hu",        NULL,        NULL, "Hungarian"},
 | 
					    {  0x0000040e, -1, "pc105",     "hu",        NULL,        NULL, "Hungarian"},
 | 
				
			||||||
| 
						 | 
					@ -89,5 +91,3 @@ WinKBLayoutRec winKBLayouts[] =
 | 
				
			||||||
  See http://technet.microsoft.com/en-us/library/cc766503%28WS.10%29.aspx
 | 
					  See http://technet.microsoft.com/en-us/library/cc766503%28WS.10%29.aspx
 | 
				
			||||||
  for a listing of input locale (keyboard layout) codes
 | 
					  for a listing of input locale (keyboard layout) codes
 | 
				
			||||||
*/
 | 
					*/
 | 
				
			||||||
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue