Literal string of dot and character is not sent Topic is solved

Get help with using AutoHotkey (v1.1 and older) and its commands and hotkeys
User avatar
mikeyww
Posts: 27372
Joined: 09 Sep 2014, 18:38

Literal string of dot and character is not sent

05 Nov 2023, 14:30

Hello,

I imagine that there a short and simple explanation for the output of the following script, but what is it?

Code: Select all

#Requires AutoHotkey v1.1.33
c::Send .3
This is obviously not an object, special key, concatenation, or expression, so... :?:
User avatar
Xtra
Posts: 2750
Joined: 02 Oct 2015, 12:15

Re: Literal string of dot and character is not sent  Topic is solved

05 Nov 2023, 15:11

Parameters
Keys
The sequence of keys to send. As with other commands, the comma in front of the first parameter is optional.

I guess this is one of those rare cases where its not optional?

This works, but shouldn't be needed according to the documentation.
c::Send, .3
User avatar
mikeyww
Posts: 27372
Joined: 09 Sep 2014, 18:38

Re: Literal string of dot and character is not sent

05 Nov 2023, 15:52

Thanks. Looks like a bug to me.

Return to “Ask for Help (v1)”

Who is online

Users browsing this forum: Google [Bot], peter_ahk, Rauvagol and 342 guests