Chase hyprland
This commit is contained in:
4
main.cpp
4
main.cpp
@@ -40,10 +40,10 @@ void easymotionActionDispatch(std::string args)
|
||||
void addEasyMotionKeybinds()
|
||||
{
|
||||
|
||||
g_pKeybindManager->addKeybind(SKeybind{"escape", {}, 0, 0, 0, {}, "easymotionexit", "", 0, "__easymotionsubmap__", 0, 0, 0, 0, 0, 0, 0});
|
||||
g_pKeybindManager->addKeybind(SKeybind{"escape", {}, 0, 0, 0, {}, "easymotionexit", "", 0, "__easymotionsubmap__", "", 0, 0, 0, 0, 0, 0, 0, 0});
|
||||
|
||||
//catchall
|
||||
g_pKeybindManager->addKeybind(SKeybind{"", {}, 0, 1, 0, {}, "", "", 0, "__easymotionsubmap__", 0, 0, 0, 0, 0, 0, 0});
|
||||
g_pKeybindManager->addKeybind(SKeybind{"", {}, 0, 1, 0, {}, "", "", 0, "__easymotionsubmap__", "", 0, 0, 0, 0, 0, 0, 0, 0});
|
||||
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user