Left Arrow

Get help with using AutoHotkey (v1.1 and older) and its commands and hotkeys
doncole
Posts: 37
Joined: 04 Jun 2017, 17:39

Left Arrow

07 Nov 2019, 07:11

^F9:: ;;;;;;;;;;;;;;;;;;;;; sppause("") ;;;;;;;;;;;;;;;;;;;;;;;;;
send, sppause("")
return

This code does what I want except I get sppause("")|(cursor here).

What I want is sppause("|")(cursor here).

How can I add 2 left arrows (ascii 60)?

Don Cole
gregster
Posts: 9103
Joined: 30 Sep 2013, 06:48

Re: Left Arrow

07 Nov 2019, 07:14

Try

Code: Select all

^F9:: 
send, sppause(""){Left 2}
return
See Send: https://www.autohotkey.com/docs/commands/Send.htm#keynames

Return to “Ask for Help (v1)”

Who is online

Users browsing this forum: furqan, Google [Bot], niCode and 128 guests