The Wayback Machine - https://web.archive.org/web/20200608053751/https://github.com/Hammerspoon/hammerspoon/issues/1990
Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Getting Started guide for Karabiner interaction is outdated #1990

Open
Donkeyfish87 opened this issue Nov 23, 2018 · 0 comments
Open

Getting Started guide for Karabiner interaction is outdated #1990

Donkeyfish87 opened this issue Nov 23, 2018 · 0 comments
Labels

Comments

@Donkeyfish87
Copy link

@Donkeyfish87 Donkeyfish87 commented Nov 23, 2018

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"
                            }
                        ]
                    },
@cmsj cmsj added the docs label Dec 8, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
2 participants
You can’t perform that action at this time.