Skip to content

Commit

Permalink
Add Niro & Soul keylayout bundles for macOS
Browse files Browse the repository at this point in the history
  • Loading branch information
nguyenlc1993 committed Sep 25, 2021
1 parent da23a2b commit cb7f577
Show file tree
Hide file tree
Showing 17 changed files with 6,178 additions and 0 deletions.
6 changes: 6 additions & 0 deletions downloads/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ For each layout, there is:
* a zip archive containing the installer, generated using Microsoft Keyboard Layout Creator.
* a KLC definition file. You can import this into Keyboard Layout Creator if your want to make changes or regenerate the installer yourself.

#### For macOS:

* a bundle file that contains keyboard layouts for installation.

#### For Linux:

* Xmodmap and xkb configurations
Expand All @@ -18,10 +22,12 @@ For each layout, there is:

* [Windows Installer](https://github.com/kennetchaz/symmetric-typing/raw/gh-pages/downloads/soul/soul.zip)
* [KLC file](soul/soul.klc)
* [macOS information](soul/mac/)
* [Linux information](soul/linux/)

### Niro Layout [(info)](http://kennetchaz.github.io/symmetric-typing/niro.html)

* [Windows Installer](https://github.com/kennetchaz/symmetric-typing/raw/gh-pages/downloads/niro/niro.zip)
* [KLC file](niro/niro.klc)
* [macOS information](niro/mac/)
* [Linux information](niro/linux/)
30 changes: 30 additions & 0 deletions downloads/niro/mac/Niro.bundle/Contents/Info.plist
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>CFBundleIdentifier</key>
<string>org.sil.ukelele.keyboardlayout.niro</string>
<key>CFBundleName</key>
<string>Niro</string>
<key>CFBundleVersion</key>
<string>1.0.0</string>
<key>KLInfo_Niro</key>
<dict>
<key>TICapsLockLanguageSwitchCapable</key>
<false/>
<key>TISInputSourceID</key>
<string>org.sil.ukelele.keyboardlayout.niro.niro</string>
<key>TISIntendedLanguage</key>
<string>en</string>
</dict>
<key>KLInfo_Niro - Extended</key>
<dict>
<key>TICapsLockLanguageSwitchCapable</key>
<false/>
<key>TISInputSourceID</key>
<string>org.sil.ukelele.keyboardlayout.niro.niro-extended</string>
<key>TISIntendedLanguage</key>
<string>en</string>
</dict>
</dict>
</plist>
Binary file not shown.
Loading

0 comments on commit cb7f577

Please sign in to comment.