Add transparent overlay window (#4746)
This commit is contained in:
@@ -403,6 +403,12 @@ void HotkeyController::addDefaults(std::set<QString> &addedHotkeys)
|
||||
this->tryAddDefault(addedHotkeys, HotkeyCategory::Split,
|
||||
QKeySequence("F10"), "debug",
|
||||
std::vector<QString>(), "open debug popup");
|
||||
this->tryAddDefault(addedHotkeys, HotkeyCategory::Split,
|
||||
QKeySequence("Ctrl+Alt+N"), "popupOverlay", {},
|
||||
"open overlay");
|
||||
this->tryAddDefault(
|
||||
addedHotkeys, HotkeyCategory::Split, QKeySequence("Ctrl+Shift+U"),
|
||||
"toggleOverlayInertia", {"all"}, "toggle overlay click-through");
|
||||
}
|
||||
|
||||
// split input
|
||||
|
||||
Reference in New Issue
Block a user