Skip to content

Commit

Permalink
Change open folder shortcut from Ctrl+O to Ctrl+Shift+O
Browse files Browse the repository at this point in the history
  • Loading branch information
heliguy4599 committed Dec 21, 2024
1 parent 7269861 commit 96fafe0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ export const IgnitionApplication = GObject.registerClass(
});
});
this.add_action(open_folder_action);
this.set_accels_for_action('app.open-folder', ['<primary>o']);
this.set_accels_for_action('app.open-folder', ['<primary><shift>o']);

const show_about_action = new Gio.SimpleAction({name: 'about'});
show_about_action.connect('activate', action => {
Expand Down

0 comments on commit 96fafe0

Please sign in to comment.