diff options
| author | marco giusti <marco.giusti@gmail.com> | 2011-12-06 00:34:26 +0100 |
|---|---|---|
| committer | marco giusti <marco.giusti@gmail.com> | 2011-12-06 00:34:26 +0100 |
| commit | aec2740cc698b5b8c7e59cdcd7ab3a05d12716f9 (patch) | |
| tree | a198d3f9194fd6bba18b25dabdc692ff51574c6c /docs/tutorial/input.py.xdotool | |
| parent | f0f72e2f606b8b3a5189c4d5e637a543708cd07c (diff) | |
| download | urwid-aec2740cc698b5b8c7e59cdcd7ab3a05d12716f9.tar.gz | |
Add screenshots.sh and compile_pngs.sh
Substitute old images with the new ones generated by the new scripts
--HG--
branch : feature-sphinx
Diffstat (limited to 'docs/tutorial/input.py.xdotool')
| -rw-r--r-- | docs/tutorial/input.py.xdotool | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/tutorial/input.py.xdotool b/docs/tutorial/input.py.xdotool new file mode 100644 index 0000000..6ce6386 --- /dev/null +++ b/docs/tutorial/input.py.xdotool @@ -0,0 +1,5 @@ +windowsize --usehints $RXVTWINDOWID 12 3 +key --window $RXVTWINDOWID Return +key --window $RXVTWINDOWID N +key --window $RXVTWINDOWID O +key --window $RXVTWINDOWID P |
