1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2025-12-22 19:57:58 +01:00

initial rewrite of the hints, please test and report (and i know, it has problems, mainly it does not yet support framesets)

This commit is contained in:
Martin Stubenschrott
2007-10-24 08:21:21 +00:00
parent 37ff41b2a3
commit c4c9a27ff8
5 changed files with 601 additions and 1149 deletions

View File

@@ -57,7 +57,7 @@ vimperator.Buffer = function() //{{{
// unsuccessfully attempt to reshow hints? i.e. isn't it just relying
// on the recalculation side effect? -- djk
// NOTE: we could really do with a zoom event...
vimperator.hints.reshowHints();
// vimperator.hints.reshowHints();
}
function bumpZoomLevel(steps, full_zoom)