Skip to content

Commit

Permalink
Merge pull request #1801 from quadratichq/ayush/code_cell_shortcut
Browse files Browse the repository at this point in the history
fix: add Shift+/ shortcut for show code cell menu
  • Loading branch information
davidkircos committed Aug 27, 2024
2 parents 908b665 + 3726535 commit 188db6b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions quadratic-client/src/app/keyboard/defaults.ts
Original file line number Diff line number Diff line change
Expand Up @@ -420,8 +420,8 @@ export const defaultShortcuts: Shortcuts = [
{
action: 'show_cell_type_menu',
shortcuts: {
mac: ['/'],
windows: ['/'],
mac: ['/', 'Shift + /'],
windows: ['/', 'Shift + /'],
},
},

Expand Down

0 comments on commit 188db6b

Please sign in to comment.