note about scrollbars
authorDieter Plaetinck <dieter@plaetinck.be>
Fri, 24 Apr 2009 17:49:34 +0000 (19:49 +0200)
committerDieter Plaetinck <dieter@plaetinck.be>
Fri, 24 Apr 2009 17:49:34 +0000 (19:49 +0200)
README

diff --git a/README b/README
index fe5faac..fe7daab 100644 (file)
--- a/README
+++ b/README
@@ -37,7 +37,10 @@ WIDGET ROADMAP:
 * searching in a page? not sure.. maybe we can abuse the statusbar for that too.
   eg toggle it on when the user wants to search for something and then do searching in some vim-like fashion.
   we don't need a gtk text entry widget, just a feedback display of what the current command is.
-
+* scrollbar? no: use keyboard shortcuts.  we should however have some info about the page length and where we are.
+  -> option 1: put a percentage in the window title
+  -> option 2: everytime you hit a key to change position, temporarily make a statusbar visible and put the percentage in the statusbar.
+  what will we do with pages who are too wide? horizontal scrolling?
 all of the above goes in 1 bar at the top of the program. there should be a key to toggle visibility of it and one to toggle visibilety + focus on the entrybar at once.
 
 input welcome!