Summary: | Add Azerty French layout | ||
---|---|---|---|
Product: | xkeyboard-config | Reporter: | Mats Blakstad <mats.gbproject> |
Component: | General | Assignee: | xkb |
Status: | RESOLVED FIXED | QA Contact: | |
Severity: | normal | ||
Priority: | medium | CC: | mats.gbproject |
Version: | unspecified | ||
Hardware: | Other | ||
OS: | All | ||
Whiteboard: | |||
i915 platform: | i915 features: | ||
Attachments: |
French azerty symbols
French azerty symbols - version 2 French azerty rules French azerty rules Patch to fix the unfinished symbols/fr file |
> On my Ubuntu I also need to add the layout to 'evdev.xml', however, I'm unable > to find it in the repo, where should this be added?
evdev.xml is created from rules/base.xml.in.
I wonder, what is the benefit of this layout? It seems a strict subset of the "basic" french layout, except that it has a dead grave on AE07, while the basic layout has a normal grave, which is what the image you give as your source suggests (dead keys are in red). Also, your layout uses three levels, but does not assign a third level chooser, so it becomes usable only after users select an appropriate option. For comparison, the basic layout has the line
include "level3(ralt_switch)"
to assign the right Alt key as third level chooser.
Created attachment 118750 [details] [review] French azerty symbols - version 2 French azerty symbols - version 2 I've corrected the dead grave in new patch and added: include "level3(ralt_switch)" The benefit is to be able to use a strict subset of the "basic" French layout, and also to easily include it in new keyboard layouts (that I was recommended to do on xkb email list. Created attachment 118751 [details] [review] French azerty rules Adding rules patch Comment on attachment 118751 [details] [review] French azerty rules Review of attachment 118751 [details] [review]: ----------------------------------------------------------------- The underscores in the _description tags in base.xml.in are missing. Created attachment 118883 [details] [review] French azerty rules uups, thanks, okay trying again! :) Thank you, Mats and Andreas. It is in git now. Created attachment 121211 [details] [review] Patch to fix the unfinished symbols/fr file The pushed patch is missing the closing "};" at the end of the section. Here is a trivial patch to fix that.
> The pushed patch is missing the closing "};" at the end of the section. Here
> is a trivial patch to fix that.
Thank you for the fix, missed that!
|
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.
Created attachment 118747 [details] French azerty symbols Here is patch for the normal french azerty layout On my Ubuntu I also need to add the layout to 'evdev.xml', however, I'm unable to find it in the repo, where should this be added? <variant> <configItem> <name>azerty</name> <description>French (Azerty)</description> </configItem> </variant>