Mechanical keyboard simulator website w/ a typing test. Offers 10+ unique switch sounds, layouts, and keyboard colors for an oddly satisfying typing experience.
171
stars
29
forks
source link
Fix minor bug in key-up function and dry code #34
Open
tuliren opened 2 years ago
handleKeyMouseUp
function.release
field, instead of thepress
field.release
andpress
field contain the same special keys (e.g.SPACE
).handleKeyDown
now reuseshandleKeyMouseDown
.handleKeyUp
now reuseshandleKeyMouseUp
.