This repository has been archived on 2021-02-20. You can view files and clone it, but cannot push or open issues or pull requests.
shapez.io/src
EmeraldBlock 0481c84e72
"Fix" getStringForKeyCode returning incorrect strings (#753)
* Fix getStringForKeyCode returning wrong result

This adds the full stop/period (.) key to the switch statement, and replaces String.fromCharCode (which works with Unicode) with the replacement character (�).

* Make letter keys work properly

* Add digits and display unknown codes in brackets

* better formatting
2020-10-04 10:34:40 +02:00
..
css A/B test whether showing the price is good or not 2020-09-29 18:26:38 +02:00
html Improve UX for first levels 2020-06-01 20:18:50 +02:00
js "Fix" getStringForKeyCode returning incorrect strings (#753) 2020-10-04 10:34:40 +02:00