CXTouch
CXTouch copied to clipboard
does not send TAB key
Looks like tab key is handled by PC application to switch bewteen UI components, instead of being sent to devices.
Fixed:D
In MonkeyCanvas, add "setFocusTraversalKeysEnabled(false);" after addKeyListener, then add VK_TAB event in keyMap
Other keys can be enabled as above.