mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-04-16 14:17:12 +02:00
chore: revert remove shortcuts
This commit is contained in:
parent
6f754bef8c
commit
0979ab0b5f
1 changed files with 2 additions and 0 deletions
|
@ -374,9 +374,11 @@ bool Manager::readCustomFile() {
|
|||
void Manager::fillDefaults() {
|
||||
const auto ctrl = Platform::IsMac() ? u"meta"_q : u"ctrl"_q;
|
||||
|
||||
set(u"ctrl+w"_q, Command::Close);
|
||||
set(u"ctrl+f4"_q, Command::Close);
|
||||
set(u"ctrl+l"_q, Command::Lock);
|
||||
set(u"ctrl+m"_q, Command::Minimize);
|
||||
set(u"ctrl+q"_q, Command::Quit);
|
||||
|
||||
set(u"media play"_q, Command::MediaPlay);
|
||||
set(u"media pause"_q, Command::MediaPause);
|
||||
|
|
Loading…
Add table
Reference in a new issue