Search found 1718 matches

by Marko
Sep 18th, ’19, 15:09
Forum: Suggestions
Topic: Updates to Shared File Functionality
Replies: 2
Views: 3174

Re: Updates to Shared File Functionality

Thanks for your kind feedback.
The first issue was already identified and FastKeys will allow not active duplicates in the next release.
The second issue is a bug. Thanks for reporting, it will be resolved with the next update too.
;)
by Marko
Sep 13th, ’19, 21:25
Forum: Suggestions
Topic: Tools --> Preferences
Replies: 3
Views: 3962

Re: Tools --> Preferences

Thanks, we plan to increase the font size in one of the next releases.
by Marko
Sep 12th, ’19, 16:14
Forum: Suggestions
Topic: Not loading at startup
Replies: 18
Views: 13548

Re: Not loading at startup

I understand the trouble is that FastKeys in your case is not loading at startup. This generally cannot be related to using Gmail or AutoHotkey. Do you have some AutoHotkey scripts running at startup?
by Marko
Sep 12th, ’19, 16:10
Forum: Suggestions
Topic: Tools --> Preferences
Replies: 3
Views: 3962

Re: Tools --> Preferences

Can you please specify step by step how to reproduce?
Which screen do you find difficult to read?
by Marko
Sep 7th, ’19, 17:25
Forum: General Discussion
Topic: Is there a way to record subscript/superscripts for autocomplete?
Replies: 8
Views: 2686

Re: Is there a way to record subscript/superscripts for autocomplete?

You would need to manually add a new item to Auto Complete.
String: p2y12
Substitute: P2Y¹²

You could also make a shortcut with a selection list:

Code: Select all

⁰
/¹
/²
/³
/⁴
/⁵
/⁶
/⁷
/⁸
/⁹
by Marko
Sep 7th, ’19, 10:17
Forum: General Discussion
Topic: Is there a way to record subscript/superscripts for autocomplete?
Replies: 8
Views: 2686

Re: Is there a way to record subscript/superscripts for autocomplete?

Could you please be more specific what are you trying to achieve? In which application?
by Marko
Sep 7th, ’19, 10:03
Forum: General Discussion
Topic: RTF with RGB Font Selection?
Replies: 4
Views: 2916

Re: RTF with RGB Font Selection?

Hi Dennis, you are right. We plan to remove the font color limitation in one of the next releases. ;)
by Marko
Sep 7th, ’19, 10:01
Forum: Suggestions
Topic: seeing picture thumbnail in clipboard history list
Replies: 1
Views: 2701

Re: seeing picture thumbnail in clipboard history list

Currently this is not possible, we may introduce this feature in the future.
by Marko
Sep 6th, ’19, 19:41
Forum: General Discussion
Topic: Moving the mouse?
Replies: 2
Views: 946

Re: Moving the mouse?

Use Type: Command or Insert command code macro.

Move the mouse to a new position:

Code: Select all

MouseMove, 200, 100
Move the mouse by 20 pixels to the right and 30 pixels down:

Code: Select all

MouseMove, 20, 30, 0, R
by Marko
Sep 6th, ’19, 16:50
Forum: Suggestions
Topic: Not loading at startup
Replies: 18
Views: 13548

Re: Not loading at startup

Try running Windows in safe mode. If it works there must be a conflicting process involved. Are you using a gaming computer?