BosEriko / dotfiles-windows

🧠 This gives me superpowers as a programmer
http://dotfiles.boseriko.com
2 stars 0 forks source link

Move tilde to esc using AutoHotkey #14

Closed BosEriko closed 2 years ago

BosEriko commented 2 years ago

Right now it's using Keyboard Manager to do it. Make it so that it uses AutoHotkey Overload Capslock instead.

Add the following inside AutoHotkey Overload Capslock

Remove the following inside AutoHotkey Overload Capslock

LShift & RShift::ToggleCaps()
RShift & LShift::ToggleCaps()

Remove the following inside Keyboard Manager