Skip to content
This repository has been archived by the owner on Jul 13, 2024. It is now read-only.

No support for lowercase keys in WinForms client. #40

Open
bdelsey64 opened this issue Oct 1, 2018 · 0 comments
Open

No support for lowercase keys in WinForms client. #40

bdelsey64 opened this issue Oct 1, 2018 · 0 comments

Comments

@bdelsey64
Copy link

There does not appear to be support for lowercase characters when using the WinForms VncClient. This client traps the key UP and DOWN events which only deal with KeyEventArgs. Unfortunately KeyEventArgs only provides a key code and does not distinguish between upper and lower case inputs. The result is that SendKeyUpdate(...) always sends an uppercase letter to the remote server. A simple work around could possibly be to make use of the key PRESS event.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant