summaryrefslogtreecommitdiff
path: root/keybinds.h
Commit message (Collapse)AuthorAgeFilesLines
* feat: Keybind updatesBossCode452023-06-031-1/+4
| | | | | | | 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.
* IT WORKS!!!!!!BossCode452023-06-011-6/+4
| | | | | | The new config commands system works, finally able to run this as a test and it works!!!!!. Still more to be done but at least it works.
* feat: Made keybinds work (I hope)BossCode452023-05-261-11/+23
| | | | 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/+19
args and added in the new files, still many errors