Added movefocus dispatcher
This commit is contained in:
parent
7449a0c44c
commit
3d5e2c1dc3
5 changed files with 88 additions and 0 deletions
|
|
@ -31,6 +31,7 @@ private:
|
|||
void changeworkspace(std::string);
|
||||
void fullscreenActive(std::string);
|
||||
void moveActiveToWorkspace(std::string);
|
||||
void moveFocusTo(std::string);
|
||||
};
|
||||
|
||||
inline std::unique_ptr<CKeybindManager> g_pKeybindManager;
|
||||
Loading…
Add table
Add a link
Reference in a new issue