mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-07 19:57:07 +02:00
improved shortcuts for service plugin (#9220)
This commit is contained in:
committed by
GitHub
parent
c8e43cb77d
commit
eed89eff45
@@ -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());
|
||||
|
||||
Reference in New Issue
Block a user