Search found 1860 matches

by Marko
Feb 7th, ’25, 17:53
Forum: General Discussion
Topic: SEND MONTH FORMULA IN CAPITAL LETTERS
Replies: 2
Views: 892

Re: SEND MONTH FORMULA IN CAPITAL LETTERS

You could enable "No output" option and then use Insert command code macro instead:

Code: Select all

stringupper, DATETIME_Mese_prec, DATETIME_Mese_prec
Send, % DATETIME_Mese_prec
by Marko
Feb 7th, ’25, 17:52
Forum: General Discussion
Topic: Gestures Problems and Questions
Replies: 3
Views: 786

Re: Gestures Problems and Questions

Difficult so say, first try to reset the Preferences/Gestures to defaults.
There is no need to use a modifier, simply change Gestures shortcut to RButton.
by Marko
Feb 5th, ’25, 13:43
Forum: General Discussion
Topic: mouse gestures for new / close tab
Replies: 9
Views: 2096

Re: mouse gestures for new / close tab

Code: Select all

{Click}{Ctrl Down}w{Ctrl Up}
or Type: Command

Code: Select all

Send, {Click}
Send, {Ctrl Down}w{Ctrl Up}
by Marko
Jan 30th, ’25, 11:39
Forum: General Discussion
Topic: Priority of shortcuts
Replies: 1
Views: 931

Re: Priority of shortcuts

FastKeys normally overrides other shortcuts. If you find later on other program has a useful function assigned to the same shortcut, simply change it or remove it
by Marko
Jan 30th, ’25, 11:31
Forum: User Commands and Scripts
Topic: Sort Music Library
Replies: 1
Views: 723

Re: Sort Music Library

You would need an AutoHotkey script for this. Few ideas:

Creating a folder
https://www.autohotkey.com/docs/v1/lib/ ... ateDir.htm

Copy files
https://www.autohotkey.com/docs/v1/lib/FileCopy.htm
by Marko
Jan 30th, ’25, 11:28
Forum: User Commands and Scripts
Topic: WhatsApp in toolbar
Replies: 1
Views: 887

Re: WhatsApp in toolbar

Microsoft made this complicated.

There are several how-to guides on the net, here is one example (refer to the last section What-if):
https://poetengineer.postach.io/post/ho ... mmand-line
by Marko
Jan 28th, ’25, 21:29
Forum: General Discussion
Topic: New Version - Must Pay!
Replies: 9
Views: 2493

Re: New Version - Must Pay!

Have you selected the correct version? Please contact our support email if it doesn't work.
by Marko
Jan 28th, ’25, 21:27
Forum: General Discussion
Topic: Obsidian URL in FastKeys
Replies: 2
Views: 803

Re: Obsidian URL in FastKeys

Try

Obsidian.exe "obsidian://open?vault=my_vault&file=05 PKM p\05_Kardio.md"
or
Obsidian.exe "obsidian://open?vault=my_vault&file=05`%20PKM`%20p`%2F05_Kardio"
by Marko
Jan 28th, ’25, 21:11
Forum: Announcements
Topic: Video Tutorials Released
Replies: 5
Views: 22060

Re: Video Tutorials Released

Yes, sure! :D
by Marko
Jan 28th, ’25, 18:26
Forum: General Discussion
Topic: New Version - Must Pay!
Replies: 9
Views: 2493

Re: New Version - Must Pay!

Go to Preferences/General and disable "Auto check for software updates" option.