From a104cbf3ffd91faa46922504c629c98787f5a622 Mon Sep 17 00:00:00 2001 From: TheBestPessimist Date: Wed, 25 Dec 2024 11:17:05 +0200 Subject: [PATCH] New Flow Launcher hotkey --- AutoHotkey64.ahk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/AutoHotkey64.ahk b/AutoHotkey64.ahk index c1743ff..753d232 100644 --- a/AutoHotkey64.ahk +++ b/AutoHotkey64.ahk @@ -110,8 +110,8 @@ LControl & LWin Up:: Send "{Esc}" Sleep 500 } - ; Alt Shift F10 - Send "!+{F10}" + ; F23 was set by editing the FL configuration file manually in `FL/UserData/Settings/Settings.json` + Send "{F23}" } ;------------------------------------------------