Skip to content

Commit

Permalink
KeyboardShortcuts: Add Shift modifier for Backspace alias
Browse files Browse the repository at this point in the history
  • Loading branch information
yogeshbhutkar committed Dec 20, 2024
1 parent f97f17f commit 8526e3d
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ function KeyboardShortcutsRegister() {
},
aliases: [
{
modifier: 'shift',
character: 'backspace',
},
],
Expand Down

0 comments on commit 8526e3d

Please sign in to comment.