Search found 1718 matches

by Marko
Jan 22nd, ’24, 11:39
Forum: General Discussion
Topic: Can 'color and style' option apply to 'Menu'
Replies: 1
Views: 830

Re: Can 'color and style' option apply to 'Menu'

Color and Style setting in Preferences/Start menu/More settings applies to the whole menu, main menu and submenu. If this is not the case, please contact our support for further analysis.
by Marko
Jan 16th, ’24, 21:13
Forum: General Discussion
Topic: Not working in Vivaldi Browser
Replies: 2
Views: 946

Re: Not working in Vivaldi Browser

Nothing has changed in this regard with the last FastKeys update. I tested it in Vivaldi and everything works as expected for me. Maybe you need to check some security settings or reset the Preferences to defaults.
by Marko
Jan 16th, ’24, 21:02
Forum: General Discussion
Topic: Input macros under command option
Replies: 3
Views: 852

Re: Input macros under command option

You can use a Send mode with Input or Selection macros to gather the data and then "Insert command code" to use the variables (for example INPUT_Name or SELECT_Name) in the script.
by Marko
Jan 11th, ’24, 11:29
Forum: General Discussion
Topic: Macro went crazy, is there a way to emergency shut down such ocurrences?
Replies: 1
Views: 1186

Re: Macro went crazy, is there a way to emergency shut down such ocurrences?

The best way is to set the shortcut to Reload FastKeys in Preferences/General/Shortcuts.
by Marko
Jan 3rd, ’24, 13:32
Forum: General Discussion
Topic: Text expander 'Cursor position' issue
Replies: 1
Views: 1539

Re: Text expander 'Cursor position' issue

This should not be related to cursor position. I suggest you contact us at support email with more details. Thanks.
by Marko
Dec 30th, ’23, 19:54
Forum: General Discussion
Topic: Fastkeys Software and AHK Documentation
Replies: 1
Views: 1339

Re: Fastkeys Software and AHK Documentation

FastKeys can run AutoHotkey scripts in Type: Command.
by Marko
Dec 27th, ’23, 07:32
Forum: General Discussion
Topic: FastKeys 5.13 is..very..slow
Replies: 2
Views: 2138

Re: FastKeys 5.13 is..very..slow

You have imported the phrases as individual items. Go back by using File/Backup and then import again. When importing, select “Import as Phrase file” instead.
by Marko
Dec 13th, ’23, 07:44
Forum: General Discussion
Topic: How to get unix timestamp in text expander
Replies: 3
Views: 2511

Re: How to get unix timestamp in text expander

Sorry, I corrected the code.
by Marko
Dec 10th, ’23, 21:27
Forum: General Discussion
Topic: Table Lookup Issue w/ Numbers
Replies: 1
Views: 1109

Re: Table Lookup Issue w/ Numbers

Thanks for reporting this, it seems to be a bug. Could you please contact us on our support email with more detailed screenshots of the phrase settings? Thanks.
by Marko
Dec 10th, ’23, 21:13
Forum: General Discussion
Topic: How to get unix timestamp in text expander
Replies: 3
Views: 2511

Re: How to get unix timestamp in text expander

Try this (Type: Command)

Code: Select all

t := A_NowUTC
t -= 19700101000000, S
Send, % t