From c08de469011b3be7fdb0e04ff6bd8928a998d6de Mon Sep 17 00:00:00 2001 From: Sylvia Date: Sun, 18 Sep 2022 11:35:42 -0400 Subject: =?UTF-8?q?Fix=20Star=20(=E2=8B=86)=20in=20Autohotkey=20script=20a?= =?UTF-8?q?nd=20executable?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change Alt + Shift + = key binding from asterisk (U+002A) to star (U+22C6) --- editors/autohotkey-win/bqn.ahk | 2 +- editors/autohotkey-win/bqn.exe | Bin 1223680 -> 1115136 bytes 2 files changed, 1 insertion(+), 1 deletion(-) 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 Binary files a/editors/autohotkey-win/bqn.exe and b/editors/autohotkey-win/bqn.exe differ -- cgit v1.2.3