Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upGetting Started guide for Karabiner interaction is outdated #1990
Labels
Comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment


The way you can do it now is with "shell_command"
{ "manipulators": [ { "description": "cmd+opt+r_arrow to url", "from": { "key_code": "right_arrow", "modifiers": { "mandatory": [ "right_option", "right_command" ] } }, "to": [ { "shell_command": "open -g hammerspoon://test1?someParam=hello" } ], "type": "basic" } ] },