diff options
| -rw-r--r-- | editors/autohotkey-win/bqn.ahk | 5 | ||||
| -rw-r--r-- | editors/autohotkey-win/bqn.exe | bin | 1223680 -> 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 Binary files differindex ba3ba4c5..919cc090 100644 --- a/editors/autohotkey-win/bqn.exe +++ b/editors/autohotkey-win/bqn.exe |
