Page MenuHomeSolus

Update xdotool to 3.20210903.1
ClosedPublic

Authored by Staudey on Oct 5 2021, 6:18 PM.
Tags
None
Referenced Files
F11071008: D11979.id.diff
Sat, Aug 12, 1:00 AM
F11071007: D11979.id30509.diff
Sat, Aug 12, 1:00 AM
F11071006: D11979.id29132.diff
Sat, Aug 12, 1:00 AM
F11052829: D11979.diff
Thu, Aug 10, 10:11 PM
F10895799: D11979.id.diff
Jul 1 2023, 7:31 PM
F10889593: D11979.diff
Jun 28 2023, 12:50 AM
F10801527: D11979.id30509.diff
May 29 2023, 2:32 AM
F10801488: D11979.id29133.diff
May 29 2023, 2:20 AM
Subscribers

Details

Summary

Update xdotool to 3.20210903.1

Changes:

  • New command windowstate which can be used to modify properties of windows
  • New command windowquit which is used to ask the windowed application to terminate
  • New command getwindowclassname to print the window's class name
  • When sending keystrokes, enter and return now are synonyms for the Return key symbol
  • getmouselocation now updates the window stack with the window the cursor is currently over
  • search command now supports searching by window role with --role flag
  • search command should now no longer report BadWindow errors
  • get_window_location now reports correct value
  • Uppercase Latin-1/Basic Latin are now typed correctly
  • Use the default X11 Screen instead of assuming 0
  • Wrap header files with extern "C" to enable easier C++ use of libxdo
  • nstall pkgconfig file when running make install
  • Fix memory leaks
  • Fix all compiler warnings
Test Plan
  • Moved my mouse cursor around with mousemove command, and got location with getmouselocation
  • Confirmed keepass auto-type, Budgie Lock Key Indicator applet and trop still work as before

Diff Detail

Repository
R3219 xdotool
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

You have to fix man path to /usr/share/man/man1/xdotool.1

This revision is now accepted and ready to land.Dec 25 2021, 8:45 AM
This revision was automatically updated to reflect the committed changes.