Skip to content

Commit

Permalink
Fix keyboard shortcut.
Browse files Browse the repository at this point in the history
  • Loading branch information
reitermarkus authored Jun 5, 2024
1 parent 6c0aa67 commit 6281577
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/tasks/vscode.rake
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ task :vscode => [:'brew:casks_and_formulae', :rust] do
'when' => 'textInputFocus',
},
{
'key' => 'ctrl+numpad0',
'key' => 'ctrl+0',
'command' => 'editor.action.fontZoomReset',
'when' => 'textInputFocus',
},
Expand All @@ -124,7 +124,7 @@ task :vscode => [:'brew:casks_and_formulae', :rust] do
'when' => 'terminalFocus',
},
{
'key' => 'ctrl+numpad0',
'key' => 'ctrl+0',
'command' => 'workbench.action.terminal.fontZoomReset',
'when' => 'terminalFocus',
},
Expand Down

0 comments on commit 6281577

Please sign in to comment.