You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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"
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"