From e9cc5756dbb0a2d079a7b5e3438d79945f819df5 Mon Sep 17 00:00:00 2001 From: BossCode45 Date: Sat, 3 Jun 2023 21:30:05 +1200 Subject: feat: Keybind updates Re added the ability to swap super and mod as a config parameter (the ~swapmods~) command). Finally fixed keybinds sometimes not working because of numlock, bitwise & with the modifiers I actually care about. --- commands.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'commands.h') diff --git a/commands.h b/commands.h index 92801bd..d7f2351 100644 --- a/commands.h +++ b/commands.h @@ -51,8 +51,6 @@ private: std::vector commandList; std::vector splitCommand(std::string command); CommandArg* getCommandArgs(std::vector& args, const CommandArgType* argTypes, const int argc); - const void printHello(const CommandArg* argv); - const void echo(const CommandArg* argv); public: CommandsModule(); ~CommandsModule(); -- cgit v1.2.3