~ubuntu-branches/ubuntu/lucid/overkill/lucid

« back to all changes in this revision

Viewing changes to doc/avi.txt

  • Committer: Bazaar Package Importer
  • Author(s): Eray Ozkural (exa)
  • Date: 2001-12-28 16:19:40 UTC
  • Revision ID: james.westby@ubuntu.com-20011228161940-icbnkftijfc57jd5
Tags: upstream-0.16
ImportĀ upstreamĀ versionĀ 0.16

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
User's manual for the avi program
 
2
---------------------------------
 
3
 
 
4
avi is an editor for *.avi files (Ascii VIdeo).
 
5
Start it as avi filename.avi. If filename.avi doesn't exist, empty avi
 
6
is created on the startup. If exists, the avi is loaded.
 
7
 
 
8
avi starts in command mode. press enter to switch between command and
 
9
drawing mode.
 
10
 
 
11
Drawing mode
 
12
------------
 
13
Pressing keys
 
14
`1234567890-=\qwertyuiop[]asdfghjkl;'zxcvbnm,./~!@#$%^
 
15
&*()_+|QWERTYUIOP{}ASDFGHJKL:"ZXCVBNM<>? and space draws appropriate
 
16
character under the cursor. Pressing arrows moves the cursor around.
 
17
Pressing enter switches into command mode. F1 toggles help window.
 
18
 
 
19
Command mode
 
20
------------
 
21
Enter switches into drawing mode. 0123456789abcdef changes the colour
 
22
under the cursor. Colour 0 means transparency. Changing colour to 0 and
 
23
then to a different colour preserver the char under the cursor.
 
24
 
 
25
F1 or h toggles help window
 
26
[ and ] copies the previous (next) position into the actual
 
27
+ and - increases / decreases actual position
 
28
, and . shifts the content of the actual position left (right).
 
29
q ends the editor and saves the avi into the file specified on the command
 
30
line.
 
31
'g' starts animation according to 's' field in the avi and the animation
 
32
must be stopped by pressing 'h' prior to further editation. The editation
 
33
continues at that position at which the animation has been stopped.
 
34
 
 
35
Arrows move the cursor around.
 
36
 
 
37
Hold key
 
38
--------
 
39
The <tab> key toggles hold mode. In hold mode you can draw/set attribute while
 
40
moving. While you move around with the arrow keys you automatically draw (set
 
41
attribute) the last drawn character (last color).
 
42
 
 
43
When <enter> is pressed, hold mode is turned off.