1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2025-12-29 06:02:27 +01:00

Dont allow <holding-tab> to lag

This commit is contained in:
Kris Maglione
2008-12-08 08:37:08 -05:00
parent 7b7fbdd935
commit 485579738d
3 changed files with 7 additions and 7 deletions

View File

@@ -1493,7 +1493,7 @@ function Completion() //{{{
context.fork("keyword/" + keyword, keyword.length + space.length, null, function (context) {
context.format = history.format;
context.title = [keyword + " Quick Search"];
context.background = true;
// context.background = true;
context.compare = null;
context.generate = function () {
let [begin, end] = item.url.split("%s");