Added command/insert modes (Esc to switch).
[uzbl-mobile] / README
1 Control:
2   - FIFO opened in /tmp/uzbl_pid
3   - Commands are now grouped by function:
4        nav forward
5        nav back
6        nav reload
7        nav stop
8        view zoom +
9        view zoom -
10
11 Bugs:
12   - 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)
13   - Segfaults when using zoom commands (happens when max zoom already reached?).
14
15 Notes:
16   - 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.
17   - If you use any of my code in another fork of uzbl (or anything really) it'd be nice to get a mention.
18
19 Todo:
20   - Change commands to a few characters long.
21   - Automatically run a command when typed (no need to press enter).
22   - Support for arguments to commands (argc/argv-like structure?).
23   - Support for binding keyboard shortcuts in config file.
24   - Support for setting home page in config file.