ppisa commented on issue #19527:
URL: https://github.com/apache/nuttx/issues/19527#issuecomment-5075622515

   Microwindows define type to hold key code as `MWKEY` and definitions for 
special keys are provided in 
[src/include/mwtypes.h](https://github.com/ghaerr/microwindows/blob/master/src/include/mwtypes.h#L1402).
 But I think that there is no advantage have keys 1:1 in NutttX. There should 
be and is defined remapping from NuttX codes to Microwindows ones in current 
integration drivers imlemented by @Acfboy, see 
https://github.com/ghaerr/microwindows/blob/master/src/drivers/kbd_nuttx_event.c
 and 
https://github.com/ghaerr/microwindows/blob/master/src/drivers/kbd_nuttx_common.h
 with actual remapping.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to