ThoNohT / NohBoard

A Keyboard Visualizer
GNU General Public License v2.0
976 stars 168 forks source link

Keycode Issues, moving buttons on L&R clicks #194

Open DigiMancer3D opened 1 year ago

DigiMancer3D commented 1 year ago

When assigning keycodes to watch for, we cannot add "0" (left click according to NohBoard Wiki).

I did notice in keycodes 1 === left click & 2 === right click. May need to update wiki.

I also noticed when I left click for changing and editing, the highlighted button will move, especially if I do rapid rescission in app window while selected. I think this is from 1 === "left click" && 1 === "down key". Right click goes the opposite direction.

I put these two issues together because I believe they are connected via the set keycodes in the app but I am unsure.