How to map Alt+` to Alt+Shift+Tab using AutoHotKey in Windows?


MK Safi

In Mac, you can use Alt+` (aka backtick, backtick) instead of Alt+Shift+Tab to cycle through applications.

I tried to create the same mapping using AutoHotKey and it failed.

The closest I've come to making this work is

Alt & `::ShiftAltTab

But now, when I press Alt+`, then Alt+Tab without releasing the Alt key, Alt+Tab cycles backwards, just like Shift+Alt+Tab.

m4573r

Just re-adding AltTabit will fix it 's normal behavior :

Alt & `::ShiftAltTab
Alt & Tab::AltTab

Related


How can I use the Alt key as the Shift key using xmodmap?

Elmo_ I want to use my left alt key as the shift key, but my remapping attempts have failed. Use the following .Xmodmap file (I've eliminated this possible source of error from my hex code ):keysymdef.h !0xffe9 = Alt_L remove mod1 = 0xffe9 !0xffe1 = Shift_L ke

Using MapVirtualKeyA with Shift and Ctrl Alt

Daniel Klemak I found this page 's function to convert a given keycode to the corresponding character based on the system language and keyboard layout. I tested it (in PowerPoint using VBA) and it doesn't work, except I don't know how to tell the function is p

Remap Shift+Ctrl to Shift+Alt with AutoHotKey?

Eric Wen Is there a way for AutoHotkey's remapping function to Shift+ Ctrl+ ←or →arrows (which highlight everything left/right) Shift+ Alt+ ←or →? Coming from a Mac, I'm used to having the CMD button next to the spacebar, so I prefer this way. username ; "LShi

How to make Alt+Shift work like AltGr using xmodmap?

glow008 I just switched from Windows and am used to using Alt+Shift to type special characters (like number lines), but |@#~½¬it only works with Alt Gr on Ubuntu. It's also not in the settings, so I think xmodmap is the way to go. However, the only way to make

Using MapVirtualKeyA with Shift and Ctrl Alt

Daniel Klemak I found this page 's function to convert a given keycode to the corresponding character based on the system language and keyboard layout. I tested it (in PowerPoint using VBA) and it doesn't work, except that I don't know how to tell the function

How to map Alt+` to Alt+Shift+Tab using AutoHotKey in Windows?

MK Safi In Mac, you can use Alt+` (aka backtick, backtick) instead of Alt+Shift+Tab to cycle through applications. I tried to create the same mapping using AutoHotKey and it failed. The closest I've come to making this work is Alt & `::ShiftAltTab But now, wh

How to remap alt+tab in autohotkey?

Tim How do you get your alt+tab functionality to work like OSX, which uses meta+tab instead of alt+tab, while also respecting the shift key? I have solution. Please note the date of this post as I've gone through a lot of apparently outdated solutions before f

Autohotkey for disabling Alt menu not working on Windows 10

Lucas I first discovered autohotkeys when I needed to disable alt-menu options via script ~LAlt Up:: return It worked there, but it's been a few months since I stopped working. I've tried running AutoHotKey as administrator with no luck. I don't know what is c

Using MapVirtualKeyA with Shift and Ctrl Alt

Daniel Klemak I found this page 's function to convert a given keycode to the corresponding character based on the system language and keyboard layout. I tested it (in PowerPoint using VBA) and it doesn't work, except that I don't know how to tell the function

AutoHotKey: Remap Alt+Shift+<plus> to \

it I want to do an autohotkey remapping of Alt+Shift+nonnumpad_plus_sign (equivalent to Alt+? on a keyboard) and send a backslash "\" I have tried something like: !+NumpadAdd::\ (It works, but I want to use the keyboard's non-numeric keys + symbols). This al

Remap Shift+Ctrl to Shift+Alt with AutoHotKey?

Eric Wen Is there a way for AutoHotkey's remapping function to Shift+ Ctrl+ ←or →arrows (which highlight everything left/right) Shift+ Alt+ ←or →? Coming from a Mac, I'm used to having the CMD button next to the spacebar, so I prefer this way. username ; "LShi

Remap Shift+Ctrl to Shift+Alt with AutoHotKey?

Eric Wen Is there a way for AutoHotkey's remapping function to Shift+ Ctrl+ ←or →arrows (which highlight everything left/right) Shift+ Alt+ ←or →? Coming from a Mac, I'm used to having the CMD button next to the spacebar, so I prefer this way. username ; "LShi

Autohotkey for disabling Alt menu not working on Windows 10

Lucas I first discovered autohotkeys when I needed to disable alt-menu options via script ~LAlt Up:: return It worked there, but it's been a few months since I stopped working. I've tried running AutoHotKey as administrator with no luck. I don't know what is c

Using MapVirtualKeyA with Shift and Ctrl Alt

Daniel Klemak I found this page 's function to convert a given keycode to the corresponding character based on the system language and keyboard layout. I tested it (in PowerPoint using VBA) and it doesn't work, except I don't know how to tell the function is p

Using MapVirtualKeyA with Shift and Ctrl Alt

Daniel Klemak I found this page 's function to convert a given keycode to the corresponding character based on the system language and keyboard layout. I tested it (in PowerPoint using VBA) and it doesn't work, except I don't know how to tell the function is p