summaryrefslogtreecommitdiffhomepage
path: root/gui/ui.h
diff options
context:
space:
mode:
authorStanislaw Halik <sthalik@misaki.pl>2016-04-29 09:21:10 +0200
committerStanislaw Halik <sthalik@misaki.pl>2016-04-29 09:21:23 +0200
commit3a7011ff73cce39ecacb4c5651c1a2dbda8eb10e (patch)
tree84d21d48998aaacbad9cb27b7e5edf29b0dd1396 /gui/ui.h
parent69cc802722c8264c0fd8b138a298d4820c11f1d8 (diff)
api, main: implement new keybindings
The following keybindings are now implemented: - restart tracking. if not started, starts. - toggle (keep position) while key held - zero (keep zero) while key held The latter two options only work for Windows as libqxt doesn't support them. Closes #291
Diffstat (limited to 'gui/ui.h')
-rwxr-xr-x[-rw-r--r--]gui/ui.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/gui/ui.h b/gui/ui.h
index 6dbcf962..9adb69a2 100644..100755
--- a/gui/ui.h
+++ b/gui/ui.h
@@ -111,7 +111,8 @@ signals:
void emit_start_tracker();
void emit_stop_tracker();
void emit_toggle_tracker();
-
+ void emit_restart_tracker();
+
void emit_minimized(bool);
public:
MainWindow();