We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 721e481 commit 7d4a9c3Copy full SHA for 7d4a9c3
Flow.Launcher.Infrastructure/Hotkey/GlobalHotkey.cs
@@ -9,7 +9,7 @@ namespace Flow.Launcher.Infrastructure.Hotkey
9
/// Listens keyboard globally.
10
/// <remarks>Uses WH_KEYBOARD_LL.</remarks>
11
/// </summary>
12
- public unsafe static class GlobalHotkey
+ public static unsafe class GlobalHotkey
13
{
14
private static readonly IntPtr hookId;
15
0 commit comments