summaryrefslogtreecommitdiff
path: root/commands.h
Commit message (Collapse)AuthorAgeFilesLines
* feat: Keybind updatesBossCode452023-06-031-2/+0
| | | | | | | 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.
* Added support for commands without a moduleBossCode452023-05-311-29/+44
| | | | | Also made it easier to add commands by making the ~addCommand~ function accept a vector for ~argTypes~ and then convert it.
* feat: Made keybinds work (I hope)BossCode452023-05-261-1/+1
| | | | Note: the config file reloading keybinds isn't quite working, though, need to ungrab the keys
* in-progress: Config refactor started, changed all existing keybind command ↵BossCode452023-05-241-0/+73
args and added in the new files, still many errors