Make it possible to use enter in shortcuts
This commit is contained in:
@@ -62,6 +62,10 @@ class GlobalShortcutGrabber : public QDialog {
|
||||
void grabKeyboard();
|
||||
void releaseKeyboard();
|
||||
|
||||
private slots:
|
||||
void Accepted();
|
||||
void Rejected();
|
||||
|
||||
private:
|
||||
void UpdateText();
|
||||
void SetupMacEventHandler();
|
||||
|
||||
Reference in New Issue
Block a user