Skip to content

Commit

Permalink
[PQShortcuts] make right button default for context menu on new installs
Browse files Browse the repository at this point in the history
  • Loading branch information
luspi committed Jun 14, 2021
1 parent cd3610c commit 79e6d44
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cplusplus/settings/shortcuts.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ void PQShortcuts::setDefault() {
shortcuts["__quickNavigation"] = QStringList() << "Ctrl+N";
shortcuts["__close"] = QStringList() << "Escape" << "Right Button+SES";
shortcuts["__quit"] = QStringList() << "Q" << "Ctrl+Q";
shortcuts["__contextMenu"] = QStringList() << "Right Button";

shortcuts["__zoomIn"] = QStringList() << "+" << "=" << "Keypad++" << "Ctrl++" << "Ctrl+=" << "Ctrl+Wheel Up" << "Wheel Up";
shortcuts["__zoomOut"] = QStringList() << "-" << "Keypad+-" << "Ctrl+-" << "Ctrl+Wheel Down" << "Wheel Down";
Expand Down

0 comments on commit 79e6d44

Please sign in to comment.