Skip to content

Remap some windows shortcuts. Simple replacement for powertoys keyboard manager

License

Notifications You must be signed in to change notification settings

inv2004/ctrlalttab

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

50 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ctrlalttab

image

Remap some windows shortcuts. Simple replacement for powertoys keyboard manager

  • triggers alt-tab for ctrl-tab, supports multi tab switch
  • ctrl+[ to ctrl+pgup, ctrl+] to ctrl+pgdown
  • caps to Alt+Shift # Language switch
  • win+shift+f23 to home # lenovo AI key
  • screen on functionality
  • tray menu
  • stores options in registry HKEY_CURRENT_USER\SOFTWARE\CtrlAltDel

preparation

I prefer to remap single keys via windows registry value Scancode Map, that is why I use ctrlalttab with the following regedit:

alt <=> ctrl
rctrl => end
ralt => home
rmenu => home
home => print screen (maybe will remove)

amend it for your own needs or use sharpkeys for the same needs

reg add "HKLM\SYSTEM\CurrentControlSet\Control\Keyboard Layout" /v "Scancode Map" /t REG_BINARY /d 0000000000000000070000001D00380038001D004FE01DE047E038E047E05DE037E047E000000000

final layout

image

requirements

  • Windows
  • Nim 2.0.8

build

nimble build -d:release -d:strip --opt:size --app:gui

or using zig cc (to avoid win defender)

nimble build --cc:clang --clang.exe="zigcc.cmd" --clang.linkerexe="zigcc.cmd" -d:release -d:strip --opt:size --app:gui

About

Remap some windows shortcuts. Simple replacement for powertoys keyboard manager

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published