Processing Ajax...

Title
Close Dialog

Message

Confirm
Close Dialog

Confirm
Close Dialog

Confirm
Close Dialog

User Image
AareR
6 discussion posts
Hello

For some reason Alt+Tab command, from custom script not relese Alt key. After the game minimize the switcher window remain active. Can anyone tell me what is wrong with this approach.

Code

BFS.Input.SendKeyDown("%({VK_9})");
BFS.Input.SendKeyUp("{VK_9}");
BFS.General.ThreadWait(500);
BFS.Input.SendKeyUp("%()");
Oct 11, 2019  • #1
Keith Lammers (BFS)'s profile on WallpaperFusion.com
If you set the Alt+Tab Handler to disabled (DisplayFusion Settings > Alt+Tab), so that Windows handles Alt+Tab, do you still run into this issue?
Oct 11, 2019  • #2
User Image
AareR
6 discussion posts
I disabled the DF Alt+Tab settings and now switcher window disapear but ALT key still active.
I changed the command allso but ALT key still active

Code

BFS.Input.SendKeyDown("%({VK_9})");
BFS.Input.SendKeyUp("%({VK_9})");
Oct 12, 2019  • #3
Keith Lammers (BFS)'s profile on WallpaperFusion.com
Ok, thanks for trying that! I can reproduce this issue here as well. I'll check in with our developers and see what I can find out.
Oct 15, 2019  • #4
Keith Lammers (BFS)'s profile on WallpaperFusion.com
Quick update! We've found the issue here, and it should be fixed up for the next version of DisplayFusion. Note that the issue will still occur if the script is run from the code editor window, but when you run it with a hotkey it will work correctly.
Nov 8, 2019  • #5
Subscribe to this discussion topic using RSS
Was this helpful?  Login to Vote(-)  Login to Vote(-)