Search found 1730 matches

by Marko
Jun 13th, ’15, 22:52
Forum: General Discussion
Topic: paste in the program
Replies: 1
Views: 1538

Re: paste in the program

Thanks!

You can press Ctrl-V to paste into command field.
by Marko
Jun 12th, ’15, 18:12
Forum: General Discussion
Topic: Pasting plain text from clipboard + removing line breaks?
Replies: 6
Views: 6822

Re: Pasting plain text from clipboard + removing line breaks?

Could you post a link to actual example page/text which you would like to copy/paste and the expected result?
by Marko
Jun 10th, ’15, 15:55
Forum: Suggestions
Topic: Text Expander in browser not working
Replies: 3
Views: 3253

Re: Text Expander in browser not working

You are welcome! :D
by Marko
Jun 10th, ’15, 13:22
Forum: Suggestions
Topic: Text Expander in browser not working
Replies: 3
Views: 3253

Re: Text Expander in browser not working

Hi Ennovy, I tested it in Firefox, Chrome and IE and it works for me.

Happens only with the items from the Phrase file or with all? Do you have your phrase file enabled? Could you check the settings? Did you entered any restrictions under Preferences/Text Expander/Not active in?
by Marko
Jun 9th, ’15, 23:37
Forum: General Discussion
Topic: Pasting plain text from clipboard + removing line breaks?
Replies: 6
Views: 6822

Re: Pasting plain text from clipboard + removing line breaks?

This should replace all line breaks in the clipboard with spaces: StringReplace, clipboard, clipboard, `r`n, %A_Space%, All so you can try: clipboard := clipboard StringReplace, clipboard, clipboard, `r`n, %A_Space%, All Send, ^v You can add temporary variable to preserve original clipboard (like st...
by Marko
Jun 8th, ’15, 20:14
Forum: General Discussion
Topic: After automatic update to v3.01 all data+spripts disappeared
Replies: 1
Views: 1775

Re: After automatic update to v3.01 all data+spripts disappeared

FastKeys doesn't overwrite a Settings.fbd file or any other setting file (except for Examples.fdb) during the update so this should not happen. I wonder what went wrong... Backups are located in Documents\FastKeys\FastKeys Backup folder (My Documents in Win7). Please find the latest file with your s...
by Marko
Jun 8th, ’15, 19:30
Forum: General Discussion
Topic: Ctrl + Delete = Home
Replies: 2
Views: 1944

Re: Ctrl + Delete = Home

Two things: - there are variations of Numpad key names which depend on NumLock status. Press NumLock key or change the shortcut to Ctrl + NumpadDot. The best is to select a Shortcut input field and just press the right key combination. - word "Send" in your command is not needed, in Send t...
by Marko
Jun 6th, ’15, 19:20
Forum: Announcements
Topic: FastKeys 3.01 Released
Replies: 3
Views: 4832

FastKeys 3.01 Released

What's new in FastKeys 3.01: June 6, 2015 Thanks to everyone for your kind feedback, suggestions and contribution. Special thanks to Marián Hikaník (www.mojepreklady.net) for a Slovak translation! - Improved file content paste control, - Improved DPI text scaling, - Library search function, - Relati...
by Marko
May 28th, ’15, 00:30
Forum: Suggestions
Topic: Search inside Library
Replies: 2
Views: 2195

Re: Search inside Library

Gustms, thanks for your suggestion, helpful as always :)

I will see if this could be implemented in one of the next releases.
by Marko
May 22nd, ’15, 22:05
Forum: General Discussion
Topic: Multi line center-aligned RTF problem
Replies: 9
Views: 4747

Re: Multi line center-aligned RTF problem

I slightly adjusted the clipboard paste delay again. For larger clipboard contents you can adjust Paste Delay option under Preferences/Text Expander.