Paul Axe
Paul Axe
I have this part of code, which implements key chains, in my config now. Maybe i'll will help. ``` @wm.on_key("Alt+o") def prefix(): def handler(is_press, state, code): if is_press: if wm.keycode("p")...
Btw, i think to forget to add to commit one thing. Not sure how it should work, but moveresize must not to consider viewport size, because get_window_geometry doesn't. Now if...
Do you have any ideas how can I debug this issue in order to find the root cause?