Currently our mod keys options are the normal ctrl/alt/gui/shift as well as meh/hyper. However if I want to have a button to hold on 2 keys (alt+gui for example) I don't know if there is a way for that.
I know there is a way to do LALT(LGUI(key)) but my use case is: on my mac I need to hold alt+gui then press left/right/up/down to snap the window to the part of the screen, instead of having 4 keys for it, I am hoping there will be a way to dedicate a button to alt+gui then I can press the arrows easily.
You can wrap around KC_NO using those mod wrappers, e.g.:
LALT(LGUI(KC_NO))
it works, thanks for the workaround!
Most helpful comment
You can wrap around
KC_NOusing those mod wrappers, e.g.:LALT(LGUI(KC_NO))