

Thanks, unfortunately ydotool has removed their sleep command stating ‘this should be your shell’s job’. I tried using the standard shell sleep command and used the semicolon to chain commands. Maybe thats not how to use the command field of the custom shortcut.









This worked for me:
bash -c "sleep 2 && ydotool type abcde12345"Thank you! I couldn’t find any good instructions for the Command field of custom keyboard shortcuts.