Move CTRL+T hotkey handling to Notebook
CTRL+T Can now be called anywhere in the window
This commit is contained in:
@@ -58,9 +58,6 @@ Split::Split(SplitContainer *parent)
|
||||
this->vbox.addWidget(&this->input);
|
||||
|
||||
// Initialize chat widget-wide hotkeys
|
||||
// CTRL+T: Create new split (Add page)
|
||||
CreateShortcut(this, "CTRL+T", &Split::doAddSplit);
|
||||
|
||||
// CTRL+W: Close Split
|
||||
CreateShortcut(this, "CTRL+W", &Split::doCloseSplit);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user