Jinntec / Fore

Fore - declarative user interfaces in plain HTML
MIT License
82 stars 11 forks source link

Properties of native DOM events #144

Closed JoernT closed 2 years ago

JoernT commented 2 years ago

Discussed in https://github.com/Jinntec/Fore/discussions/141

Originally posted by **timathom** June 23, 2022 I am working on a data entry form for library staff and would like to add keyboard shortcuts. I would like to be able to detect specific key codes in order to change the form view (previous or next) or trigger submissions, etc. Desired markup: ``` Left! Right! ```
JoernT commented 2 years ago

this has been addressed on dev branch - new demo 'keycode.html'