From 8f04a28673a5e94883d57c39568146a6701da1af Mon Sep 17 00:00:00 2001 From: Barrucadu Date: Sat, 25 Apr 2009 09:26:16 +0100 Subject: Added modeline, changed commands to 1/2 characters, command/insert modes. --- README | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) (limited to 'README') diff --git a/README b/README index 370f981..74efbaa 100644 --- a/README +++ b/README @@ -1,12 +1,14 @@ Control: - FIFO opened in /tmp/uzbl_pid - - Commands are now grouped by function: - nav forward - nav back - nav reload - nav stop - view zoom + - view zoom - + - Commands are as follows: + f - forward + b - back + r - refresh + s - stop + z+ - zoom in + z- - zoom out + - If a command is appended with a number, run it that many times (eg: z+10 would zoom in 10 times). + - Press enter after typing a command to use it. Bugs: - 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) @@ -18,7 +20,6 @@ Notes: Todo: - Change commands to a few characters long. - - Automatically run a command when typed (no need to press enter). - Support for arguments to commands (argc/argv-like structure?). - Support for binding keyboard shortcuts in config file. - Support for setting home page in config file. \ No newline at end of file -- cgit v1.2.3