aboutsummaryrefslogtreecommitdiff
path: root/editors/autohotkey-win/bqn.ahk
diff options
context:
space:
mode:
Diffstat (limited to 'editors/autohotkey-win/bqn.ahk')
-rw-r--r--editors/autohotkey-win/bqn.ahk2
1 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, ×
}