Added moveoutofgroup dispatcher

This commit is contained in:
vaxerski
2023-02-26 13:55:35 +00:00
parent 55b412e0f4
commit 18ed73f091
2 changed files with 19 additions and 0 deletions

View File

@@ -137,6 +137,7 @@ class CKeybindManager {
static void bringActiveToTop(std::string);
static void lockGroups(std::string);
static void moveIntoGroup(std::string);
static void moveOutOfGroup(std::string);
friend class CCompositor;
friend class CInputManager;