From 055dac7ffe3c6e746a97a2988b9efd20cded3135 Mon Sep 17 00:00:00 2001 From: Razetime Date: Fri, 29 Oct 2021 10:09:48 +0530 Subject: =?UTF-8?q?Add=20=E2=8B=88=20to=20Autohotkey=20script=20and=20exec?= =?UTF-8?q?utable?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- editors/autohotkey-win/bqn.ahk | 5 +++++ editors/autohotkey-win/bqn.exe | Bin 1223680 -> 1223680 bytes 2 files changed, 5 insertions(+) (limited to 'editors') 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 Binary files a/editors/autohotkey-win/bqn.exe and b/editors/autohotkey-win/bqn.exe differ -- cgit v1.2.3