summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--core/app.vala1
1 files changed, 1 insertions, 0 deletions
diff --git a/core/app.vala b/core/app.vala
index 8b5a4b38..6e61e3be 100644
--- a/core/app.vala
+++ b/core/app.vala
@@ -152,6 +152,7 @@ namespace Midori {
action.activate.connect (win_new_activated);
add_action (action);
set_accels_for_action ("app.win-new", { "<Primary>n" });
+ set_accels_for_action ("app.win-incognito-new", { "<Primary><Shift>p", "<Primary><Shift>n" });
// Unset app menu if not handled by the shell
if (!Gtk.Settings.get_default ().gtk_shell_shows_app_menu){