Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Set hotkeys for chrome pages
#5
that program uses a global hotkey  registered when the program runs where chrome doesn't 

this isn't exactly what you wanted but works
checks to see if InstantFileFind is running and if it is sends Alt+F Right L Right T  if not sends Shift+Esc 
this worked for me on my pc InstantfileFind window doesn't show

Function OpenChromeTaskManager2
Trigger SZ     Help - how to add the trigger to the macro
Code:
Copy      Help
spe -2
int w=act(win("- Google Chrome" "Chrome_WidgetWin_1"))
err
,out "Chrome is not Open"
,ret
0.2
if(ProcessNameToId("InstantFileFind"))
,out "InstantFileFind running using alternative"
,'AfRlRt      ;; Alt+F Right L Right T
else
,out "InstantFileFind not running using Shift+Esc"
,'SZ             ;; Shift+Esc

the other option would be to exit InstantFileFind and Register the hotkey then open InstantFileFile


Messages In This Thread
Set hotkeys for chrome pages - by Dale - 10-08-2020, 08:03 AM
RE: Set hotkeys for chrome pages - by Kevin - 10-08-2020, 02:47 PM
RE: Set hotkeys for chrome pages - by Dale - 10-09-2020, 02:36 PM
RE: Set hotkeys for chrome pages - by Dale - 10-10-2020, 06:26 PM
RE: Set hotkeys for chrome pages - by Kevin - 10-11-2020, 12:13 AM
RE: Set hotkeys for chrome pages - by Dale - 10-11-2020, 11:35 AM
RE: Set hotkeys for chrome pages - by Kevin - 10-11-2020, 04:15 PM
RE: Set hotkeys for chrome pages - by Dale - 10-13-2020, 09:31 PM

Forum Jump:


Users browsing this thread: 1 Guest(s)