You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I hope that these sorts of issues are not frowned upon in the community. I have asked on the Karabiner telegram but it appears that people aren't quite expecting questions in which the configuration language is EDN.
I have the following rule and I am not quite sure why it isn't working, this rule is not being applied to my keyboard
{:des "Swap Win and Alt on Thinkpad Trackpoint Keybaord"
:rules [:tpkb
[:left_option :left_command]
[:left_command :left_option]
[:right_option :right_command]
[:print_screen :left_option]]}
I replied to you on Telegram; the part about mapping space to option when held should work like this:
[:##spacebar:left_optionnil {:alone [:spacebar]}]
As far as I know, your :held is not a valid condition. Instead, we do it the other way around and map space to option on the condition nil, i.e. always, and then map it back to space when it is pressed alone.
I'm not sure what's the issue with your device-related configuration, but I found this example config in the in-the-wild.md file where someone uses device conditions as well, maybe that helps :)
In general I find these examples and the Telegram group to be the best shot at figuring stuff out. I think most people use Goku in the group so feel free to ask stuff there. People are usually very helpful there as long as the person asking is friendly, makes an effort to find an answer themselves, and the questions don't turn into spam.
I hope that these sorts of issues are not frowned upon in the community. I have asked on the Karabiner telegram but it appears that people aren't quite expecting questions in which the configuration language is EDN.
I have the following rule and I am not quite sure why it isn't working, this rule is not being applied to my keyboard
I also have another rule that I am not sure why it isn't working either
I hope someone is able to spot something because I haven't been able to figure them out for a few months now
The text was updated successfully, but these errors were encountered: