Skip to content

Commit

Permalink
fix keyboard layout for proper ä
Browse files Browse the repository at this point in the history
  • Loading branch information
bluemaex committed Jul 18, 2018
1 parent 53522db commit ab8eb16
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion osx/KeyboardLayouts/USUmlaut.bundle/Contents/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<key>CFBundleIdentifier</key>
<string>org.sil.ukelele.keyboardlayout.blmx</string>
<key>CFBundleName</key>
<string></string>
<string>USUmlaut</string>
<key>CFBundleVersion</key>
<string></string>
<key>KLInfo_USUmlaut</key>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.1" encoding="UTF-8"?>
<!DOCTYPE keyboard SYSTEM "file://localhost/System/Library/DTDs/KeyboardLayout.dtd">
<!--Last edited by Ukelele version 3.2.1.161 on 2017-01-25 at 17:07 (GMT+1)-->
<keyboard group="126" id="-8684" name="USUmlaut" maxout="2">
<!--Last edited by Ukelele version 3.2.5.180 on 2018-07-18 at 16:44 (CEST)-->
<keyboard group="126" id="-8684" name="USUmlaut" maxout="1">
<layouts>
<layout first="0" last="17" mapSet="16c" modifiers="f4"/>
<layout first="18" last="18" mapSet="994" modifiers="f4"/>
Expand Down Expand Up @@ -379,7 +379,7 @@
<key code="126" output="&#x001E;"/>
</keyMap>
<keyMap index="3">
<key code="0" output=""/>
<key code="0" output="ä"/>
<key code="1" output="ß"/>
<key code="2" output=""/>
<key code="3" output="ƒ"/>
Expand Down
2 changes: 1 addition & 1 deletion osx/KeyboardLayouts/USUmlaut.bundle/Contents/version.plist
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<key>BuildVersion</key>
<string></string>
<key>ProjectName</key>
<string></string>
<string>USUmlaut</string>
<key>SourceVersion</key>
<string></string>
</dict>
Expand Down

0 comments on commit ab8eb16

Please sign in to comment.