Search found 1629 matches

by Marko
Mar 26th, ’23, 10:22
Forum: General Discussion
Topic: Gestures in opus
Replies: 16
Views: 7462

Re: Gestures in opus

Shortcut: [

Code: Select all

{Alt Down}{Left}{Alt Up}
Shortcut: ]

Code: Select all

{Alt Down}{Right}{Alt Up}
Sorry but I cannot help further.
by Marko
Mar 22nd, ’23, 20:20
Forum: General Discussion
Topic: Double Upper Case
Replies: 1
Views: 300

Re: Double Upper Case

Do you use a specific Auto Complete wordlist? Try to disable it to see if it helps.
Also, try to disable Auto-correct options in Preferences/Functions - Correct sentence capitals and Correct double capitals. Any difference?
by Marko
Mar 22nd, ’23, 12:40
Forum: Suggestions
Topic: Text Expander Macro Menus not loading
Replies: 2
Views: 338

Re: Text Expander Macro Menus not loading

Hi, I suggest you contact our support mail. Screenshots would help. Thanks.
by Marko
Mar 22nd, ’23, 12:38
Forum: General Discussion
Topic: Change Caps Text Utility - Turkish Characters
Replies: 1
Views: 288

Re: Change Caps Text Utility - Turkish Characters

I tried special characters from some other languages and it works. Maybe you need to adjust the language/keyboard settings.
by Marko
Mar 18th, ’23, 13:57
Forum: General Discussion
Topic: Need some help with unique clicking
Replies: 2
Views: 277

Re: Need some help with unique clicking

It depends which app you use. I suggest you check the following video tutorials:

Run programs and files
https://youtu.be/EzWZ88H407s

How to simulate key presses
https://youtu.be/kZeh52QL9UM
by Marko
Mar 18th, ’23, 13:51
Forum: Suggestions
Topic: Language support
Replies: 1
Views: 337

Re: Language support

Serbian translation may be added in the future. :)
by Marko
Mar 5th, ’23, 14:27
Forum: General Discussion
Topic: Trigger Text Expander (Phrase File) by Pasted Content
Replies: 1
Views: 241

Re: Trigger Text Expander (Phrase File) by Pasted Content

Interesting question. FastKeys is making substitutions by monitoring keyboard input so this does not work. You can create a shortcut (Type: Command) with the script below. The script loads the phrase file (you need to change the path to your actual file) and then extracts the data based on the clipb...
by Marko
Mar 4th, ’23, 22:06
Forum: User Commands and Scripts
Topic: Partially paste
Replies: 4
Views: 453

Re: Partially paste

You could also make shortcut which copies to clipboard and then opens the link, all in one step.
Set the shortcut in FastKeys, Type: Command

Code: Select all

Send, ^c
Sleep, 100
txt := SubStr(Clipboard, -36)
run, https://bo.company.etc/%txt%?=view
by Marko
Mar 1st, ’23, 20:19
Forum: General Discussion
Topic: Wrong output for date?
Replies: 2
Views: 86

Re: Wrong output for date?

Try disabling the "Adjust to typed case" option in Preferences/Text Expander. Any difference?