Documentation/devtools/maemo5/xnee
(devtools template) |
|||
Line 1: | Line 1: | ||
+ | {{Devtools}} | ||
+ | |||
+ | |||
== Description == | == Description == | ||
Line 43: | Line 46: | ||
[[Documentation/devtools/maemo5/xresponse|xresponse]] | [[Documentation/devtools/maemo5/xresponse|xresponse]] | ||
- | |||
[[Category:Fremantle]] | [[Category:Fremantle]] |
Revision as of 15:27, 11 March 2010
This article documents a developer tool. A list of available devtools is available, together with installation instructions. |
Contents |
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.
Packages
source: xnee
binary: xnee
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&
Links
[cnee man page](/development/documentation/man_pages/cnee.html)
http://www.gnu.org/software/xnee/
http://www.linuxjournal.com/article/6660