Search found 796 matches

by Tom
Nov 7th, ’18, 11:44
Forum: General Discussion
Topic: Create a Folder with name based on user input?
Replies: 2
Views: 1433

Re: Create a Folder with name based on user input?

One way (Type: Command)

Code: Select all

InputBox, path, Create folder, Enter a folder path:,,300,130
FileCreateDir, %path%
Run %path%
Remove last line if you don't want to open a new folder after creation.

You could also use macros - "Manual Text Input" and then "Insert Command Code".
by Tom
Oct 31st, ’18, 13:08
Forum: Suggestions
Topic: [solved]Gestures not working on new laptop
Replies: 2
Views: 2335

Re: Gestures not working on new laptop

How is your Gesture key set in Preferences/Gestures?
by Tom
Sep 21st, ’18, 13:33
Forum: General Discussion
Topic: Clipboard manager else one feature
Replies: 3
Views: 2469

Re: Clipboard manager else one feature

Thanks for your suggestion, we will consider this. ;)
by Tom
Sep 21st, ’18, 13:31
Forum: Suggestions
Topic: Window FastKeys not appear by Hotkey
Replies: 1
Views: 2229

Re: Window FastKeys not appear by Hotkey

For a Quick-Add shortcut to work you first need to select something (text, file etc.)
by Tom
Sep 19th, ’18, 20:06
Forum: General Discussion
Topic: Menu Pasting ^ instead of sending CTRL
Replies: 3
Views: 2564

Re: Menu Pasting ^ instead of sending CTRL

Maybe we should move this setting to General tab. ;)
by Tom
Sep 19th, ’18, 16:08
Forum: General Discussion
Topic: Menu Pasting ^ instead of sending CTRL
Replies: 3
Views: 2564

Re: Menu Pasting ^ instead of sending CTRL

Special modifier characters are now disabled by default - you can enable them in Preferences/Text Expander.
by Tom
Sep 18th, ’18, 19:42
Forum: General Discussion
Topic: How to open TextExtender by Hotkey ?
Replies: 6
Views: 3582

Re: How to open TextExtender by Hotkey ?

You can set a Settings shortcut in Preferences/General/Shortcuts.
by Tom
Sep 18th, ’18, 19:40
Forum: Suggestions
Topic: Incorrect paste with /
Replies: 2
Views: 2722

Re: Incorrect paste with /

...which is correct as / is also an ending character (Preferences/Text Expander). Also, by default, / is also a separator - change this or do not use it in a string. I suggest you to study the documentation. https://fastkeysautomation.com/documentation/TextExpander.html https://fastkeysautomation.co...
by Tom
Sep 18th, ’18, 06:07
Forum: General Discussion
Topic: How to open TextExtender by Hotkey ?
Replies: 6
Views: 3582

Re: How to open TextExtender by Hotkey ?

Open Notepad and press Win+Alt+;
If this doesn't work maybe the shortcut is used by the system. Try another one.
by Tom
Sep 18th, ’18, 06:04
Forum: Suggestions
Topic: do not paste text by space
Replies: 5
Views: 3802

Re: do not paste text by space

Could you try to reset the Preferences to defaults?