diff options
| author | Razetime <rraghu.11502@gmail.com> | 2021-10-29 10:09:48 +0530 |
|---|---|---|
| committer | Razetime <rraghu.11502@gmail.com> | 2021-10-29 10:09:48 +0530 |
| commit | 055dac7ffe3c6e746a97a2988b9efd20cded3135 (patch) | |
| tree | 02c00797fbaa57c9774e8290f57760b8c5627d68 /editors/autohotkey-win | |
| parent | 60925955a77b4f31b5308e1ceb6d71d055b17b06 (diff) | |
Add ⋈ to Autohotkey script and executable
Diffstat (limited to 'editors/autohotkey-win')
| -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 |
