From 44926dcc9108343be9447128181a6b6b95ecc881 Mon Sep 17 00:00:00 2001 From: "C. McEnroe" Date: Fri, 8 May 2020 17:56:49 -0400 Subject: 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. --- etc/CodeQWERTY.bundle/Contents/Info.plist | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 etc/CodeQWERTY.bundle/Contents/Info.plist (limited to 'etc/CodeQWERTY.bundle/Contents/Info.plist') 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 @@ + + + + + CFBundleIdentifier + agency.causal.keyboardlayout.code + CFBundleName + Code QWERTY + CFBundleVersion + 1.0 + KLInfo_Code QWERTY + + TISInputSourceID + agency.causal.keyboardlayout.code.qwerty + TISIntendedLanguage + en-CA + + + -- cgit 1.4.1