add support for shortcuts CTRL-/ (stop run) and CTRL-Q (quit) to most windows
This commit is contained in:
@ -32,6 +32,8 @@ public:
|
||||
void clear();
|
||||
|
||||
private slots:
|
||||
void quit();
|
||||
void stop_run();
|
||||
void movie();
|
||||
void first();
|
||||
void last();
|
||||
|
||||
Reference in New Issue
Block a user