lvgl / lv_drivers

TFT and touch pad drivers for LVGL embedded GUI library
https://docs.lvgl.io/master/porting/index.html
MIT License
291 stars 310 forks source link

win32drv poor keyboard functionality #254

Closed wrgallo closed 1 year ago

wrgallo commented 1 year ago

Currently the win32drv keyboard driver wouldn't support lots of keys, such as "+-*/[];',./\!@#$%^&*()_+~", also the letters "A-Z" would always become lower-case regardless of the current state of shift and caps-lock keys.

I am already working on the pull-request to fix this issue.

kisvegabor commented 1 year ago

cc @MouriNaruto

MouriNaruto commented 1 year ago

@kisvegabor It's bug I can reproduce. I will fix it ASAP.

Kenji Mouri

MouriNaruto commented 1 year ago

@wrgallo Your issue have been fixed. I have created a PR for it. (https://github.com/lvgl/lv_drivers/pull/258)

image

Kenji Mouri