Skip to content

exwm-input--fake-key not working on wine applications #187

@QiangF

Description

@QiangF

For applications in wine (www.winehq.org), even xdotool won't work if the window is not under focus, for example run this in a terminal:

 xdotool key --window wine-app-window-id --clearmodifiers Shift+Insert

But if add a sleep before, and immediately switch to the app after the command works:

 sleep 2 ; xdotool key --window wine-app-window-id --clearmodifiers Shift+Insert

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions