-
```
If I run 'xdotool selectwindow' and click on the currently focussed urxvt
window, it returns 83892796. However 'xdotool getwindowfocus' and 'xdotool
getactivewindow' both return 81788939, as do…
-
```
I have 2 profiles keyboard profile - for default keyboard profile
(.Xmodmap-default) and laptop modified (.Xmodmap-laptop-layout).
I switch between them manually if necessary.
First I do:
```
xm…
-
```
I have 2 profiles keyboard profile - for default keyboard profile
(.Xmodmap-default) and laptop modified (.Xmodmap-laptop-layout).
I switch between them manually if necessary.
First I do:
```
xm…
-
```
What steps will reproduce the problem?
1. Run `xdotool type 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`.
What is the expected output?
ABCDEFGHIJKLMNOPQRSTUVWXYZ is effectively entered in the terminal.
What d…
-
```
If I run 'xdotool selectwindow' and click on the currently focussed urxvt
window, it returns 83892796. However 'xdotool getwindowfocus' and 'xdotool
getactivewindow' both return 81788939, as do…
-
With xbindkeys set as a Startup Application, the display of Plank and the top panel at the beginning of a new session, after reboot or logging out, is delayed by 45-60 seconds, occasionally much long…
-
I try to change slides, but commands are duplicate as follows:
> COMMAND RECEIVED [left]
['xdotool', 'key', 'Left']
['xdotool', 'key', 'Left']
COMMAND RECEIVED [right]
['xdotool', 'key', 'Right…
-
xdotool is unmaintained and doesn't work with XWayland on Wayland as per @bboozzoo
Suggestion was to investigate xdo instead: https://github.com/baskerville/xdo
-
I have ctrl:swapcaps in my xkb options, and am trying to simulate pressing `Ctrl+[`.
I've tried this with `xdotool key Caps_Lock+bracketleft` as well as `xdotool key Control_L+bracketleft`. It work…
-
```
teapot earnest %i earnest ~ print "Spaß" | xdotool type --clearmodifiers --file -
Spas
teapot earnest %i earnest ~ Spas
```
```
carnager@caprica ~ > printf "Spaß" | xdotool type --clearmodifiers …