Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add xdotool type --aftermodifiers option #406

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Commits on Oct 15, 2022

  1. add xdotool type --aftermodifiers option

    This waits for the user to release any modifier keys that are currently held before starting to type. This allows avoiding race conditions when xdotool is called from a keyboard shortcut, and starts to type characters with the modifier still held. Currently the usual way to do so is with --clearmodifiers, but this introduces its own race conditions (see e.g. issue jordansissel#43) if the physical key is released while the typing is in progress.
    scgtrp committed Oct 15, 2022
    Configuration menu
    Copy the full SHA
    8337cf9 View commit details
    Browse the repository at this point in the history
  2. implement --aftermodifiers for all commands that accept --clearmodifi…

    …ers, and add it to the manpage
    scgtrp committed Oct 15, 2022
    Configuration menu
    Copy the full SHA
    b4db1bf View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2022

  1. Configuration menu
    Copy the full SHA
    0c569e0 View commit details
    Browse the repository at this point in the history