Added a little detail.
[uzbl-mobile] / README
1 Control:
2   - FIFO opened in /tmp/uzbl_pid
3   - Commands are as follows:
4        f - forward
5        b - back
6        r - refresh
7        s - stop
8        z+ - zoom in
9        z- - zoom out
10   - If a command is appended with a number, run it that many times (eg: z+10 would zoom in 10 times).
11   - Press ESC to toggle the mode line.
12   - Press enter after typing a command in the mode line to use it.
13
14 Bugs:
15   - Segfault occurs on shutdown, almost definitely FIFO related (I'm not seeing this bug now, but the warning was here when I forked the code and I haven't touched the FIFO bit)
16   - Segfaults when using zoom commands (happens when max zoom already reached?).
17
18 Notes:
19   - I push the code most times I save any changes, regardless of whether it actually compiles or not. Thus, the code here should be regarded as highly experimental.
20   - If you use any of my code in another fork of uzbl (or anything really) it'd be nice to get a mention.
21
22 Todo:
23   - Change commands to a few characters long.
24   - Support for arguments to commands (argc/argv-like structure?).
25   - Support for binding keyboard shortcuts in config file.
26   - Support for setting home page in config file.