Mostafa-Abbasi / KeyboardTester

A Tool that Tests Keyboard Functionality, Made with HTML/CSS/JS
https://mostafa-abbasi.github.io/KeyboardTester/
MIT License
10 stars 1 forks source link

rename the main `Enter` key to `Return` #5

Closed shoulders closed 1 week ago

shoulders commented 6 months ago

A keyboard does not have 2 enter keys although some manufacturers got lazy and did not understand they were different.

The enter key on the main section is actually the Return key (carriage return, hence the arrow you sometimes see, a through back to type-writers)

https://en.wikipedia.org/wiki/Enter_key

UK Keyboard image

US Keyboard image

Proposed solution

Rename the main Enter key to Return

image

Mostafa-Abbasi commented 1 week ago

That's a good point. I renamed the key from "Enter" to "return sign". Thanks.

shoulders commented 1 week ago

its the small things in life 😄

Thanks

shoulders commented 1 week ago

image

any chance you can put a tail on it, looks like a delete/backspace key

image