programmatically send keybinging to i3
Hey,
is it possible to artificially send specific keybinding to i3 so it executes the proper command? I couldn't find any sufficient command in protocol specification. I also tried sending XLib keyboard event using XSendEvent to the root window but it does nothing (or maybe I'm doing something wrong).
Thanks!
Edit: What I want to do is catch Mod key before Virtualbox guest does that and pass it to i3.
Could you update the question so that you are asking for what you want to know?
Think your question has been answered before: https://faq.i3wm.org/question/1656/how-can-i-pass-meta-key-presses-to-a-nested-instance-of-i3/
Actually I want to achieve the opposite - I want to catch windows key before virtualbox guest and use it with i3.