Search found 1719 matches

by Marko
Jul 25th, ’15, 13:02
Forum: User Commands and Scripts
Topic: Disable window movement
Replies: 4
Views: 5726

Re: Disable window movement

Hi Gustms,

This is a good method if you need a frozen window marked with # character. You could make it even simpler by just toggling a dedicated variable on/off - see an example in the first few lines of Show/Hide Clock command.
by Marko
Jul 25th, ’15, 12:45
Forum: General Discussion
Topic: Ctrl+V to paste is not working
Replies: 5
Views: 3355

Re: Ctrl+V to paste is not working

This was just an example. ClipWait command waits until clipboard contains data. So it is important to empty the clipboard first, then copy the content to clipboard, wait for clipboard to contain data and finally paste.

http://ahkscript.org/docs/commands/ClipWait.htm
by Marko
Jul 25th, ’15, 00:11
Forum: General Discussion
Topic: Ctrl+V to paste is not working
Replies: 5
Views: 3355

Re: Ctrl+V to paste is not working

The clipboard is managed by Windows and sometimes need some time to be written. You can try adding ClipWait command after changing the clipboard content to ensure the script would wait for clipboard to contain the data, something like this: Clipboard:="" Clipboard:="this is a clipboar...
by Marko
Jul 24th, ’15, 23:33
Forum: General Discussion
Topic: Ctrl+V to paste is not working
Replies: 5
Views: 3355

Re: Ctrl+V to paste is not working

Send, ^v

should work. If not, please post the script.
by Marko
Jul 22nd, ’15, 21:32
Forum: General Discussion
Topic: Question about using "!" in scripts
Replies: 1
Views: 1643

Re: Question about using "!" in scripts

Could you please give a script example? While sending text ! character is indeed sent as {!} to produce a proper result. Otherwise ! is a shortcut for Shift key.
by Marko
Jul 19th, ’15, 00:45
Forum: Suggestions
Topic: Autocompletion bug — Polish characters
Replies: 2
Views: 2036

Re: Autocompletion bug — Polish characters

This should now work in new version 3.02, restart is not needed anymore.
by Marko
Jul 17th, ’15, 22:02
Forum: Announcements
Topic: FastKeys 3.02 Released
Replies: 5
Views: 5881

Re: FastKeys 3.02 Released

you are right, multiple text substitutes are most typically used in Text Expander but they work in all other modules too (except for Auto Complete).
by Marko
Jul 16th, ’15, 15:20
Forum: Announcements
Topic: FastKeys 3.02 Released
Replies: 5
Views: 5881

Re: FastKeys 3.02 Released

Hi Chris, popup menus appear in FastKeys in: - Text Expander (and other modules) when using multiple text substitutes per phrase - this is a Send type feature, - Auto Complete for auto-completing the word, - Clipboard Manager for selecting the clipboard item. You can now press up key when on the fir...
by Marko
Jul 16th, ’15, 00:05
Forum: Announcements
Topic: FastKeys 3.02 Released
Replies: 5
Views: 5881

FastKeys 3.02 Released

What's new in FastKeys 3.02: July 15, 2015 - Improved language support in Auto Complete, reload is no longer necessary, - Wrap popup menu items, - Clipboard Manager - hold shift key to paste without closing, - Arabic translation (Thanks to Mohamed Abdalazez!) - Various improvements and bug fixes. Do...
by Marko
Jul 10th, ’15, 01:06
Forum: Suggestions
Topic: Cannot create entries
Replies: 3
Views: 2626

Re: Cannot create entries

Could you send me a settings.ini files from your backup folder (Documents/FastKeys/FastKeys Backup) for the inspection? Thanks.