Skip to content

Instantly share code, notes, and snippets.

@AssIstne
Created August 18, 2016 03:26
Show Gist options
  • Save AssIstne/62a65fdad98e82086145a3ce521a1f0b to your computer and use it in GitHub Desktop.
Save AssIstne/62a65fdad98e82086145a3ce521a1f0b to your computer and use it in GitHub Desktop.
Filco-minila config of Karabiner, App -> Option+Enter; Left-Shift -> Option+Command+/
<?xml version="1.0"?>
<root>
<devicevendordef>
<vendorname>FILCO_MINILA</vendorname>
<vendorid>0x0a5c</vendorid>
</devicevendordef>
<item>
<name>[FILCO_MINILA] Map app to option+enter</name>
<identifier>private.devicevendordef1</identifier>
<device_only>DeviceVendor::FILCO_MINILA</device_only>
<autogen>__KeyToKey__ KeyCode::PC_APPLICATION, KeyCode::ENTER, ModifierFlag::OPTION_R</autogen>
</item>
<item>
<name>[FILCO_MINILA] Map left shift to option+command+/</name>
<identifier>private.devicevendordef2</identifier>
<device_only>DeviceVendor::FILCO_MINILA</device_only>
<autogen>__KeyToKey__ KeyCode::SHIFT_R, KeyCode::SLASH, ModifierFlag::OPTION_R | ModifierFlag::COMMAND_R</autogen>
</item>
</root>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment