Move CTRL+T hotkey handling to Notebook

CTRL+T Can now be called anywhere in the window
This commit is contained in:
Rasmus Karlsson
2018-04-07 12:27:08 +02:00
parent 84c577c0dc
commit 179cd5552d
3 changed files with 12 additions and 4 deletions
-3
View File
@@ -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);