Created
December 28, 2014 08:55
-
-
Save tadyjp/6cfa13562126887fd008 to your computer and use it in GitHub Desktop.
FILCO Bluetooth Keyboad FFBT67ML/EB用セッティング for Karabiner
This file contains hidden or 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"?> | |
<root> | |
<devicevendordef> | |
<vendorname>FILCO_Bluetooth_Keyboard_VendorID</vendorname> | |
<vendorid>0x0a5c</vendorid> | |
</devicevendordef> | |
<deviceproductdef> | |
<productname>FILCO_Bluetooth_Keyboard_ProductID</productname> | |
<productid>0x8502</productid> | |
</deviceproductdef> | |
<devicevendordef> | |
<vendorname>MBP_VendorID</vendorname> | |
<vendorid>0x05ac</vendorid> | |
</devicevendordef> | |
<deviceproductdef> | |
<productname>MBP_ProductID</productname> | |
<productid>0x0254</productid> | |
</deviceproductdef> | |
<item> | |
<name>FILCO用セッティング</name> | |
<appendix>Swap COMMAND and OPTION, JIS_EISUU/KANA</appendix> | |
<identifier>private.for_FILCO_Bluetooth_Keyboard</identifier> | |
<block> | |
<device_only> | |
DeviceVendor::FILCO_Bluetooth_Keyboard_VendorID, | |
DeviceProduct::FILCO_Bluetooth_Keyboard_ProductID | |
</device_only> | |
<!-- 左COMMANDを左OPTIONに --> | |
<autogen>__KeyToKey__ KeyCode::COMMAND_L, KeyCode::OPTION_L</autogen> | |
<!-- 左OPTIONを左COMMANDに、空打ちでEISUU --> | |
<autogen>__KeyOverlaidModifier__ KeyCode::OPTION_L, KeyCode::COMMAND_L, KeyCode::JIS_EISUU</autogen> | |
<!-- 右OPTIONを右COMMANDに、空打ちでKANA --> | |
<autogen>__KeyOverlaidModifier__ KeyCode::OPTION_R, KeyCode::COMMAND_R, KeyCode::JIS_KANA</autogen> | |
</block> | |
</item> | |
</root> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment