summary refs log tree commit diff
path: root/etc/CodeQWERTY.bundle/Contents/Info.plist
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2020-05-08 17:56:49 -0400
committerJune McEnroe <june@causal.agency>2020-05-08 17:56:49 -0400
commit329bad308ac202d9b4d0ced817b2bacf8bc815d8 (patch)
tree546c3d09353d3019abb23636fd10061eb3b8ea7f /etc/CodeQWERTY.bundle/Contents/Info.plist
parentRemove mksh (diff)
downloadsrc-329bad308ac202d9b4d0ced817b2bacf8bc815d8.tar.gz
src-329bad308ac202d9b4d0ced817b2bacf8bc815d8.zip
Move keyboard layout into a .bundle
Based on Workman.bundle. This seems to make it stick, though I don't
want to speak too soon.
Diffstat (limited to 'etc/CodeQWERTY.bundle/Contents/Info.plist')
-rw-r--r--etc/CodeQWERTY.bundle/Contents/Info.plist19
1 files changed, 19 insertions, 0 deletions
diff --git a/etc/CodeQWERTY.bundle/Contents/Info.plist b/etc/CodeQWERTY.bundle/Contents/Info.plist
new file mode 100644
index 00000000..f78351e8
--- /dev/null
+++ b/etc/CodeQWERTY.bundle/Contents/Info.plist
@@ -0,0 +1,19 @@
+<?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>agency.causal.keyboardlayout.code</string>
+		<key>CFBundleName</key>
+		<string>Code QWERTY</string>
+		<key>CFBundleVersion</key>
+		<string>1.0</string>
+		<key>KLInfo_Code QWERTY</key>
+		<dict>
+			<key>TISInputSourceID</key>
+			<string>agency.causal.keyboardlayout.code.qwerty</string>
+			<key>TISIntendedLanguage</key>
+			<string>en-CA</string>
+		</dict>
+	</dict>
+</plist>