Page 1 of 1

Prior Window (function) input, seemingly no longer working

Posted: May 18th, ’20, 10:01
by Oblomov
Hello,

I've used this shortcut in the past, with the Window input below, which worked fine. However, it doesn't seem to register anymore (inside of Chrome), where no additional Shift + Win + Q shortcuts are present, for this particular Window input

Image

EDIT:
All shortcuts with Window input with 'ahk_exe chrome.exe', are no longer working :|

Re: Prior Window (function) input, seemingly no longer working

Posted: May 18th, ’20, 20:44
by Marko
FastKeys haven't changed. Use Window Information tool to find the proper Chrome window name.

Re: Prior Window (function) input, seemingly no longer working

Posted: May 19th, ’20, 19:54
by Oblomov
Marko wrote: May 18th, ’20, 20:44 FastKeys haven't changed. Use Window Information tool to find the proper Chrome window name.
Looks like it started working again today :ugeek:

Re: Prior Window (function) input, seemingly no longer working

Posted: May 19th, ’20, 20:16
by Marko
You are not using it correctly - you should use a partial window name or class:
Chrome
ahk_class Chrome_WidgetWin_1

Re: Prior Window (function) input, seemingly no longer working

Posted: May 19th, ’20, 20:36
by Oblomov
Marko wrote: May 19th, ’20, 20:16 You are not using it correctly - you should use a partial window name or class:
Chrome
ahk_class Chrome_WidgetWin_1
I've experienced that when ahk_exe doesn't work, ahk_class, does indeed do the job. Though in case of Chrome, it seems that ahk_exe is alright... for the time being 👀