Skip to content

Commit c0502ef

Browse files
committed
Add Ctrl+Alt+P keybinding for Open PRT File
Bind opm-flow.openPrtFile to Ctrl+Alt+P (Cmd+Alt+P on Mac), active only when an OPM Flow editor is focused, so the print file is reachable without leaving the keyboard.
1 parent d16237f commit c0502ef

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

vscode-extension/package.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -170,6 +170,12 @@
170170
"key": "ctrl+/",
171171
"mac": "cmd+/",
172172
"when": "editorTextFocus && !editorReadonly && editorLangId == opm-flow"
173+
},
174+
{
175+
"command": "opm-flow.openPrtFile",
176+
"key": "ctrl+alt+p",
177+
"mac": "cmd+alt+p",
178+
"when": "editorLangId == opm-flow"
173179
}
174180
],
175181
"configuration": {

0 commit comments

Comments
 (0)