From 7d4a9c34946a8e2ffc0fb9b80b7cae0c6e4c3815 Mon Sep 17 00:00:00 2001 From: Kevin Zhang Date: Sun, 5 Dec 2021 17:41:02 -0600 Subject: [PATCH] Reorder modifer --- Flow.Launcher.Infrastructure/Hotkey/GlobalHotkey.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Flow.Launcher.Infrastructure/Hotkey/GlobalHotkey.cs b/Flow.Launcher.Infrastructure/Hotkey/GlobalHotkey.cs index afbf58a3e..f26348e3d 100644 --- a/Flow.Launcher.Infrastructure/Hotkey/GlobalHotkey.cs +++ b/Flow.Launcher.Infrastructure/Hotkey/GlobalHotkey.cs @@ -9,7 +9,7 @@ namespace Flow.Launcher.Infrastructure.Hotkey /// Listens keyboard globally. /// Uses WH_KEYBOARD_LL. /// - public unsafe static class GlobalHotkey + public static unsafe class GlobalHotkey { private static readonly IntPtr hookId;