English Amiga Board


Go Back   English Amiga Board > Support > support.WinUAE

 
 
Thread Tools
Old 21 August 2021, 11:15   #1
hexaae
Bug hunter
 
hexaae's Avatar
 
Join Date: Jul 2006
Location: Italy
Age: 48
Posts: 2,161
Disable Windows ALT+TAB in WinUAE

Is it possible to disable std Windows ALT+TAB internal shortcut when WinUAE is running (running emu + active window/screen)? Would be an interesting option (but dangerous since you could be stuck if WinUAE hangs, even though you can always use F12 to open the GUI first, or CTRL+ALT+DEL to recall Windows emergency screen to switch account etc.....)?

Would be an handy option to add to Miscellaneous settings, since ALT+TAB is sometimes already used by Amiga shells (e.g. KCON) or maybe a few other Amiga applications...
hexaae is offline  
Old 21 August 2021, 12:10   #2
Foebane
Banned
 
Join Date: Sep 2011
Location: Cardiff, UK
Age: 51
Posts: 2,871
I run WinUAE in FullWindow, and to be honest, Alt-Tab is the ONLY way I can select something else to drag'n'drop into WinUAE, from, say, Explorer.

Why would you want to disable it?
Foebane is offline  
Old 21 August 2021, 12:52   #3
Toni Wilen
WinUAE developer
 
Join Date: Aug 2001
Location: Hämeenlinna/Finland
Age: 49
Posts: 26,515
It has been asked previously. Unfortunately it can't be done without low level hooks/admin privileges. There probably is utility software that can do it?
Toni Wilen is offline  
Old 21 August 2021, 12:56   #4
meynaf
son of 68k
 
meynaf's Avatar
 
Join Date: Nov 2007
Location: Lyon / France
Age: 51
Posts: 5,323
Alternative way could be to create a different shortcut that will be seen in Amiga side as being Alt-Tab.
meynaf is offline  
Old 21 August 2021, 14:10   #5
hexaae
Bug hunter
 
hexaae's Avatar
 
Join Date: Jul 2006
Location: Italy
Age: 48
Posts: 2,161
Mmmh, ok I see...
@meynaf
Yes is something I considered...

Maybe (if I remember well) there's also an option using MS ACT (Application Compatibility Toolkit, AKA Compatibility Administrator) to make WinUAE task ignore those keys like Win, Alt etc. but I don't like the idea to use such a manual modification....
EDIT: namely "DisableKeyboardCues" and "IgnoreAltTab" (this one only for 32bit tasks)

Last edited by hexaae; 21 August 2021 at 14:24.
hexaae is offline  
Old 21 August 2021, 14:37   #6
Foebane
Banned
 
Join Date: Sep 2011
Location: Cardiff, UK
Age: 51
Posts: 2,871
Quote:
Originally Posted by hexaae View Post
Mmmh, ok I see...
@meynaf
Yes is something I considered...

Maybe (if I remember well) there's also an option using MS ACT (Application Compatibility Toolkit, AKA Compatibility Administrator) to make WinUAE task ignore those keys like Win, Alt etc. but I don't like the idea to use such a manual modification....
EDIT: namely "DisableKeyboardCues" and "IgnoreAltTab" (this one only for 32bit tasks)
Hexaae, you've piqued my curiosity: WHY do you want to disable Alt+Tab in the first place?
Foebane is offline  
Old 21 August 2021, 15:06   #7
hexaae
Bug hunter
 
hexaae's Avatar
 
Join Date: Jul 2006
Location: Italy
Age: 48
Posts: 2,161
Mainly for KCON and a very few other programs I found (but don't ask me... I can't remember ATM)... As an option (= can activate it or not) could have been handy for some users.
ALT with TAB with KingCON gives you a list limited to commands only in the path, excluding dirs, devices...
hexaae is offline  
Old 21 August 2021, 21:26   #8
coldacid
WinUAE 4000/40, V4SA
 
coldacid's Avatar
 
Join Date: Apr 2020
Location: East of Oshawa
Posts: 538
Is it possible to configure KingCON to use a different modifier or set of modifiers for that activity? It might be easier, not to mention safer, to reconfigure KingCON than to try and fiddle with Windows.
coldacid is offline  
Old 21 August 2021, 22:04   #9
hexaae
Bug hunter
 
hexaae's Avatar
 
Join Date: Jul 2006
Location: Italy
Age: 48
Posts: 2,161
No
hexaae is offline  
Old 21 August 2021, 23:26   #10
AMIGASYSTEM
Registered User
 
AMIGASYSTEM's Avatar
 
Join Date: Aug 2014
Location: Brindisi (Italy)
Age: 70
Posts: 8,252
I can think of two solutions:

- Deactivate ALT+TAB on Windows, join a key to the registry or check the deactivation from a special GUI, the solutions can change depending on the Window system.

https://www.itprotoday.com/windows-7...isable-alt-tab

https://desktopsolution.org/guida-co...-in-windows-7/



- Amiga side move the ALT key to another key
AMIGASYSTEM is offline  
Old 22 August 2021, 00:33   #11
Radertified
Registered User
 
Join Date: Jan 2011
Location: -
Posts: 728
This is possible with AutoHotKey. Gamers use it all the time.

An example is in the comments at https://old.reddit.com/r/AutoHotkey/..._alttab_while/

It would look something like:

Code:
GroupAdd GameList,ahk_exe winuae.exe
GroupAdd GameList,ahk_exe winuae64.exe

#IfWinActive ahk_group GameList
  !Tab::Return
#IfWinActive ;Turn off for any code following
Radertified is offline  
Old 22 August 2021, 17:31   #12
Dan
Registered User
 
Dan's Avatar
 
Join Date: Nov 2004
Location: Germany
Posts: 629
I'm using Autohotkey to disable the Alt tab combo as well.

But i have VistaSwitcher here, which has the ctrl-alt-tab combo set as the taskswitcher.

(I have just noticed that the ctrl-alt-tab combo works even without the VistaSwitcher app ... )
Dan is offline  
 


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools

Similar Threads
Thread Thread Starter Forum Replies Last Post
Take control of Alt + TAB, Ctrl + Alt + Del and Ctrl + ESC. Ponki1986 support.WinUAE 6 13 December 2020 07:54
Can't ALT+TAB to other apps on Ubuntu TenLeftFingers support.FS-UAE 5 31 March 2016 13:49
WinUAE crashing after Alt-Tab Steve support.WinUAE 7 31 December 2013 17:38
2.3.2 alt-tab vs priority behavior Photon support.WinUAE 0 29 July 2011 01:50
Alt-Tab behavior solution Photon support.WinUAE 14 01 October 2009 23:35

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +2. The time now is 10:53.

Top

Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2024, vBulletin Solutions Inc.
Page generated in 0.13146 seconds with 15 queries