How to Get Karabiner to Proxy a Key for fn on M0116
Posted: 28 Jan 2016, 23:01
Anyone know how to configure Karabiner to work on an M0116? I use Karabiner with no problems on my HHKB, but the obvious hurdle to overcome with the M0116 is the lack of any Fn key.
There is an option in Karabiner preferences to “Change backslash key to fn key” which is precisely what I want to do. I think this is supposed to still send the backslash event when the key is tapped but when the key is held, I think it’s supposed to function as fn. But it doesn’t appear to work…when I press and hold fn + [any number key] all I get is the corresponding number printing to screen.
I’ve also tried adding the following to my private.xml file
<autogen>
__KeyOverlaidModifier__
KeyCode::BACKSLASH,
KeyCode::FN,
KeyCode::BACKSLASH,
</autogen>
<autogen>
__KeyToKey__
KeyCode::2, ModifierFlag::FN,
ConsumerKeyCode::BRIGHTNESS_UP,
</autogen>
It’s possible this would work, and I’m just not placing it in the proper order sequence. I have placed it at the top and near the bottom (inside the root brackets).
Here are my Devices
[img] [/img]
Here's what happens in the Even Viewer when I press and hold backspace key
[img] [/img]
There is an option in Karabiner preferences to “Change backslash key to fn key” which is precisely what I want to do. I think this is supposed to still send the backslash event when the key is tapped but when the key is held, I think it’s supposed to function as fn. But it doesn’t appear to work…when I press and hold fn + [any number key] all I get is the corresponding number printing to screen.
I’ve also tried adding the following to my private.xml file
<autogen>
__KeyOverlaidModifier__
KeyCode::BACKSLASH,
KeyCode::FN,
KeyCode::BACKSLASH,
</autogen>
<autogen>
__KeyToKey__
KeyCode::2, ModifierFlag::FN,
ConsumerKeyCode::BRIGHTNESS_UP,
</autogen>
It’s possible this would work, and I’m just not placing it in the proper order sequence. I have placed it at the top and near the bottom (inside the root brackets).
Here are my Devices
[img] [/img]
Here's what happens in the Even Viewer when I press and hold backspace key
[img] [/img]