focusCurrentOrLast dispatcher (#1545)

This commit is contained in:
nub 2023-02-14 06:16:58 +05:30 committed by GitHub
parent 6b7e409f05
commit 98c95aa34d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 37 additions and 0 deletions

View file

@ -98,6 +98,7 @@ class CKeybindManager {
static void moveActiveToWorkspaceSilent(std::string);
static void moveFocusTo(std::string);
static void focusUrgentOrLast(std::string);
static void focusCurrentOrLast(std::string);
static void centerWindow(std::string);
static void moveActiveTo(std::string);
static void toggleGroup(std::string);