Search found 18 matches
- Sep 12th, ’23, 08:03
- Forum: Announcements
- Topic: FastKeys 5.13 Released
- Replies: 2
- Views: 6385
Re: FastKeys 5.13 Released
What is alternative backspace method in Auto Complete?
- Sep 8th, ’23, 11:33
- Forum: General Discussion
- Topic: Same String for Different Substitutues
- Replies: 2
- Views: 1142
Re: Same String for Different Substitutues
That's a basic solution, thanks.
- Sep 7th, ’23, 07:40
- Forum: General Discussion
- Topic: Same String for Different Substitutues
- Replies: 2
- Views: 1142
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...
- Aug 21st, ’23, 08:03
- Forum: User Commands and Scripts
- Topic: Loop Macro
- Replies: 5
- Views: 6910
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.
I think typing ExitApp to Startup Script or creating new command for ExitApp is the perfect solution.
- Aug 16th, ’23, 06:59
- Forum: User Commands and Scripts
- Topic: Loop Macro
- Replies: 5
- Views: 6910
Re: Loop Macro
Is there anything else I can do to stop command with one key? It did not run on my system.
- Aug 7th, ’23, 06:31
- Forum: General Discussion
- Topic: Mouse Cursor Always on Top
- Replies: 2
- Views: 1726
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...
- Aug 4th, ’23, 05:16
- Forum: General Discussion
- Topic: Mouse Cursor Always on Top
- Replies: 2
- Views: 1726
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.)
- May 17th, ’23, 13:38
- Forum: General Discussion
- Topic: Time format
- Replies: 4
- Views: 3493
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.
At 05:50 you need to write "hh:mm tt" in the format section.
- May 17th, ’23, 10:41
- Forum: General Discussion
- Topic: Time format
- Replies: 4
- Views: 3493
Re: Time format
You can form the time as "hh:mm tt".
For more: https://www.autohotkey.com/docs/v1/lib/FormatTime.htm
For more: https://www.autohotkey.com/docs/v1/lib/FormatTime.htm
- May 11th, ’23, 13:25
- Forum: General Discussion
- Topic: phrase-level window exclusion
- Replies: 5
- Views: 5173
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 :)