From fea82c14797ef41a410c90805b64c3e9bab8a5c3 Mon Sep 17 00:00:00 2001 From: Dieter Plaetinck Date: Fri, 24 Apr 2009 19:49:34 +0200 Subject: note about scrollbars --- README | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'README') diff --git a/README b/README index fe5faac..fe7daab 100644 --- 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! -- cgit v1.2.3