Skip to content

Commit

Permalink
CLDR-15034 kbd: pcm: apply review comments
Browse files Browse the repository at this point in the history
Co-authored-by: Jan Kučera <[email protected]>
  • Loading branch information
srl295 and miloush committed Sep 20, 2023
1 parent faa52cd commit f2c680d
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions keyboards/3.0/pcm.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
<import base="cldr" path="techpreview/keys-Zyyy-punctuation.xml" />
<import base="cldr" path="techpreview/keys-Zyyy-currency.xml" />
<key id="grave" to="\u{300}" />
<key id="backquote" to="`" />
<key id="acute" to="\u{301}" />

<!-- accented vowels -->
Expand All @@ -34,15 +35,15 @@

<layer modifier="shift">
<row keys="grave bang at hash dollar naira percent amp asterisk open-paren close-paren underscore plus" />
<row keys="acute W E R T Y U I O P open-curly close-curly" />
<row keys="A S D F G H J K L Odot Edot question" />
<row keys="A S D F G H J K L Odot Edot" />
<row keys="question Z C V B N M open-angle close-angle colon double-quote" />
<row keys="space" />
</layer>

<layer modifier="caps">
<row keys="grave 1 2 3 4 5 6 7 8 9 0 hyphen equal" />
<row keys="acute W E R T Y U I O P open-square close-square" />
<row keys="backquote 1 2 3 4 5 6 7 8 9 0 hyphen equal" />
<row keys="Q W E R T Y U I O P open-square close-square" />
<row keys="A S D F G H J K L Odot Edot slash" />
<row keys="slash Z C V B N M comma period semi-colon apos" />
<row keys="space" />
Expand Down

0 comments on commit f2c680d

Please sign in to comment.