mirror of
https://github.com/YACReader/yacreader
synced 2025-07-29 02:15:07 -04:00
added shortcuts management support
TODO: integrate it in YACReader TODO: add icons for groups TODO: add conflicts detection TODO: fix any shortcut used in keyPressEvent TODO: choose new default shortcuts (F5 update, F11 fullscreen, etc...)
This commit is contained in:
@ -12,6 +12,8 @@ class OptionsDialog : public YACReaderOptionsDialog
|
||||
Q_OBJECT
|
||||
public:
|
||||
OptionsDialog(QWidget * parent = 0);
|
||||
signals:
|
||||
void editShortcuts();
|
||||
};
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user