vini-vici / front-end

2 stars 0 forks source link

Add keyboard navigation to console #35

Open jhechtf opened 2 years ago

jhechtf commented 2 years ago

My rough idea for this is to be able to hit something like ctrl+k and have it bring up a command meta.

jhechtf commented 2 years ago

The rough idea here is to have a main command (leaning towards ctrl+k, but will look around) that opens up the main command menu. This menu then has actions listed, a-la command palette from vscode or atom. From here we can select things like "mark as done" or "add todo".

Full list of available commands I want

jhechtf commented 2 years ago

In testing this I'm not entirely sure I like this setup; might need to rethink the interactions with the keyboard on the page.