Improvements to the quick switcher (#109)
- Ghetto disambiguation for the quick switcher - Fix the Ctrl+K shortcut - Fix keyboard focus when the quick switcher is closed fixes #114
This commit is contained in:
parent
beda0db543
commit
13cb0521fa
6 changed files with 31 additions and 13 deletions
|
|
@ -79,6 +79,9 @@ signals:
|
|||
void startedTyping();
|
||||
void stoppedTyping();
|
||||
|
||||
protected:
|
||||
void focusInEvent(QFocusEvent *event);
|
||||
|
||||
private:
|
||||
void showUploadSpinner();
|
||||
QString parseEmoteCommand(const QString &cmd);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue