aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarshall Lochbaum <mwlochbaum@gmail.com>2022-09-18 12:22:55 -0400
committerGitHub <noreply@github.com>2022-09-18 12:22:55 -0400
commit555adb1ae538013bb220df56451e4255716b9d18 (patch)
treeb14d6019613e660a42cd116c5fc607754c5f5c89
parent7631b1c54c3d03ae88f6536a89daedb4c8d562b1 (diff)
parentc08de469011b3be7fdb0e04ff6bd8928a998d6de (diff)
Merge pull request #81 from saltysylvi/master
Fix Star (⋆) in Autohotkey script and executable
-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