Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Set hotkeys for chrome pages
#2
create these functions

Function OpenChromeMenu
Code:
Copy      Help
int w1=act(win("- Google Chrome" "Chrome_WidgetWin_1"))
err
,out "Chrome is not Open"
,ret
0.1
'Af             ;; Alt+F

Function OpenChromeTaskManager
Code:
Copy      Help
int w1=act(win("- Google Chrome" "Chrome_WidgetWin_1"))
err
,out "Chrome is not Open"
,ret
0.2
'SZ             ;; Shift+Esc

Function OpenChromeExtentionsTab
Code:
Copy      Help
int w1=act(win("- Google Chrome" "Chrome_WidgetWin_1"))
err
,out "Chrome is not Open"
,ret
0.1
'AfRlRe      ;; Alt+F Right L Right E

assign a trigger for each function to what you want
1. select the function on left side of qm window
   
2. then click or Ctrl+P
   
3. then on properties window select keyboard
   
4. press hotkeys you want
5. make sure eat is checked
6. then click ok


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)