Search found 1483 matches
- Jun 14th, ’13, 13:09
- Forum: General Discussion
- Topic: New release
- Replies: 2
- Views: 2358
Re: New release
Yes, we had a few interesting updates and didn't want to wait: - full Unicode support - allows users to use international characters in their menus, texts, commands, - Start menu sensitivity was optimized - request from the users which use tabs in Chrome, Firefox, - Wordlist management was added. - ...
- Jun 13th, ’13, 21:34
- Forum: Suggestions
- Topic: What about Auto-complete?
- Replies: 9
- Views: 9231
Re: What about Auto-complete?
Thanks for your kind comments. 

- Jun 13th, ’13, 21:30
- Forum: Announcements
- Topic: FastKeys 1.09 Released
- Replies: 0
- Views: 3711
FastKeys 1.09 Released
What's new in FastKeys 1.09: June 14th, 2013 - Added: Phrase Files and Wordlists, - Added: Full Unicode support, - Start menu sensitivity optimization, - General speed improvements. Download FastKeys HERE ! Your feedback is highly appreciated - please drop us an email or make a comment on the forum.
- Jun 9th, ’13, 23:05
- Forum: Announcements
- Topic: FastKeys 1.08 Released
- Replies: 0
- Views: 3690
FastKeys 1.08 Released
What's new in FastKeys 1.08: June 10th, 2013 This is a major release with many new goodies! Try it out! - Added: Auto Complete with automatic learning capability, - Added: Introduction of Phrase Files, - Added: Many new spell-check languages and wordlists, - Added: Unicode support for international ...
- Jun 3rd, ’13, 23:47
- Forum: User Commands and Scripts
- Topic: Esc to close window
- Replies: 4
- Views: 5874
Re: Esc to close window
Of course.
Try this one:
Shortcut: $Escape
Command:

Try this one:
Shortcut: $Escape
Command:
Code: Select all
KeyWait, Escape, T0.5 ; half a second - change to your preference
If ErrorLevel
PostMessage, 0x112, 0xF060,,, A
Else
Send {Esc}
- Jun 2nd, ’13, 00:38
- Forum: General Discussion
- Topic: WOW
- Replies: 4
- Views: 5082
Re: WOW
You mean game scripts? You can find a wealth of scripts on Autohotkey games forum.
You can run any script from Fastkeys.
You can run any script from Fastkeys.
- May 28th, ’13, 19:54
- Forum: General Discussion
- Topic: Changing CapsLock
- Replies: 2
- Views: 3699
Re: Changing CapsLock
Simple. Just open a new Shortcut and make the following Shortcut: CapsLock Type: Send. Command: {Enter} Or to just disable CapsLock: Shortcut: CapsLock Type: Command Command: leave it empty (will do nothing) Then make your proper CapsLock - triggered by Ctrl-CapsLock: Shortcut: Ctrl-CapsLock Type: S...
- May 28th, ’13, 19:41
- Forum: General Discussion
- Topic: LoL
- Replies: 2
- Views: 3090
Re: LoL
Hi, you can find a wealth of working League of Legends scripts on http://www.autohotkey.com/board/forum/59-gaming/
Copy the script to Notepad and save it as .ahk file. Then you can run it from FastKeys.
Have fun!
Copy the script to Notepad and save it as .ahk file. Then you can run it from FastKeys.
Have fun!
- May 24th, ’13, 22:08
- Forum: Suggestions
- Topic: What about Auto-complete?
- Replies: 9
- Views: 9231
Re: What about Auto-complete?
Thanks for your input, auto complete standard language dictionaries will certainly be included.
I'm not familiar with Text Expander snippets. Do you have a link of some repository with examples? Thanks.
Marko
I'm not familiar with Text Expander snippets. Do you have a link of some repository with examples? Thanks.
Marko
- May 22nd, ’13, 21:55
- Forum: General Discussion
- Topic: exiting Fastkeys
- Replies: 2
- Views: 3655
Re: exiting Fastkeys
Hi Dan,
just right-click the FastKeys tray icon (bottom right on the screen) and select Exit. That's it.
Regards,
Marko
just right-click the FastKeys tray icon (bottom right on the screen) and select Exit. That's it.
Regards,
Marko