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

all I want is back button work on my microsoft sculpt ergo mouse. #1112

Closed
medyagh opened this issue Nov 13, 2017 · 10 comments
Closed

all I want is back button work on my microsoft sculpt ergo mouse. #1112

medyagh opened this issue Nov 13, 2017 · 10 comments

Comments

@medyagh
Copy link

medyagh commented Nov 13, 2017

I do NOT undrestand this, how come all the features of my mouse and keyboard work perfectly fine on any version of linux (as old as 13 years old) but none of the buttons of my mouse work on any version of mac, even after installing microsoft's intelli driver.

I have mac os sierra
I have Microsoft mouse sculpt ergonomic,
I have tried different versions of karabniner, and karabiner element,
The event listener shows my back button on the mouse as button 4, but I can not make this button 4 to do anything usefull (I want it to be Back Button in the browser)

screen shot 2017-11-13 at 12 32 07 am

can someone for the sake of god help me ? how the heck Apple fan boys call this stupid opreating system an operating system at all ? any version of linux as old as ubuntu 6.04 supports all the features of my mouse that was built after it the linux was released.

after buying a few crap app on app store to make it work and trying diff version of karabara that was meant to only solve this issue, nothing is fixed.

sorry the ranting part was toward apple. I greatly appreciate the developers of Karabiner-Elements trying to save us !

@NessDan
Copy link

NessDan commented Nov 20, 2017

This worked for me

https://github.com/archagon/sensible-side-buttons

@medyagh medyagh closed this as completed Nov 20, 2017
@medyagh
Copy link
Author

medyagh commented Nov 22, 2017

@NessDan you are my today's angel ! seriously, It feels so liberated to have your Back button back.

@MrDesjardins
Copy link

MrDesjardins commented Nov 22, 2017

For those who are looking to have the back button to their Microsoft Sculpt mouse on Mac 10.12 you can use the following configuration:

                 {
                        "manipulators": [
                            {
                                "description": "Mouse back",
                                "from": {
                                    "pointing_button": "button4"
                                },
                                "to": [
                                    {
                                        "key_code": "left_arrow",
                                        "modifiers": [
                                            "left_command"
                                        ]
                                    }
                                ],
                                "type": "basic"
                            }
                        ]
                    }

Inside /Users/YOURNAME/.config/karabiner/karabiner.json

Also, make sure that in the Karabiner preference you have checked Microsoft 2.4Ghz Transceiver v9.0 (Microsoft) with the "mouse" icon in the type column.

@zlodes
Copy link

zlodes commented Apr 1, 2018

@MrDesjardins thanks a lot!

@mirzmaster
Copy link

@MrDesjardins While your solution works for the back button in browser, many text editors use a different key combination for back, since Cmd + Left Arrow will put you at the beginning of a line in a text area. So you're not getting true back button emulation with Karabiner.

@arooni
Copy link

arooni commented Aug 27, 2018

I tried restarting karabiner-elements and following @MrDesjardins 's instructions and I couldn't get it working :\

@nonoroazoro
Copy link

The button4 is not working at all in karabiner-elements, while it's working in karabiner... ???
After I tried everything, I'd say this is totally a bull 💩 brought with the stupid Sierra.

@aleemb
Copy link

aleemb commented Sep 6, 2018

If pqrs-org/KE-complex_modifications#431 gets resolved, this should be installable via Complex Modifications > Add Rule > (Search for: browser back/forward)

@nonoroazoro
Copy link

nonoroazoro commented Sep 7, 2018

@aleemb Awesome! Thanks a lot! Let's wait for the good news.

@jakub-g
Copy link

jakub-g commented Oct 10, 2023

Semi-related to the original question:

I wanted my MS Sculpt Ergonomic Desktop to display Mission Control.

The mouse4 didn't work, but by following this question I managed to set it up by clicking the back button itself after focusing the shortcut box in system settings (which then makes it display as ctrl-cmd-d, curiously)

image

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

9 participants