mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-08 04:07:40 +02:00
gloablHotkey -> GlobalHotkey
This commit is contained in:
@@ -41,7 +41,7 @@ namespace Wox
|
||||
Key key = (e.Key == Key.System ? e.SystemKey : e.Key);
|
||||
|
||||
string text = string.Empty;
|
||||
SpecialKeyState specialKeyState = new GloablHotkey().CheckModifiers();
|
||||
SpecialKeyState specialKeyState = new GlobalHotkey().CheckModifiers();
|
||||
if (specialKeyState.AltPressed)
|
||||
{
|
||||
text += "Alt";
|
||||
|
||||
Reference in New Issue
Block a user