Compare commits

..

No commits in common. "7a22e798fc019049528763cbe6fc6f505425d637" and "204621a0ba0e210627765bd80e4f3f28a0559201" have entirely different histories.

2 changed files with 0 additions and 32 deletions

View File

@ -1,24 +0,0 @@
#Requires AutoHotkey v2.0
#SingleInstance
ih := InputHook("B L1 T1", "{Esc}")
*Ctrl::
{
ih.Start()
reason := ih.Wait()
if (reason = "Stopped") {
Send "{Esc}"
} else if (reason = "Max") {
Send "{Blind}{Ctrl down}" ih.Input
}
}
*Ctrl up::
{
if (ih.InProgress) {
ih.Stop()
} else {
Send "{Ctrl up}"
}
}

View File

@ -1,8 +0,0 @@
Windows Registry Editor Version 5.00
; Changes registry to map Caps Lock key to Ctrl key
; More info here: https://www.autohotkey.com/boards/viewtopic.php?p=468638#p468638
; And here: https://superuser.com/a/949533
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Keyboard Layout]
"Scancode Map"=hex:00,00,00,00,00,00,00,00,02,00,00,00,1d,00,3a,00,00,00,00,00