| Commit message (Collapse) | Author | Age | Files | Lines |
| | |
|
| |
|
|
|
| |
Still need to add a program that uses the IPC, this potentially
requires restructuring the files
|
| |
|
|
|
| |
Numlock still seems to mess with keybindings.
Also switched from storing keybinds with KeySym to KeyCode
|
| | |
|
| |
|
|
| |
Now supports quotes properly, and uses \ to escape characters
|
| |
|
|
| |
The command arguements now handle errors.
|
| |
|
|
| |
NOTE: for some reason toggling doesn't work anymore
|
| |
|
|
|
|
|
| |
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.
|
| |
|
|
|
|
| |
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.
|
| |
|
|
|
| |
Also made it easier to add commands by making the ~addCommand~
function accept a vector for ~argTypes~ and then convert it.
|
| |
|
|
| |
Note: the config file reloading keybinds isn't quite working, though, need to ungrab the keys
|
|
|
args and added in the new files, still many errors
|