mirror of
https://github.com/nmasur/dotfiles
synced 2025-04-28 11:12:23 +00:00
Compare commits
No commits in common. "7a22e798fc019049528763cbe6fc6f505425d637" and "204621a0ba0e210627765bd80e4f3f28a0559201" have entirely different histories.
7a22e798fc
...
204621a0ba
@ -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}"
|
||||
}
|
||||
}
|
@ -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
|
Loading…
x
Reference in New Issue
Block a user