sending a period Topic is solved

Get help with using AutoHotkey (v1.1 and older) and its commands and hotkeys
plangley

sending a period

18 Jan 2018, 16:46

I am using jira and that web-based application uses the period key (.) as a way of selecting menu options. Does anyone know how to send a period to chrome. I have tried Send., SendRaw., etc with no results. Ideas?

Thanks!
Osprey
Posts: 453
Joined: 18 Nov 2017, 05:50

Re: sending a period  Topic is solved

18 Jan 2018, 17:08

I'm able to send a period to Chrome with a simple Send, . command. Do you mean the "Del" key on the numpad? If so, try Send, {NumpadDel} or Send, {NumpadDot} (when NumLock is on).
User avatar
Exaskryz
Posts: 2882
Joined: 17 Oct 2015, 20:28

Re: sending a period

18 Jan 2018, 19:29

You need a space or command between your command and the first parameter.

Send. is nonsensical to AHK; Send . works just fine. I just tested and even Send,. works too.

If you want to send to Chrome as an inactive window, you'd need to look at ControlSend. But you shouldn't need ControlSend if Chrome is your active window.

Return to “Ask for Help (v1)”

Who is online

Users browsing this forum: Araphen, Cmecu, Insanibaccha and 248 guests