Auto complete error when inserting some words beginning #

Suggestions, feature requests and bug reports.
Post Reply
cadudesun
Posts: 103
Joined: Jun 6th, ’15, 03:28

Post by cadudesun » Feb 26th, ’17, 18:09

Hi,

I would appreciate help, since there is an "auto complete" error when inserting some words beginning with #

For instance, this a list loaded in Fastkeys:

Code: Select all

#following screencast the issue is detailed: 
#drag&drop
#screenshot
#shortcut
#thank you
Sentence as "#following screencast" is inserted properly, including the removal of # at the end of the command.
However, words all the other words are inserted without having the first letter (e.g. creenshot, hank you), and also trigger some global shortcut from Windows since some screens just pops-up.
I recorded my screen detailing the problem: https://goo.gl/2wyqpt

How to make "auto complete" to insert the words above with no errors?

Thanks,
Carlos
User avatar
Marko
Posts: 1730
Joined: Mar 2nd, ’13, 21:02

Post by Marko » Feb 26th, ’17, 22:43

Thanks for pointing this out. This is caused by the characters which have a special meaning in FastKeys:
^ - Ctrl key, ! - Alt key, + - Shift key, # - Win key.
This allows sending not only text but also other actions.

In the next version, we will limit Auto Complete to only send raw text.
cadudesun
Posts: 103
Joined: Jun 6th, ’15, 03:28

Post by cadudesun » Feb 27th, ’17, 01:50

In the next version, we will limit Auto Complete to only send raw text.

Thank you! It will be handy!
Post Reply