diff --git a/src/modules/launcher/Plugins/Microsoft.PowerToys.Run.Plugin.Service/Main.cs b/src/modules/launcher/Plugins/Microsoft.PowerToys.Run.Plugin.Service/Main.cs index ff835be8a7..5a05b78366 100644 --- a/src/modules/launcher/Plugins/Microsoft.PowerToys.Run.Plugin.Service/Main.cs +++ b/src/modules/launcher/Plugins/Microsoft.PowerToys.Run.Plugin.Service/Main.cs @@ -62,7 +62,7 @@ namespace Microsoft.PowerToys.Run.Plugin.Service Glyph = "\xE72C", FontFamily = "Segoe MDL2 Assets", AcceleratorKey = Key.R, - AcceleratorModifiers = ModifierKeys.Control | ModifierKeys.Shift, + AcceleratorModifiers = ModifierKeys.Control, Action = _ => { Task.Run(() => ServiceHelper.ChangeStatus(serviceResult, Action.Restart, _context.API)); @@ -96,7 +96,7 @@ namespace Microsoft.PowerToys.Run.Plugin.Service Glyph = "\xE8A7", FontFamily = "Segoe MDL2 Assets", AcceleratorKey = Key.O, - AcceleratorModifiers = ModifierKeys.Control | ModifierKeys.Shift, + AcceleratorModifiers = ModifierKeys.Control, Action = _ => { Task.Run(() => ServiceHelper.OpenServices()); diff --git a/src/modules/launcher/Plugins/Microsoft.PowerToys.Run.Plugin.Service/Properties/Resources.Designer.cs b/src/modules/launcher/Plugins/Microsoft.PowerToys.Run.Plugin.Service/Properties/Resources.Designer.cs index 5e44c1a68e..7d2c9e70cb 100644 --- a/src/modules/launcher/Plugins/Microsoft.PowerToys.Run.Plugin.Service/Properties/Resources.Designer.cs +++ b/src/modules/launcher/Plugins/Microsoft.PowerToys.Run.Plugin.Service/Properties/Resources.Designer.cs @@ -8,8 +8,10 @@ // //------------------------------------------------------------------------------ -namespace Microsoft.PowerToys.Run.Plugin.Service.Properties -{ +namespace Microsoft.PowerToys.Run.Plugin.Service.Properties { + using System; + + /// /// A strongly-typed resource class, for looking up localized strings, etc. /// @@ -68,7 +70,7 @@ namespace Microsoft.PowerToys.Run.Plugin.Service.Properties } /// - /// Looks up a localized string similar to Open services (Ctrl+Shift+O). + /// Looks up a localized string similar to Open services (Ctrl+O). /// internal static string wox_plugin_service_open_services { get { @@ -113,7 +115,7 @@ namespace Microsoft.PowerToys.Run.Plugin.Service.Properties } /// - /// Looks up a localized string similar to Restart (Ctrl+Shift+R). + /// Looks up a localized string similar to Restart (Ctrl+R). /// internal static string wox_plugin_service_restart { get { diff --git a/src/modules/launcher/Plugins/Microsoft.PowerToys.Run.Plugin.Service/Properties/Resources.resx b/src/modules/launcher/Plugins/Microsoft.PowerToys.Run.Plugin.Service/Properties/Resources.resx index c5b6d31c57..9839e38102 100644 --- a/src/modules/launcher/Plugins/Microsoft.PowerToys.Run.Plugin.Service/Properties/Resources.resx +++ b/src/modules/launcher/Plugins/Microsoft.PowerToys.Run.Plugin.Service/Properties/Resources.resx @@ -121,7 +121,7 @@ Continue - Open services (Ctrl+Shift+O) + Open services (Ctrl+O) Paused @@ -136,7 +136,7 @@ Service - Restart (Ctrl+Shift+R) + Restart (Ctrl+R) {0} has been restarted