add keyboard profile + karabiner f19 mapping

main
Steffen Rademacker 10 years ago
parent 01bbf64943
commit 9bbaa3df41

@ -0,0 +1,27 @@
<?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>CFBundleDevelopmentRegion</key>
<string>English</string>
<key>CFBundleIconFile</key>
<string>USGerman.icns</string>
<key>CFBundleIdentifier</key>
<string>com.apple.keyboardlayout.usgerman</string>
<key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string>
<key>CFBundleName</key>
<string>USGerman</string>
<key>CFBundleShortVersionString</key>
<string>1.0</string>
<key>CFBundleVersion</key>
<string>1.0</string>
<key>CSResourcesFileMapped</key>
<string>yes</string>
<key>KLInfo_USGerman</key>
<dict>
<key>ISOCode</key>
<string>en_US</string>
</dict>
</dict>
</plist>

File diff suppressed because one or more lines are too long

@ -0,0 +1,16 @@
<?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>BuildVersion</key>
<string>7</string>
<key>CFBundleShortVersionString</key>
<string>1.0</string>
<key>CFBundleVersion</key>
<string>1.0</string>
<key>ProjectName</key>
<string>USGerman Keyboard Layout</string>
<key>SourceVersion</key>
<string>290101</string>
</dict>
</plist>

@ -0,0 +1,18 @@
<?xml version="1.0"?>
<root>
<item>
<!-- copy top ~/Library/Application\ Support/Karabiner/ -->
<name>Remap F19 Hyper</name>
<appendix>This maps F19 (keycode 80) to Control + Shift + Option + Command</appendix>
<identifier>webgefrickel.hyperhyper</identifier>
<autogen>
--KeyToKey--
KeyCode::F19,
KeyCode::COMMAND_L,
ModifierFlag::OPTION_L | ModifierFlag::SHIFT_L | ModifierFlag::CONTROL_L
</autogen>
</item>
</root>
Loading…
Cancel
Save