I use the xdotool with the following script to simulate super+space in screen 0:
# find root in screen 0 xdotool search --maxdepth 0 --screen 0 "" windowfocus || exit 1 # pause, otherwise keys would be lost! sleep 0.25 # send super+space xdotool key --clearmodifiers super+space -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/343575 Title: DO classic popup only show on Default Display To manage notifications about this bug go to: https://bugs.launchpad.net/do/+bug/343575/+subscriptions -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
