Not OP, but I have a similar hotkey. I use Todoist as my capture system and mapped Alt+Super+o the following script (is there a way to embed code in comments?):
wmctrl -x -a “Todoist”
xdotool keyup Alt Super o
xdotool type—clearmodifiers—delay=3 q
Script performs: select Todoist window, lift hotkeys, wait tiny amount of time, press q (q is the hotkey to add a task for Todoist).
Not OP, but I have a similar hotkey. I use Todoist as my capture system and mapped Alt+Super+o the following script (is there a way to embed code in comments?):
Script performs: select Todoist window, lift hotkeys, wait tiny amount of time, press q (q is the hotkey to add a task for Todoist).