chore: revert remove shortcuts

This commit is contained in:
AlexeyZavar 2024-08-19 00:13:22 +03:00
parent 6f754bef8c
commit 0979ab0b5f

View file

@ -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);