hostring for · and ··· Topic is solved

Get help with using AutoHotkey (v1.1 and older) and its commands and hotkeys
hancre
Posts: 248
Joined: 02 Jul 2021, 20:51

hostring for · and ···

28 Sep 2021, 06:35

I made this following code.

Code: Select all

:*:,.::·
:*:,/::···


I should press a spacebar before typing hotstrings to get the results.

For example,
abc,. → it doesn't work.
abc ,. → It works. (abc ·)

abc,/ → it doesn't work.
abc ,/ → It works. (abc ···)

How can I get the results(· and ···) without a spacebar?
Thanks for any help in advance.
gregster
Posts: 9014
Joined: 30 Sep 2013, 06:48

Re: hostring for · and ···

28 Sep 2021, 06:40

Also add the ? option.
gregster
Posts: 9014
Joined: 30 Sep 2013, 06:48

Re: hostring for · and ···  Topic is solved

28 Sep 2021, 06:49

For replies, please use the 'Post Reply' button at the bottom of the page, and not the 'Report this post' (!) button. Anyway, here is what you reported:
hancre wrote:where should I put ? to the code?

I tried this following code. But it doesn't work.

Code: Select all

:*:?,.::·
:*:,.?::·
thanks for your reply. ^^
At the same place like the * option (and all other options; see hotstrings > options):

Code: Select all

:*?:,.::·
hancre
Posts: 248
Joined: 02 Jul 2021, 20:51

Re: hostring for · and ···

28 Sep 2021, 19:56

I'm so sorry. I didn't know I pressed 'report' for reply. I'll pay more attention to it.

Thanks a lot for your help. It works well.

Return to “Ask for Help (v1)”

Who is online

Users browsing this forum: doanmvu, RSable and 380 guests