1
0
mirror of https://github.com/tumic0/GPXSee.git synced 2024-10-06 23:03:22 +02:00
GPXSee/src/keys.h

11 lines
249 B
C
Raw Normal View History

2015-10-05 01:43:48 +02:00
#ifndef KEYS_H
#define KEYS_H
#define NEXT_KEY Qt::Key_Space
#define PREV_KEY Qt::Key_Backspace
2015-12-18 22:21:11 +01:00
#define FIRST_KEY Qt::Key_Home
#define LAST_KEY Qt::Key_End
2015-10-20 22:18:41 +02:00
#define MODIFIER Qt::ShiftModifier
2015-10-05 01:43:48 +02:00
#endif // KEYS_H