Page 1 of 1

built script like iphone keyboard?

Posted: Feb 7th, ’19, 14:36
by Cüneyt
Is it possible to built (autocomplete) script like iphone keyboard?
pressing double times to space key results to put 1 dot and 1 space and capital first letter

(I couldnt find the subject on the forum)

Re: built script like iphone keyboard?

Posted: Feb 8th, ’19, 14:48
by Marko
This works for me:

Shortcut: Space (with "native" option enabled)
Type: Command

Code: Select all

If (A_ThisHotKey = A_PriorHotkey && A_TimeSincePriorHotkey < 350)
	Send {bs 2}.