diff --git a/src/ManagedShell.Common/Helpers/ShellHelper.cs b/src/ManagedShell.Common/Helpers/ShellHelper.cs index d3d972ef..958f52ad 100644 --- a/src/ManagedShell.Common/Helpers/ShellHelper.cs +++ b/src/ManagedShell.Common/Helpers/ShellHelper.cs @@ -239,6 +239,11 @@ public static void ShowStartMenu() ShellKeyCombo(VK.LWIN, VK.LWIN); } + public static void ShowSearchMenu() + { + ShellKeyCombo(VK.LWIN, VK.KEY_S); + } + public static void ShowStartContextMenu() { ShellKeyCombo(VK.LWIN, VK.KEY_X);