1
0
mirror of https://github.com/tumic0/GPXSee.git synced 2025-07-24 07:34:22 +02:00

Added "copy coordinates to clipboard"

closes #291
This commit is contained in:
2020-11-13 20:15:17 +01:00
parent ed9ebfffac
commit b4d240d8fe
5 changed files with 35 additions and 3 deletions

View File

@ -8,6 +8,7 @@
#define PREV_KEY Qt::Key_Backspace
#define FIRST_KEY Qt::Key_Home
#define LAST_KEY Qt::Key_End
#define MODIFIER_KEY Qt::Key_Shift
#define MODIFIER Qt::ShiftModifier
#define ZOOM_IN Qt::Key_Plus
#define ZOOM_OUT Qt::Key_Minus