Search found 1726 matches

by Marko
Jan 16th, ’24, 21:02
Forum: General Discussion
Topic: Input macros under command option
Replies: 3
Views: 867

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: 1189

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: 1541

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: 1341

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: 2146

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: 2512

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: 1112

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: 2512

Re: How to get unix timestamp in text expander

Try this (Type: Command)

Code: Select all

t := A_NowUTC
t -= 19700101000000, S
Send, % t
by Marko
Dec 10th, ’23, 21:09
Forum: General Discussion
Topic: Start menu not opening at top of screen
Replies: 1
Views: 1177

Re: Start menu not opening at top of screen

Do you use multiple monitors? Try to align the top edges in Windows display settings. The menu type should be "Menu".
by Marko
Dec 10th, ’23, 21:07
Forum: General Discussion
Topic: F11-Full Screen Mode
Replies: 7
Views: 2138

Re: F11-Full Screen Mode

I don't understand what you are saying. As explained. go to Preferences/Macro Recorder and change the F11 shortcut to something else - click the shortcut input field and press a new shortcut on the keyboard or press Delete to remove it. Select OK to save.