Search found 1573 matches
- Feb 8th, ’23, 18:54
- Forum: Suggestions
- Topic: confirm Auto Complete with only certain keys
- Replies: 1
- Views: 6
Re: confirm Auto Complete with only certain keys
Sure, selection keys can be set in Preferences/Appearance.
- Jan 31st, ’23, 14:20
- Forum: General Discussion
- Topic: Was does :C: do in phrase files?
- Replies: 2
- Views: 43
Re: Was does :C: do in phrase files?
The C is for case sensitive string recognition.
Select “More options” and check your settings for the Auto Correct file - trigger immediately option should be disabled by default so the correction will only happen after typing the ending character (space, enter, comma etc.).
Select “More options” and check your settings for the Auto Correct file - trigger immediately option should be disabled by default so the correction will only happen after typing the ending character (space, enter, comma etc.).
- Jan 31st, ’23, 14:14
- Forum: General Discussion
- Topic: Is there any way to '#include' a lib from an external directory?
- Replies: 5
- Views: 59
Re: Is there any way to '#include' a lib from an external directory?
This feature was introduced in version 5.09. You cannot do this with the old version.
- Jan 29th, ’23, 15:24
- Forum: General Discussion
- Topic: Clipboard Manager - button "copy"
- Replies: 3
- Views: 50
Re: Clipboard Manager - button "copy"
It works for me, maybe check the settings.
- Jan 14th, ’23, 22:32
- Forum: User Commands and Scripts
- Topic: Key into shortcuts
- Replies: 5
- Views: 104
Re: Key into shortcuts
I'm not sure I understand. To set more complex shortcuts you can
- select a three dots button to open the Advanced shortcut settings
- double click on a shortcut control - here you can set any shortcut according to AutoHotkey syntax.
- select a three dots button to open the Advanced shortcut settings
- double click on a shortcut control - here you can set any shortcut according to AutoHotkey syntax.
- Jan 13th, ’23, 17:21
- Forum: Suggestions
- Topic: Selection Table Bug?
- Replies: 1
- Views: 52
Re: Selection Table Bug?
This is intentional. If the column value to blank, the selection value is used instead. Also the column content is trimmed. We can discuss if this design is good or not. 
I'm not sure what you are trying to do with the dates though.

I'm not sure what you are trying to do with the dates though.
- Jan 10th, ’23, 12:52
- Forum: General Discussion
- Topic: Filter for menu
- Replies: 1
- Views: 67
Re: Filter for menu
There is no such option.
- Jan 7th, ’23, 22:29
- Forum: General Discussion
- Topic: I whant that my "Start menu" appears when i set like this!
- Replies: 1
- Views: 55
Re: I whant that my "Start menu" appears when i set like this!
Double and long click shortcuts are currently only available in Shortcuts module.
- Jan 5th, ’23, 15:33
- Forum: General Discussion
- Topic: How to double click "Alt" to open the "Start menu".
- Replies: 2
- Views: 84
Re: How to double click "Alt" to open the "Start menu".
Thanks. Double and long click shortcuts are currently only available in Shortcuts module.
We'll try to update this in the next release.
We'll try to update this in the next release.
- Jan 3rd, ’23, 12:56
- Forum: General Discussion
- Topic: How to login to gmail account automatically
- Replies: 1
- Views: 83
Re: How to login to gmail account automatically
It should work by simulating the keystrokes, just like in the video.
https://www.youtube.com/watch?v=5qyXid49Pqs
Move the caret to the field using the Tabs and then send
{Ctrl Down}A{Ctrl Up}
to select the contents and then
{Delete}
to delete it.
https://www.youtube.com/watch?v=5qyXid49Pqs
Move the caret to the field using the Tabs and then send
{Ctrl Down}A{Ctrl Up}
to select the contents and then
{Delete}
to delete it.