mirror of
https://github.com/hyprwm/Hyprland
synced 2024-11-09 15:06:01 +01:00
cyclenext
This commit is contained in:
parent
c6953329d5
commit
90a859af27
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@ CKeybindManager::CKeybindManager() {
|
|||
m_mDispatchers["togglespecialworkspace"] = toggleSpecialWorkspace;
|
||||
m_mDispatchers["forcerendererreload"] = forceRendererReload;
|
||||
m_mDispatchers["resizeactive"] = resizeActive;
|
||||
m_mDispatchers["circlenext"] = circleNext;
|
||||
m_mDispatchers["cyclenext"] = circleNext;
|
||||
}
|
||||
|
||||
void CKeybindManager::addKeybind(SKeybind kb) {
|
||||
|
|
Loading…
Reference in a new issue