vizhub-core / vzcode

Mob Programming Code Editor
MIT License
55 stars 13 forks source link

Document Keyboard Shortcuts #228

Open curran opened 9 months ago

curran commented 9 months ago

As a user of VZCode, I want to be able to see a listing of all available keyboard shortcuts in the code editor.

Similar to https://observablehq.com/@observablehq/keyboard-shortcuts

Image

curran commented 8 months ago

VSCode's design:

image

curran commented 7 months ago

This is cool - https://github.com/replit/codemirror-vscode-keymap/blob/master/src/index.ts

curran commented 7 months ago

Also custom shortcuts:

curran commented 6 months ago

Idea: we put a question mark icon to the left of the gears icon in this new design:

image

Then when that opens, it could be a modal that shows something like this:

image

curran commented 5 months ago

Things to include here:

curran commented 3 months ago

How's this going? This would be great to do.

We can put it in the settings (gear) modal at first.

NghiaMinhHuynh commented 3 months ago

I am going to start looking over this issue.

curran commented 1 month ago

Here's something that should go in the documentation:

Ways to run the code