update shortcut keys for parse query (#22896)

This commit is contained in:
Alan Ren
2023-04-28 14:45:28 -07:00
committed by GitHub
parent 15d26b7f9a
commit 468b3e4f06

View File

@@ -201,7 +201,7 @@ actionRegistry.registerWorkbenchAction(
ParseSyntaxAction,
ParseSyntaxCommandId,
ParseSyntaxAction.LABEL,
{ primary: KeyMod.CtrlCmd | KeyMod.Alt | KeyCode.KeyP }
{ primary: KeyMod.Shift | KeyMod.Alt | KeyCode.KeyP }
),
ParseSyntaxAction.LABEL
);