Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lyqht/keyboard-simulator
A mini game made for Advent of CSS 2021
https://github.com/lyqht/keyboard-simulator
advent-of-css-2021 astro keyboard-events keyboard-ui open-props preact
Last synced: about 2 months ago
JSON representation
A mini game made for Advent of CSS 2021
- Host: GitHub
- URL: https://github.com/lyqht/keyboard-simulator
- Owner: lyqht
- License: gpl-3.0
- Created: 2021-12-05T06:57:27.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-06-21T05:39:47.000Z (over 2 years ago)
- Last Synced: 2024-05-01T16:15:44.992Z (8 months ago)
- Topics: advent-of-css-2021, astro, keyboard-events, keyboard-ui, open-props, preact
- Language: CSS
- Homepage: https://lyqht.github.io/keyboard-simulator/
- Size: 320 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Keyboard Simulator App
This project is created for the 🎄 Advent of CSS - Day 4 - Computer Keyboard using the [Astro](https://github.com/withastro/astro/)'s Preact template.
💡 A useful `json` file containing the keyboard buttons location sorted by their row number can be found at `src/components/keyboard-button-locations.json`.
## Resources for exploring further on key events and key codes
- https://www.freecodecamp.org/news/javascript-keycode-list-keypress-event-key-codes/
- https://keycode.info/