1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-01-08 16:44:13 +01:00

Change the timing of mode-change callbacks slightly. Fix some message display bugs.

--HG--
branch : mode-refactoring
This commit is contained in:
Kris Maglione
2010-10-08 20:49:54 -04:00
parent c05ad65895
commit 42d79460e2
3 changed files with 21 additions and 27 deletions

View File

@@ -1020,12 +1020,6 @@ const Events = Module("events", {
else if (dactyl.mode == modes.CARET)
modes.push(modes.VISUAL);
}
// XXX: disabled, as i think automatically starting visual caret mode does more harm than help
// else
// {
// if (!couldCopy && modes.extended & modes.CARET)
// dactyl.mode = modes.CARET;
// }
}
}, {
editableInputs: set(["date", "datetime", "datetime-local", "email", "file",