Bug 99596

Summary: English (Canada) input source is missing the left backslash key
Product: xkeyboard-config Reporter: Mathew Hodson <mathew.hodson>
Component: GeneralAssignee: xkb
Status: RESOLVED FIXED QA Contact:
Severity: normal    
Priority: medium    
Version: unspecified   
Hardware: All   
OS: All   
See Also: https://launchpad.net/bugs/1659183
Whiteboard:
i915 platform: i915 features:

Description Mathew Hodson 2017-01-30 01:52:19 UTC
In Canada, many keyboards are bilingual and have a slightly different layout from US keyboards. They have an additional backslash key next to the left shift key.

Currently, the less-than symbol is mapped to the left backslash key.

I believe this is the change that needs to be made in https://cgit.freedesktop.org/xkeyboard-config/tree/symbols/ca

 partial alphanumeric_keys
 xkb_symbols "eng" {
     include "us(basic)"
     name[Group1] = "English (Canada)";
+
+ key <LSGT> { [ backslash, bar, voidsymbol, voidsymbol ] };
 };

 // EXTRAS:
Comment 1 Sergey V. Udaltsov 2017-05-17 14:19:27 UTC
fair enough, fix committed. Thanks!

Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.