Page 1 of 1

to open site with

Posted: Jul 3rd, ’22, 18:17
by davidp
Pls write a command to open a site when ctrl is pressed 2 times

Re: to open site with

Posted: Jul 5th, ’22, 19:33
by Marko
Shortcut: Ctrl (you need to double click the shortcut entry field to enter it manually)
Type: Command
Command:

Code: Select all

If (A_PriorHotKey = A_ThisHotKey and A_TimeSincePriorHotkey < 350)
   Run, https://fastkeysautomation.com

Re: to open site with

Posted: Jul 6th, ’22, 13:04
by davidp
In the shortcut entry field should i enter ctrl in capslock with c capital or how?pls write and show

Re: to open site with

Posted: Jul 16th, ’22, 11:29
by davidp
answer

Re: to open site with

Posted: Jul 16th, ’22, 18:20
by Marko
You have the exact answer above, read it again. The caps doesn’t matter.

Re: to open site with

Posted: Jul 17th, ’22, 06:05
by davidp
In the shortcut field entered Ctrl,Ctrl it didn't work even with non-capital entered as ctrl,ctrl still doesn't work

Re: to open site with

Posted: Jul 17th, ’22, 15:40
by marcelolima
I tested it and it worked perfectly! As examples, I tested with Notepad and Firefox.

* Please, avoid "flood" unnecessarily. The team is always available and helping users, but please respect that their time is as precious as yours.

Re: to open site with

Posted: Jul 18th, ’22, 05:03
by davidp
forgive me,what to enter in the shortcut field

Re: to open site with

Posted: Aug 21st, ’22, 14:54
by davidp
answer

Re: to open site with

Posted: Aug 21st, ’22, 16:41
by Marko
Double click the shortcut entry field and enter “Ctrl” (caps doesn’t matter).

If this is not working for you, maybe the key is called differently in your Windows language setting. Sorry, I cannot help further.