CXTouch icon indicating copy to clipboard operation
CXTouch copied to clipboard

does not send TAB key

Open holy834 opened this issue 7 years ago • 1 comments

Looks like tab key is handled by PC application to switch bewteen UI components, instead of being sent to devices.

holy834 avatar Mar 23 '19 06:03 holy834

Fixed:D

In MonkeyCanvas, add "setFocusTraversalKeysEnabled(false);" after addKeyListener, then add VK_TAB event in keyMap

Other keys can be enabled as above.

holy834 avatar Mar 23 '19 09:03 holy834