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

Mapping from pointing_button not having an effect #1192

Closed
dylan-chong opened this issue Dec 27, 2017 · 8 comments
Closed

Mapping from pointing_button not having an effect #1192

dylan-chong opened this issue Dec 27, 2017 · 8 comments

Comments

@dylan-chong
Copy link

dylan-chong commented Dec 27, 2017

The below complex mapping has no effect.

There is no error in the log.

                        "manipulators": [
                            {
                                "type": "basic",
                                "from": {
                                    "pointing_button": "button6" # also does not work with button2
                                    # works with  "key_code": "left_arrow" instead
                                },
                                "to": [
                                    {
                                        "key_code": "left_arrow",
                                        "modifiers": [
                                            "left_control",
                                            "left_shift"
                                        ]
                                    }
                                ]
                            }
                        ]
@dylan-chong
Copy link
Author

Interestingly this mapping does work:

                            {
                                "type": "basic",
                                "from": {
                                    "key_code": "z"
                                },
                                "to": [
                                    {
                                        "pointing_button": "button2"
                                    }
                                ]
                            },

@dylan-chong dylan-chong changed the title Mapping from mouse button6 not having an effect Mapping from pointing_button not having an effect Dec 27, 2017
@tekezo
Copy link
Member

tekezo commented Dec 28, 2017

Did you enable your mouse?
https://pqrs.org/osx/karabiner/help.html#mouse-button

@dylan-chong
Copy link
Author

I did not! Thanks!

@hh9515
Copy link

hh9515 commented May 5, 2021

Did you enable your mouse?
https://pqrs.org/osx/karabiner/help.html#mouse-button

this link isn't avaliable any more

@ghost
Copy link

ghost commented Jun 4, 2021

Since the link isn't available anymore,

Karabiner-Elements does not modify mouse devices by default.
You have to enable your mouse on Karabiner-Elements Preferences > Devices

@hh9515
Copy link

hh9515 commented Jun 4, 2021

Since the link isn't available anymore,

Karabiner-Elements does not modify mouse devices by default.
You have to enable your mouse on Karabiner-Elements Preferences > Devices

Not using a mouse
How to make MacBook internal trackpad left-click pointing event working?
The code below does not work

            {
                        "description”:”test”,
                        "manipulators":[
                            {
                                "type": "basic",
                                "from":{
                                    "pointing_button":"button1"
                                },
                                "to":[
                                    {
                                        "key_code":"w"
                                    }
                                ]
                            }
                        ]
                    },

@momomo
Copy link

momomo commented May 2, 2023

Same here. No effect.

@momomo
Copy link

momomo commented May 2, 2023

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants