Search found 1730 matches

by Marko
Dec 10th, ’23, 21:27
Forum: General Discussion
Topic: Table Lookup Issue w/ Numbers
Replies: 1
Views: 1113

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

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

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

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.
by Marko
Dec 9th, ’23, 13:56
Forum: General Discussion
Topic: F11-Full Screen Mode
Replies: 7
Views: 2147

Re: F11-Full Screen Mode

In FastKeys open Preferences (gear icon on top left), select Macro Recorder from menu on the left and change the shortcuts there.
by Marko
Dec 9th, ’23, 07:10
Forum: General Discussion
Topic: Text expander strange behaviour if multiple lines text contains {
Replies: 3
Views: 1664

Re: Text expander strange behaviour if multiple lines text contains {

This is probably caused by your editor settings. FastKeys sends text exactly as you would type it, key by key. If your editor is set to use auto indents, the result can be different.

To avoid this you may send text using the clipboard - enable “Use clipboard” option.
by Marko
Dec 9th, ’23, 06:59
Forum: General Discussion
Topic: F11-Full Screen Mode
Replies: 7
Views: 2147

Re: F11-Full Screen Mode

Simply change the shortcuts in Preferences/Functions/Macro Recorder.
by Marko
Dec 4th, ’23, 23:13
Forum: General Discussion
Topic: Error: Continuable Exception_Access_Violation
Replies: 6
Views: 2069

Re: Error: Continuable Exception_Access_Violation

Do you use a very old computer? Please contact us at our support mail.
by Marko
Dec 1st, ’23, 18:15
Forum: User Commands and Scripts
Topic: Trigger Menu to OPEN, when a certain application is active.
Replies: 2
Views: 834

Re: Trigger Menu to OPEN, when a certain application is active.

Currently not. But good idea, we'll see if something like this could be implemented in one of the next releases.
by Marko
Nov 27th, ’23, 19:01
Forum: User Commands and Scripts
Topic: Shared function.
Replies: 5
Views: 4113

Re: Shared function.

Thanks for reporting. You are right, currently it is only possible to set a procedure and not a function in the Startup Script.
We will resolve this in the next release. ;)