Skip to content

Instantly share code, notes, and snippets.

@yanyongyu
Last active January 29, 2023 02:46
Show Gist options
  • Save yanyongyu/927e6ffc80583a7205f44ddffc2b40a5 to your computer and use it in GitHub Desktop.
Save yanyongyu/927e6ffc80583a7205f44ddffc2b40a5 to your computer and use it in GitHub Desktop.
Send Ctrl-Alt-Z to Tim in deepin wine
#!/bin/sh
# xdotool key --window $(xdotool search --limit 1 --pid $(pgrep TIM.exe) "TIM") "ctrl+alt+Z"
/opt/deepinwine/tools/sendkeys.sh Z TIM 4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment