Is it possible to substitute AltTab with only one key press ?
i tried this one but it doesn't work
`::AltTab
To jump to the next tab (on the right) press Ctrl + Tab or Ctrl + PgDn on your keyboard. This shortcut works perfectly on Windows devices and other operating systems (e.g Chrome OS on Chromebooks and Linux) with a familiar keyboard layout.
Double-clicking the script or clicking its Taskbar icon would open the Alt-Tab switcher and make it remain on the screen until you select a window or dismiss the switcher using mouse click.
I use this, you may need to change the Sleep delay.
`::
Send {Alt Down}{Tab}
Sleep 100
Send {Alt Up}
return
I am running Windows 8.1 64-bit and AutoHotkey v1.1.16.05. And my C:\Program Files\AutoHotkey\AutoHotkeyU64.exe
is digitally signed by running the script described here (EnableUIAccess.zip) so that Windows allows it to simulate Alt+Tab. The digital sign is required if you are using Windows Vista and onwards.
Download the zip file and extract it. Then run EnableUIAccess.ahk
:
AutoHotkeyA32.exe
, AutoHotkeyU32.exe
, AutoHotkeyU64.exe
or AutoHotkey.exe
).Run Script with UI Access
" context menu item. If you choose 'Yes', then you can right-click a .ahk file and choose "Run Script with UI Access
", which will use the digitally signed executable to run the .ahk file. But if you choose to overwrite the original file in step 2, then it is not necessary to create this context menu item.If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With