summaryrefslogtreecommitdiff
path: root/_windows/ahk
diff options
context:
space:
mode:
authorkkard2 <[email protected]>2023-07-10 18:53:28 +0200
committerkkard2 <[email protected]>2023-07-10 18:53:28 +0200
commit9abff5717944b660dd8aa4dd73f566d02d6fbe08 (patch)
tree371847857c8fe0cf93b678cef709009de3f0ce93 /_windows/ahk
parent0d113f5ada1508cebe1348f9ed82d7d7b604cf48 (diff)
ok this is too inconvenient
Diffstat (limited to '_windows/ahk')
-rw-r--r--_windows/ahk/capslock.ahk12
1 files changed, 6 insertions, 6 deletions
diff --git a/_windows/ahk/capslock.ahk b/_windows/ahk/capslock.ahk
index 447890c..0fb67bb 100644
--- a/_windows/ahk/capslock.ahk
+++ b/_windows/ahk/capslock.ahk
@@ -97,12 +97,12 @@ CapsLock::{
}
}
-; !CapsLock::{
-; return
-; }
-; ^CapsLock::{
-; return
-; }
+!CapsLock::{
+ return
+}
+^CapsLock::{
+ return
+}
^!CapsLock::{
return
}