aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--editors/autohotkey-win/bqn.ahk5
-rw-r--r--editors/autohotkey-win/bqn.exebin1223680 -> 1223680 bytes
2 files changed, 5 insertions, 0 deletions
diff --git a/editors/autohotkey-win/bqn.ahk b/editors/autohotkey-win/bqn.ahk
index 8d33f248..60e009db 100644
--- a/editors/autohotkey-win/bqn.ahk
+++ b/editors/autohotkey-win/bqn.ahk
@@ -311,7 +311,12 @@ RAlt & '::
return
RAlt & z::
+ ShiftState := GetKeyState("Shift", "P")
+ If (ShiftState) {
+ Send, ⋈
+ } Else {
Send, ⥊
+ }
return
RAlt & x::
diff --git a/editors/autohotkey-win/bqn.exe b/editors/autohotkey-win/bqn.exe
index ba3ba4c5..919cc090 100644
--- a/editors/autohotkey-win/bqn.exe
+++ b/editors/autohotkey-win/bqn.exe
Binary files differ