Skip to content

Commit

Permalink
Add ŋ and Ŋ (Sami)
Browse files Browse the repository at this point in the history
  • Loading branch information
devnoname120 committed Jun 1, 2022
1 parent 1239e24 commit c305dd0
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 11 deletions.
20 changes: 11 additions & 9 deletions mac/bundle/qwerty-fr.bundle/Contents/Resources/qwerty-fr.keylayout
@@ -1,6 +1,6 @@
<?xml version="1.1" encoding="UTF-8"?>
<!DOCTYPE keyboard SYSTEM "file://localhost/System/Library/DTDs/KeyboardLayout.dtd">
<!--Last edited by Ukelele version 351 on 2022-06-01 at 15:48 (CEST)-->
<!--Last edited by Ukelele version 351 on 2022-06-01 at 17:36 (CEST)-->
<!--Created by Ukelele version 2.1.10 on 2012-02-20 at 23:06 (PST)-->
<keyboard group="126" id="-7247" name="qwerty-fr" maxout="3">
<!-- Supporting both ISO and ANSI keyboards require shenanigans because some keys have inconsistent code. I was inspired by the file `bepo-qwerty.keylayout`.
Expand Down Expand Up @@ -976,6 +976,9 @@
</keyMap>
</keyMapSet>
<actions>
<action id=" ̑">
<when state="none" next="inverted breve"/>
</action>
<action id="!">
<when state="none" output="!"/>
<when state="math" output="¬"/>
Expand Down Expand Up @@ -1164,6 +1167,7 @@
<when state="dot above" output=""/>
<when state="greek letter" output="ν"/>
<when state="math" output=""/>
<when state="ogonek" output="ŋ"/>
<when state="s5" output="ñ"/>
<when state="tilde" output="ñ"/>
</action>
Expand Down Expand Up @@ -1367,6 +1371,7 @@
<when state="dot above" output=""/>
<when state="greek letter" output="Ν"/>
<when state="math" output=""/>
<when state="ogonek" output="Ŋ"/>
<when state="s5" output="Ñ"/>
<when state="tilde" output="Ñ"/>
</action>
Expand Down Expand Up @@ -2031,22 +2036,22 @@
<when state="none" output=""/>
<when state="math" output=""/>
</action>
<action id=" ̑">
<when state="none" next="inverted breve"/>
</action>
</actions>
<terminators>
<when state="acute accent" output="´"/>
<when state="grave accent" output="`"/>
<when state="inverted breve" output=" ̑"/>
<when state="breve" output="˘"/>
<when state="caron" output="ˇ"/>
<when state="cedilla" output="¸"/>
<when state="circumflex" output="ˆ"/>
<when state="currency" output="¤"/>
<when state="diaeresis" output="¨"/>
<when state="dot above" output="˙"/>
<when state="double acute accent" output="˝"/>
<when state="grave accent" output="`"/>
<when state="greek letter" output=""/>
<when state="inverted breve" output=" ̑"/>
<when state="macron" output="¯"/>
<when state="math" output=""/>
<when state="ogonek" output="˛"/>
<when state="ring" output="˚"/>
<when state="s1" output="è"/>
Expand All @@ -2055,8 +2060,5 @@
<when state="s4" output="ù"/>
<when state="s5" output="ñ"/>
<when state="tilde" output="~"/>
<when state="currency" output="¤"/>
<when state="greek letter" output=""/>
<when state="math" output=""/>
</terminators>
</keyboard>
4 changes: 2 additions & 2 deletions qwerty-fr.yaml
Expand Up @@ -147,8 +147,8 @@ deadkeys:

- char: ''
name: ogonek
base: AaEeIiOoUu
alt: ĄąĘęĮįǪǫŲų
base: AaEeIiNnOoUu
alt: ĄąĘęĮįŊŋǪǫŲų
alt_space: '˛' # U+02DB OGONEK
alt_self: '˛' # U+02DB OGONEK

Expand Down
Binary file modified windows/qwertyfr.utf8.klc
Binary file not shown.

0 comments on commit c305dd0

Please sign in to comment.