add help window, accessible via `?`
authorxangelo <git@xangelo.ca>
Tue, 24 Jan 2023 17:11:17 +0000 (12:11 -0500)
committerxangelo <git@xangelo.ca>
Tue, 24 Jan 2023 17:13:36 +0000 (12:13 -0500)
commitc2bb8e66b8c6150197005e6f1873540e6606c10d
tree7a0cd83eff1c220856885118dd12a89efbe6bade
parent5f539f716ac186b9d1dfe801e67a63edfa024eea
add help window, accessible via `?`

When you hit `?` in navigation mode you'll be dropped into "help" mode
which will display a list of all the keyboard navigation options.

There is also a "Help" link at the bottom of the page that displays this
as well.
public/assets/bundle.js
public/assets/style.css
public/index.html
src/client.ts
src/help.ts [new file with mode: 0644]