-
Notifications
You must be signed in to change notification settings - Fork 251
Description
Describe the bug
A clear and concise description of what the bug is.
Want I want: use key strokes to start functions in an VSG application. A simple handler has been written. Its only function is to give a response to key stroke 'i'. It is part of the example program 'KeyboardIssue'.
To Reproduce
Steps to reproduce the behavior:
- Build the example program
- Start it from a terminal window
- Hit key 'i'
Expected behavior
A clear and concise description of what you expected to happen.
On all operation systems I expect for one key hit exactly one response line in the terminal window.
Screenshots
If applicable, add screenshots to help explain your problem.

On MacOS one key hit leads to two responses.
On Windows any key hit leads no response.
On Linux the key hit leads to one response, as it should be.
Desktop (please complete the following information):
- OS: macOS Big Sur 11.0.1 X86_64
- OS: Windows 10 Home 20H2
- OS: Linux latest Ubuntu Desktop Intel 20.10
KeyboardIssue.zip