Implement CTRL+1 to CTRL+9 hotkeys for switching tabs

Progress on #21
This commit is contained in:
Rasmus Karlsson
2018-01-06 20:27:26 +01:00
parent 8aa459d826
commit b8e268f969
4 changed files with 29 additions and 9 deletions
+1
View File
@@ -29,6 +29,7 @@ public:
void removePage(SplitContainer *page);
void select(SplitContainer *page);
void selectIndex(unsigned index);
SplitContainer *getSelectedPage() const
{