aboutsummaryrefslogtreecommitdiff
path: root/editors
diff options
context:
space:
mode:
authorSylvia <saltysylvi@proton.me>2022-09-18 11:35:42 -0400
committerSylvia <saltysylvi@proton.me>2022-09-18 11:35:42 -0400
commitc08de469011b3be7fdb0e04ff6bd8928a998d6de (patch)
treeb14d6019613e660a42cd116c5fc607754c5f5c89 /editors
parent7631b1c54c3d03ae88f6536a89daedb4c8d562b1 (diff)
Fix Star (⋆) in Autohotkey script and executable
Change Alt + Shift + = key binding from asterisk (U+002A) to star (U+22C6)
Diffstat (limited to 'editors')
-rw-r--r--editors/autohotkey-win/bqn.ahk2
-rw-r--r--editors/autohotkey-win/bqn.exebin1223680 -> 1115136 bytes
2 files changed, 1 insertions, 1 deletions
diff --git a/editors/autohotkey-win/bqn.ahk b/editors/autohotkey-win/bqn.ahk
index 60e009db..8839426b 100644
--- a/editors/autohotkey-win/bqn.ahk
+++ b/editors/autohotkey-win/bqn.ahk
@@ -102,7 +102,7 @@ return
RAlt & =::
ShiftState := GetKeyState("Shift", "P")
If (ShiftState) {
- Send, *
+ Send, ⋆
} Else {
Send, ×
}
diff --git a/editors/autohotkey-win/bqn.exe b/editors/autohotkey-win/bqn.exe
index 919cc090..f5ed2d78 100644
--- a/editors/autohotkey-win/bqn.exe
+++ b/editors/autohotkey-win/bqn.exe
Binary files differ