iberianpig / fusuma-plugin-sendkey

Fusuma plugin that sending virtual keyboard events
MIT License
72 stars 2 forks source link

What is 'plus' called? #10

Closed jayveedee closed 4 years ago

jayveedee commented 4 years ago

Trying to add a zoom in and out gesture by using left ctrl & + and left ctrl & - but am unable to find the normal '+' key, however I found '-' easily. There is KPPLUS but that's it. Also I know that you can also use left ctrl & scrollup and left ctrl & scrolldown but this is mostly application based, whereas the other gesture works pretty much every where I want it to work :) image

iberianpig commented 4 years ago

See this link. (https://github.com/iberianpig/fusuma-plugin-sendkey/issues/4)

Evdev is a near hardware layer. Therefore, Evdev treats that Equal key and Plus key are same physical key.

jayveedee commented 4 years ago

See this link. (#4)

Evdev is a near hardware layer. Therefore, Evdev treats that Equal key and Plus key are same physical key.

Thanks! That solved it :)