keyboard icon indicating copy to clipboard operation
keyboard copied to clipboard

The Rune value of "KeySpace" must be "32" not "0".

Open SakthiMahendran opened this issue 3 years ago • 0 comments

While pressing the "KeySpace" the "KeyEvent" produced must contain a rune value of "32" (ascii value for space) but it contains "0" (ascii value for null).

Moreover, "KeyBackSpace" must produce "\b" "KeyEnter" must produce "\n"

SakthiMahendran avatar Nov 06 '22 01:11 SakthiMahendran