baykovr / AVPI

an open source voice command macro software
https://baykovr.github.io/gavpi.html
GNU General Public License v3.0
198 stars 42 forks source link

Update Key/Mouse Input Implementation #35

Closed baykovr closed 8 years ago

baykovr commented 9 years ago

The dll we currently use is compiled against .net 3 (or something low like that) which causes problems #29

We need to abstract keyboard input in order to support linux.

The existing implementation has a few limitations and bugs such as mixed up ordering.

baykovr commented 8 years ago

Mainly fixed by #29, closing this issue for now until we run into more serious problems.

iNgeon commented 8 years ago

Just a comment\idea, would it not for the user make sense to rather display them as:

Member name (Description)

https://msdn.microsoft.com/en-us/library/system.windows.forms.keys%28v=vs.110%29.aspx

baykovr commented 8 years ago

You mean add add the description field?