Keybinds and remaps both on-device on keyboards and programatically
Source: keyboard-layout-editor.com
See:
Source: keyboard-layout-editor.com
When the keyboard is in programming mode a second LED will light up on the right hand side of the space bar. It starts blinking as soon as you start the programming of a key and will only turn off when you exit the programming mode.
- Default layer (
Fn+M) cannot be programmed - Enter programming mode:
Fn + R_Ctrl¹, second LED under space bar lights up- Press
key to program, second LED under spacebar will now blink - Enter
new content, this can be up to 32 characters - Confirm with
Pn, second LED will now stop blinking
- Press
- Exit programming:
Fn + R_Ctrl, second LED goes dark
Note: During programming, use the keys as labelled on the keyboard, irrespective of any reassignments.
Source: https://github.com/troglobit/pok3r-layouts/tree/master
Visual Studio keybindings: Tools -> Options -> Environment -> Keyboard
- CTRL+D
- Unbind
Edit.Duplicate(CTRL+D) - Bind
Edit.InsertNextMatchingCarettoCTRL+D
- Unbind
- F2
- Bind
Refactor.RenametoF2
- Bind
- CTRL+S
- Unbind
File.SaveSelectedItems(CTRL+SHIFT+S) - Bind
File.SaveAlltoCTRL+S
- Unbind
- CTRL+' (kommentera rad likt vscode)
- Unbind
Tools.GoToCommandLine(CTRL+') - Bind
Edit.CommentSelection - Bind
Edit.UncommentSelection
- Unbind
- CTRL+P
- Unbind
File.Print - Bind
Edit.GoToAll
- Unbind
- CTRL+SHIFT+P
- Unbind
CodeReview.EditLocalFile - Bind
Window.QuickLaunch
- Unbind
Windows Terminal keybinds
- Next tab = ctrl+pgdn
- Previous tab = ctrl+pgup
- New tab = ctrl+t
- Close pane = ctrl+w

