mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
Reorder modifer
This commit is contained in:
parent
721e481a0e
commit
7d4a9c3494
1 changed files with 1 additions and 1 deletions
|
|
@ -9,7 +9,7 @@ namespace Flow.Launcher.Infrastructure.Hotkey
|
|||
/// Listens keyboard globally.
|
||||
/// <remarks>Uses WH_KEYBOARD_LL.</remarks>
|
||||
/// </summary>
|
||||
public unsafe static class GlobalHotkey
|
||||
public static unsafe class GlobalHotkey
|
||||
{
|
||||
private static readonly IntPtr hookId;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue