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:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user