diff options
author | Jorge Arellano Cid <jcid@dillo.org> | 2011-07-11 14:03:47 -0400 |
---|---|---|
committer | Jorge Arellano Cid <jcid@dillo.org> | 2011-07-11 14:03:47 -0400 |
commit | 64ebc0065c367226307a4d98b084ad024f02e972 (patch) | |
tree | 380dad3f9c7c1f6ff4aae48785cd8b8302c8490d /src/keysrc | |
parent | 9ef8198720e627434f898fb41f0724c7849dacab (diff) |
Made "hide-panels" hide the findbar, then panels (and removed "fullscreen").
Redefined "hide-panels" to close the findbar if it's visible, and all the
panels when the findbar is not visible.
Diffstat (limited to 'src/keysrc')
-rw-r--r-- | src/keysrc | 5 |
1 files changed, 1 insertions, 4 deletions
@@ -56,7 +56,7 @@ # "find" lets you search for a text string on the current page. #<ctrl>f = find -# "hide-panels" hides the findbar. +# "hide-panels" hides the findbar if present, control panels if not. #esc = hide-panels # "websearch" lets you send a text string to the search engine that you @@ -66,9 +66,6 @@ # go to your "bookmarks". #<ctrl>b = bookmarks -# "fullscreen" hides/shows the panels at the top and bottom of a dillo window. -#<ctrl>space = fullscreen - # "file-menu" pops up the file menu. #<alt>f = file-menu |