0
Beantwoord
switch between windows in taskbar order in Windows 10
Hello, dear RaMMicHaeL,
I used AutoHotkey and TaskbarNavigation script with Windows XP to switch between windows in taskbar order.
But now I use Windows 10 and that doesn't work here.
So I try to use you program 7+ Taskbar Tweaker.
I want use
Alt+` to open previous window in taskbar
and
Alt+Tab to open next window in taskbar.
Alt+`
0xC0|alt
101
work nice.
But
Alt+Tab
0x14|alt
102
doesn't work, because starts native Windows 10 switch between windows.
(TaskbarNavigation can work INSTEAD of native Windows XP switch)
Could you help me - how could I get 102 command with
Alt+Tab
0x14|alt
INSTEAD native Windows 10 swith between windows?
Thank you very much in advance!
Customer support service by UserEcho
I don't really know how to to disable Alt+Tab.
There's this document, but it's about Win+key hotkeys:
http://www.geoffchappell.com/notes/windows/shell/explorer/globalhotkeys.htm
There's also this guide, perhaps it can help:
https://www.howtogeek.com/194811/how-to-prevent-the-windows-key-alttab-and-sticky-keys-from-ruining-your-gaming/
The second article is about AutoHotKeys I mentioned. It works instead if Alt+Tab but unfortunately doesn't in Windows 10. Your program don't want to work instead of Alt+Tab.
Only I can - is set other hot key instead of Alt+Tab that is very convinient for me..