Skip to content

Commit

Permalink
馃敡馃敟 Remove default hotkeys
Browse files Browse the repository at this point in the history
  • Loading branch information
ebullient committed Mar 19, 2024
1 parent 2ddda78 commit 6fd67a9
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/advancedSlides-Plugin.ts
Original file line number Diff line number Diff line change
Expand Up @@ -73,14 +73,12 @@ export class AdvancedSlidesPlugin extends Plugin {
this.addCommand({
id: 'open-slides-extended-preview',
name: 'Show Slide Preview',
hotkeys: [{ modifiers: ['Mod', 'Shift'], key: 'E' }],
callback: async () => this.toggleView(),
});

this.addCommand({
id: 'reload-slides-extended-preview',
name: 'Reload Slide Preview',
hotkeys: [{ modifiers: ['Mod', 'Shift'], key: 'R' }],
callback: () => {
const instance = this.getViewInstance();
if (!instance) {
Expand Down

0 comments on commit 6fd67a9

Please sign in to comment.