Documentation/devtools/maemo5/xnee
(→Links) |
|||
(One intermediate revision not shown) | |||
Line 1: | Line 1: | ||
+ | {{Devtools}} | ||
+ | |||
+ | |||
== Description == | == Description == | ||
Line 34: | Line 37: | ||
[cnee man page](/development/documentation/man_pages/cnee.html) | [cnee man page](/development/documentation/man_pages/cnee.html) | ||
+ | |||
+ | http://maemo.org/development/documentation/man_pages/cnee/ | ||
http://www.gnu.org/software/xnee/ | http://www.gnu.org/software/xnee/ | ||
http://www.linuxjournal.com/article/6660 | http://www.linuxjournal.com/article/6660 | ||
+ | |||
+ | http://talk.maemo.org/showpost.php?p=1198287&postcount=4 | ||
== See Also == | == See Also == | ||
Line 43: | Line 50: | ||
[[Documentation/devtools/maemo5/xresponse|xresponse]] | [[Documentation/devtools/maemo5/xresponse|xresponse]] | ||
- | |||
[[Category:Fremantle]] | [[Category:Fremantle]] |
Latest revision as of 12:33, 9 September 2012
This article documents a developer tool. A list of available devtools is available, together with installation instructions. |
Contents |
[edit] Description
Xnee is a suite of programs that can record, replay and distribute user actions (X events) under the X11 environment. It can be used for example for test automation.
Xnee installs two programs; cnee and gnee. cnee is the command line utility and gnee is the graphical user interface to cnee.
Limitation: Xnee does not support the XInput extension used for thumb interaction.
[edit] Packages
source: xnee
binary: xnee
[edit] Usage Examples
Record mouse events:
# cnee --record --mouse --events-to-record 100 -o mouse_rec.xnl
Do some actions with the stylus and press control-C once you're done, or continue using the stylus until 100 events are reached at which point cnee will exit.
To replay back what you just recorded:
# cnee --replay --file mouse_rec.xnl&
[edit] Links
[cnee man page](/development/documentation/man_pages/cnee.html)
http://maemo.org/development/documentation/man_pages/cnee/
http://www.gnu.org/software/xnee/
http://www.linuxjournal.com/article/6660
http://talk.maemo.org/showpost.php?p=1198287&postcount=4
[edit] See Also
- This page was last modified on 9 September 2012, at 12:33.
- This page has been accessed 8,514 times.