Fix swapped ';' and '-' in NeoQwertz bugfix deadkey state
This state is only entered when the "Prevent all layer 3 keys from being treated as option key shortcut" rule is active. Neo2 and Bone already had the correct mapping.
This commit is contained in:
parent
4bf71d9a66
commit
9f17abb2fc
@ -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 396 on 2024-09-15 at 15:45 (GMT+2)-->
|
||||
<!--Last edited by Ukelele version 396 on 2024-11-18 at 20:40 (GMT+1)-->
|
||||
<keyboard group="126" id="-7045" name="Deutsch (NeoQwertz)" maxout="3">
|
||||
<layouts>
|
||||
<layout first="0" last="0" mapSet="138" modifiers="30"/>
|
||||
@ -1449,6 +1449,7 @@
|
||||
</action>
|
||||
<action id="13">
|
||||
<when state="none" output="-"/>
|
||||
<when state="Bugfixes" output=";"/>
|
||||
<when state="compose" next="compose -"/>
|
||||
<when state="compose +" output="±"/>
|
||||
</action>
|
||||
@ -2644,7 +2645,7 @@
|
||||
</action>
|
||||
<action id="67">
|
||||
<when state="none" output="i"/>
|
||||
<when state="Bugfixes" output=">"/>
|
||||
<when state="Bugfixes" output=">"/>
|
||||
<when state="Ebene 1 T1 Zirkumflex" output="î"/>
|
||||
<when state="Ebene 1 T2 Gravis" output="ì"/>
|
||||
<when state="Ebene 1 T3 Akut" output="í"/>
|
||||
@ -2864,7 +2865,7 @@
|
||||
</action>
|
||||
<action id="80">
|
||||
<when state="none" output="l"/>
|
||||
<when state="Bugfixes" output=";"/>
|
||||
<when state="Bugfixes" output="-"/>
|
||||
<when state="Ebene 1 T3 Akut" output="ĺ"/>
|
||||
<when state="Ebene 2 T1 Caron Hatschek" output="ľ"/>
|
||||
<when state="Ebene 2 T2 Cedille" output="ļ"/>
|
||||
@ -2907,7 +2908,7 @@
|
||||
</action>
|
||||
<action id="83">
|
||||
<when state="none" output="u"/>
|
||||
<when state="Bugfixes" output="<"/>
|
||||
<when state="Bugfixes" output="<"/>
|
||||
<when state="Ebene 1 T1 Zirkumflex" output="û"/>
|
||||
<when state="Ebene 1 T2 Gravis" output="ù"/>
|
||||
<when state="Ebene 1 T3 Akut" output="ú"/>
|
||||
|
Loading…
Reference in New Issue
Block a user