Added moveCursor dispatcher (#2100)
* Added moveCursor dispatcher * fix error message for moveCursor
This commit is contained in:
parent
97b0368765
commit
fbcbe947da
2 changed files with 30 additions and 0 deletions
|
|
@ -115,6 +115,7 @@ class CKeybindManager {
|
|||
static void focusMonitor(std::string);
|
||||
static void toggleSplit(std::string);
|
||||
static void moveCursorToCorner(std::string);
|
||||
static void moveCursor(std::string);
|
||||
static void workspaceOpt(std::string);
|
||||
static void renameWorkspace(std::string);
|
||||
static void exitHyprland(std::string);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue