Skip to content

Commit

Permalink
Change disable keybind
Browse files Browse the repository at this point in the history
Closes #282
  • Loading branch information
ajayyy committed Sep 2, 2024
1 parent 808f36b commit d0b6da7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/config/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ const syncDefaults = {
lastIncognitoStatus: false,
showActivatedMessage: false,
openMenuKey: { key: "d", shift: true },
enableExtensionKey: { key: "e", shift: true }
enableExtensionKey: { key: "e", ctrl: true }
};

const localDefaults = {
Expand Down

0 comments on commit d0b6da7

Please sign in to comment.