Skip to content

Commit

Permalink
Change default preferences shortcut to something more appropriate
Browse files Browse the repository at this point in the history
  • Loading branch information
jleclanche committed Nov 6, 2014
1 parent a0191e3 commit 27745c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/shortcutmanager.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
const QString DEF_SHORTCUT_NEW = "Ctrl+N";
const QString DEF_SHORTCUT_SAVE = "Ctrl+S";
const QString DEF_SHORTCUT_COPY = "Ctrl+C";
const QString DEF_SHORTCUT_OPT = "Ctrl+O";
const QString DEF_SHORTCUT_OPT = "Ctrl+P";
const QString DEF_SHORTCUT_HELP = "F1";
const QString DEF_SHORTCUT_CLOSE = "Esc";
const QString DEF_SHORTCUT_FULL = "";
Expand Down

0 comments on commit 27745c7

Please sign in to comment.