Created
April 11, 2022 04:00
-
-
Save ccharlton/e3906006efb588ba8cdcb061cbfc93c7 to your computer and use it in GitHub Desktop.
MacOS Keyboard Test Substitution Additions
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?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"> | |
<array> | |
<dict> | |
<key>phrase</key> | |
<string>[email protected]</string> | |
<key>shortcut</key> | |
<string>;email</string> | |
</dict> | |
<dict> | |
<key>phrase</key> | |
<string>http://</string> | |
<key>shortcut</key> | |
<string>http</string> | |
</dict> | |
<dict> | |
<key>phrase</key> | |
<string>https://</string> | |
<key>shortcut</key> | |
<string>https</string> | |
</dict> | |
<dict> | |
<key>phrase</key> | |
<string>http://www.</string> | |
<key>shortcut</key> | |
<string>www</string> | |
</dict> | |
<dict> | |
<key>phrase</key> | |
<string>let me know</string> | |
<key>shortcut</key> | |
<string>lmk</string> | |
</dict> | |
<dict> | |
<key>phrase</key> | |
<string>in a meeting</string> | |
<key>shortcut</key> | |
<string>mtg</string> | |
</dict> | |
<dict> | |
<key>phrase</key> | |
<string>On my way</string> | |
<key>shortcut</key> | |
<string>omw</string> | |
</dict> | |
</array> | |
</plist> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment