Fake keyboard/mouse input
http://www.semicomplete.com/projects/xdotool/
This tool lets you programatically (or manually) simulate keyboard input and mouse activity, move and resize windows, etc. It does this using X11's XTEST extension and other Xlib functions.
- Developed at X11:Utilities
- Sources inherited from project openSUSE:Factory
-
2
derived packages
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout openSUSE:Backports:SLE-15-SP4:FactoryCandidates/xdotool && cd $_
- Create Badge
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
_service | 0000001272 1.24 KB | |
xdotool-2.2012+git.20130201.65cb0b1.tar.bz2 | 0000087873 85.8 KB | |
xdotool.changes | 0000003028 2.96 KB | |
xdotool.spec | 0000002566 2.51 KB |
Revision 5 (latest revision is 12)
Stephan Kulow (coolo)
accepted
request 158787
from
Ismail Dönmez (namtrac)
(revision 5)
- update to github master @ e0a3e8fb + don't try to access xdo until after we verify it's not null. (#18, reported by zarelit) + mark swedish and danish symbol typing as known-broken, allow skipping them by setting $SKIP_KNOWN_BROKEN_TESTS + provide a way to override which specific test combinations are run + create a way to build xdotool without setting rpath (see e.g. https://wiki.debian.org/RpathIssue) + include the CPPFLAGS variable for C preprocessor flags + Avoid unnecessary double linking + bump major version due to API overhaul (including function name normalization) + constify display argument in xdo_new() since it will not be modified. + allow xdo_free(NULL) without segfaults - add disabled source service and update to github master @ 118979c5 + Don't translate a window's location if its parent is the root. + Fixed merge conflict + Fixed an error in xdo_get_window_property + Merge miss + Unified naming convention for all functions of the API + Changed the behaviour of xdo_get_window_property + Remove xdo_version.h when cleaning + Removed all signed/unsigned conflicts + Changed XKeycodeToKeysym to XkbKeycodeToKeysym to get rid of compilation warnings + Changed name on xdo_getwinprop() to xdo_window_get_property() + Fixed some minor compilation warnings + Replaced xdo_get_active_modifiers with xdo_active_keys_to_keycode_list + Fix another C++ reserved word issue. Reported in http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=663007 + add '--file' argument for the type command + don't emit 'findclient' messages + Hack linker rpath to solve problem of /usr/local/lib (or elsewhere) not being in the run-time linker path (see ldd, etc). + abort if we're using a shell that probably won't work + fix librt linking on GNU Hurd
Comments 0