keyboard
keyboard copied to clipboard
The Rune value of "KeySpace" must be "32" not "0".
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"