patch remarks

This commit is contained in:
Denis Angell
2025-04-23 16:01:08 +02:00
parent 4221dcf568
commit 8a1f84c1bd

View File

@@ -396,6 +396,8 @@ private:
return "SetRegularKey";
if (inp == "HookSet")
return "SetHook";
if (inp == "RemarksSet")
return "SetRemarks";
return inp;
};