summaryrefslogtreecommitdiff
path: root/keybinds.h
Commit message (Collapse)AuthorAgeFilesLines
* RestructureBossCode452024-10-011-59/+0
|
* feat: Made the bind modes workBossCode452023-08-151-1/+7
| | | | | Numlock still seems to mess with keybindings. Also switched from storing keybinds with KeySym to KeyCode
* feat: Added key chordingBossCode452023-06-281-2/+22
| | | | | | Probably a hacky mess but oh well. Key chords can be done by seperating binds in string with ` `. You can set the quit bind with `quitkey`, default mod+g. (Chords also exited when pressing unbound keys).
* Added a very basic config, and fixed some stuffBossCode452023-06-051-1/+2
| | | | NOTE: for some reason toggling doesn't work anymore
* 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