nebari-dev / nebari-docs

📖 Documentation for Nebari
https://www.nebari.dev
BSD 3-Clause "New" or "Revised" License
14 stars 27 forks source link

[DOC] - Add docs to get code server keyboard shortcuts working #448

Open Adam-D-Lewis opened 1 month ago

Adam-D-Lewis commented 1 month ago

Preliminary Checks

Summary

Coder keyboard shortcuts don't work by default. This is a known issue and there is a workaround. We should mention this very common issue and link to https://coder.com/docs/code-server/latest/FAQ#how-do-i-make-my-keyboard-shortcuts-work in the docs.

Steps to Resolve this Issue

See above.

Adam-D-Lewis commented 1 month ago

We might also want to point people in the right direction for non standard keyboards since browsers do not have access to hardware keyboard layouts in a cross platform way there is an extra step needed. image

Adam-D-Lewis commented 1 month ago

I've also found exporting/importing profiles to be useful - https://code.visualstudio.com/docs/editor/profiles#_export for setting up keyboard settings but also plugins, shortcuts, etc.