diff options
Diffstat (limited to 'README')
-rw-r--r-- | README | 34 |
1 files changed, 17 insertions, 17 deletions
@@ -1,14 +1,9 @@ Todo: [pretty much done, not sure though] keybinding (more support) -more callbacks: NEED ONE FOR NEW WINDOW configuration settings via args cookie handling/saving -append HTTP:// to beginning of uri history? -tabbing structures -window structures - sb @@ -20,24 +15,29 @@ I think minimalism is just as important as maintaining a large feature set. feat If they are well written, well implemented, well thought out, bloat will never be present. - (Aside the Ideological BS... i am just making this to work how i want it to.) +Keyboard Shortcuts (simple to change in source if you desire) -Options: - -nothing yet - - -Bugs: - -Thousands - +CTRL + l = grab URL bar +CTRL + j = foreward +CTRL + k = back +CTRL + h = hide auxillary widgets +CTRL + PageUp = previous tab +CTRL + PageDown = next tab +CTRL + t = new tab +CTRL + w = close tab ( zero tabs closes sb entirely) +CTRL + { = zoom out +CTRL + } = zoom in +CTRL + r = reload +CTRL + enter = search URL bar contents with search engine (google as default) +Escape, will return focus to the page, instead of the entry bars -Code: -Written Poorly +Code: Written Poorly +(some stuff barrowed from sakura and surf.) +License : GPLv3 except stuff under MIT/X from surf Swing me some electronic mail MutantTurkey@gmail.com |