Search found 18 matches

by perfectrecall
Sep 12th, ’23, 08:03
Forum: Announcements
Topic: FastKeys 5.13 Released
Replies: 2
Views: 5051

Re: FastKeys 5.13 Released

What is alternative backspace method in Auto Complete?
by perfectrecall
Sep 8th, ’23, 11:33
Forum: General Discussion
Topic: Same String for Different Substitutues
Replies: 2
Views: 757

Re: Same String for Different Substitutues

That's a basic solution, thanks.
by perfectrecall
Sep 7th, ’23, 07:40
Forum: General Discussion
Topic: Same String for Different Substitutues
Replies: 2
Views: 757

Same String for Different Substitutues

I want to write "a" when I press "1" and "b" when I press "12". However, in the phrase file when I want to write "b" I press first 1 and 2. As you guess, It puts "a2". Is it possible to write "b" when I press "12" when I...
by perfectrecall
Aug 21st, ’23, 08:03
Forum: User Commands and Scripts
Topic: Loop Macro
Replies: 5
Views: 4890

Re: Loop Macro

Reloading shortcut is an exact solution but it has a lag. It takes 2-3 seconds to reload/stop the shortcut. Even if it reloads the program immediately, the commands continue 2-3 seconds.

I think typing ExitApp to Startup Script or creating new command for ExitApp is the perfect solution.
by perfectrecall
Aug 16th, ’23, 06:59
Forum: User Commands and Scripts
Topic: Loop Macro
Replies: 5
Views: 4890

Re: Loop Macro

Is there anything else I can do to stop command with one key? It did not run on my system.
by perfectrecall
Aug 7th, ’23, 06:31
Forum: General Discussion
Topic: Mouse Cursor Always on Top
Replies: 2
Views: 1074

Re: Mouse Cursor Always on Top

Yes, it might not be caused by FastKeys. To correct my question: Code looks like: SetMouseDelay, 0 CoordMode, Mouse, Relative ; All Pages Sleep, 25 MouseMove, 1325, 175 Send, {LButton} ... (code goes like this) Send, {LButton} ; First Page Sleep, 1000 MouseMove, 1325, 175 Send, {LButton} ... (code g...
by perfectrecall
Aug 4th, ’23, 05:16
Forum: General Discussion
Topic: Mouse Cursor Always on Top
Replies: 2
Views: 1074

Mouse Cursor Always on Top

Hi. Mouse cursor sometimes stays behind a program and become hidden. It blocks to run few commands of me in FastKeys. Is there any solution to hold mouse cursor always on top? (I searched ahk forums as well but I didn't find any solution.)
by perfectrecall
May 17th, ’23, 13:38
Forum: General Discussion
Topic: Time format
Replies: 4
Views: 2945

Re: Time format

https://youtu.be/qA31VXuigTY?t=330 You can watch after 05:30.
At 05:50 you need to write "hh:mm tt" in the format section.
by perfectrecall
May 17th, ’23, 10:41
Forum: General Discussion
Topic: Time format
Replies: 4
Views: 2945

Re: Time format

You can form the time as "hh:mm tt".
For more: https://www.autohotkey.com/docs/v1/lib/FormatTime.htm
by perfectrecall
May 11th, ’23, 13:25
Forum: General Discussion
Topic: phrase-level window exclusion
Replies: 5
Views: 4122

Re: phrase-level window exclusion

Yes. It will be completely disabled in the window that you code as "IfWinNotActive WindowClassName". You can try/practice with the basics because I'm not hundred percent sure I totally understand your case :)