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

Get rid of QUICK/EXTENDED hint modes, since they dont make sense anymore.

This commit is contained in:
Kris Maglione
2008-10-29 01:27:11 +00:00
parent ab30527ccf
commit a3b5c6c78e
3 changed files with 24 additions and 33 deletions

View File

@@ -990,7 +990,7 @@ function CommandLine() //{{{
{
statusline.updateInputBuffer("");
startHints = false;
hints.show(modes.EXTENDED_HINT, key, undefined, win);
hints.show(key, undefined, win);
return;
}