Mac keys on windows problem with mouse MX3

Get help with using AutoHotkey (v1.1 and older) and its commands and hotkeys
ironhak2
Posts: 1
Joined: 15 Oct 2021, 01:45

Mac keys on windows problem with mouse MX3

Post by ironhak2 » 15 Oct 2021, 01:53

Hi everyone, I'm using this script:

Code: Select all

LAlt::LCtrl
RAlt::LAlt
^Space::Send, {Ctrl up}{LWin}
^Q::Send !{F4}
RCtrl::RAlt
But I have some problmes. I would like win key to be LAlt key and RCtrl to be Lwin key, plus the other things that you see in the script that already work. Also I need Ctrl (which is now Alt) when pressed with alt to behave like Alt Tab.
I tried to do that by myself but when I swap Ctrl with LWin I loose the feature of swiping between desktops, and I have a mouse that can be assigned with custom keyboard shortcuts but if I set it for swiping between desktops it don't work because it recognize badly the inputs. Someone can help me?

Return to “Ask for Help (v1)”