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