Skip to content

Commit 3b4aa69

Browse files
committed
Inital commit
0 parents  commit 3b4aa69

File tree

12 files changed

+3075
-0
lines changed

12 files changed

+3075
-0
lines changed

README.md

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
# ro-prog-keys - Romanian Programmers Mac Keylayout
2+
3+
This mac keyboard layout has popped up on the internet before, but it's description/locale/icon is always wrong and it looks really confusing.
4+
5+
I have created an iconset that macOS will use to display this keylayout nicely in `System Preferences/Keyboard/Input Sources` and in the macOS menu bar icon, and I have bundled it nicely with the keylayout.
6+
7+
## Installation
8+
9+
To install this keyboard layout you need to move the `Romanian - Programmers.bundle` file to `/Library/Keyboard Layouts/`
10+
11+
```bash
12+
$ git clone https://github.com/calini/ro-prog-keys.git
13+
$ mv ro-prog-keys/Romanian\ -\ Programmers.bundle /Library/Keyboard\ Layouts/
14+
```
15+
16+
## Screenshots
17+
18+
It shows up under the Romanian section, like the default ones.
19+
![1](screenshots/1.png)
20+
21+
This is the keyboard layout:
22+
![2](screenshots/2.png)
23+
24+
While holding `cmd`:
25+
![3](screenshots/3.png)
26+
27+
While holding `cmd+shift`:
28+
![4](screenshots/4.png)
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
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>org.sil.ukelele.keyboardlayout.romanian-programmers</string>
7+
<key>CFBundleName</key>
8+
<string>Romanian - Programmers</string>
9+
<key>CFBundleVersion</key>
10+
<string></string>
11+
<key>KLInfo_Romanian - Programmers</key>
12+
<dict>
13+
<key>TISInputSourceID</key>
14+
<string>org.sil.ukelele.keyboardlayout.romanian-programmers.romanian-programmers</string>
15+
<key>TISIntendedLanguage</key>
16+
<string>ro</string>
17+
</dict>
18+
</dict>
19+
</plist>
Binary file not shown.

0 commit comments

Comments
 (0)