Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
How to put a delay
#3
Based on the information above, I would create a shortcut with the "Run AutoHotkey code" command in ShortKeeper (instead of the "Insert text" command) using the following code:

Need help creating a keyboard shortcut with ShortKeeper using the following AutoHotkey code? This 5-minute tutorial will help!
SendInput {raw}
(
Username Password
)
Sleep 1000
SendInput {enter}

The script presupposes a tab separating the Username and Password (line #3), and a 1-second delay between the Password and Enter (Sleep 1000 at line #5). If you need 2 seconds, just change this to Sleep 2000.

Keep in mind that this short code is not especially reliable. The "Enter" won’t work if the webpage takes more than one second (or two) to open.

If you could let me know the URL of the login page, I could come up with something a lot more reliable (like this script).
Enterpad: For those who need more than a few shortcuts.

Reply


Messages In This Thread
How to put a delay - by Philippe27 - 03-26-2018, 06:22 PM
RE: Error with "Enter" - by Bianka_2726 - 03-27-2018, 07:38 PM
RE: How to put a delay - by denilama - 04-05-2018, 04:00 PM
RE: How to put a delay - by Philippe27 - 04-12-2018, 10:09 PM
RE: How to put a delay - by denilama - 04-13-2018, 09:40 AM
RE: How to put a delay - by Philippe27 - 04-17-2018, 09:24 AM

Forum Jump:


Users browsing this thread: 1 Guest(s)