Skip to content

lukasbergman/keybinds

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

Keybinds

Keybinds and remaps both on-device on keyboards and programatically

Kanata (programatically)

kanata-keyboard-layout

Source: keyboard-layout-editor.com

See:

Vortex Pok3r (keyboard)

pok3r-keyboard-layout

Source: keyboard-layout-editor.com

Programming Instructions

POK3R User.Manual V1.5.2

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
  • 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

Windows dev keybinds

Visual Studio keybindings: Tools -> Options -> Environment -> Keyboard

  • CTRL+D
    • Unbind Edit.Duplicate (CTRL+D)
    • Bind Edit.InsertNextMatchingCaret to CTRL+D
  • F2
    • Bind Refactor.Rename to F2
  • CTRL+S
    • Unbind File.SaveSelectedItems (CTRL+SHIFT+S)
    • Bind File.SaveAll to CTRL+S
  • CTRL+' (kommentera rad likt vscode)
    • Unbind Tools.GoToCommandLine (CTRL+')
    • Bind Edit.CommentSelection
    • Bind Edit.UncommentSelection
  • CTRL+P
    • Unbind File.Print
    • Bind Edit.GoToAll
  • CTRL+SHIFT+P
    • Unbind CodeReview.EditLocalFile
    • Bind Window.QuickLaunch

Windows Terminal keybinds

  • Next tab = ctrl+pgdn
  • Previous tab = ctrl+pgup
  • New tab = ctrl+t
  • Close pane = ctrl+w

About

Keybinds and remaps both on-device on keyboards and programatically

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors