Skip to content

Commit cfe27ee

Browse files
committed
⌨️ feat: add French OSS keyboard layout
1 parent e896cff commit cfe27ee

9 files changed

Lines changed: 1303 additions & 0 deletions

File tree

.editorconfig

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,3 +13,10 @@ indent_style = tab
1313

1414
[*.md]
1515
trim_trailing_whitespace = false
16+
17+
# macOS keyboard layout bundle files use their native XML indentation.
18+
[configs/keyboard/Francais-OSS-Mac.bundle/**]
19+
indent_style = tab
20+
21+
[configs/keyboard/Francais-OSS-Mac.bundle/**/*.keylayout]
22+
indent_style = space

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ Other operating systems, including Linux and Windows, are outside the scope of t
2626
* [Homebrew setup, packages, maintenance, and rollback](docs/homebrew/homebrew.md)
2727
* [Pearcleaner macOS application uninstaller](docs/macos/pearcleaner.md)
2828
* [macOS development defaults](docs/macos/macos-defaults.md)
29+
* [French OSS keyboard layout](docs/keyboard/french-oss.md)
2930

3031
### Shell
3132

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
3+
<plist version="1.0">
4+
<dict>
5+
<key>CFBundleIdentifier</key>
6+
<string>dev.labault.keyboardlayout.francaisossmac</string>
7+
<key>CFBundleName</key>
8+
<string>Francais OSS Mac</string>
9+
<key>CFBundleVersion</key>
10+
<string>1.0.0</string>
11+
<key>KLInfo_Francais OSS Mac</key>
12+
<dict>
13+
<key>TICapsLockLanguageSwitchCapable</key>
14+
<false/>
15+
<key>TISIconIsTemplate</key>
16+
<false/>
17+
<key>TISInputSourceID</key>
18+
<string>dev.labault.keyboardlayout.francaisossmac.francaisossmac</string>
19+
<key>TISIntendedLanguage</key>
20+
<string>fr</string>
21+
</dict>
22+
</dict>
23+
</plist>
Binary file not shown.

0 commit comments

Comments
 (0)