1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-02-10 15:15:45 +01:00

Fix some major mode changing bugs. Closes issue #55.

--HG--
branch : mode-refactoring
This commit is contained in:
Kris Maglione
2010-10-06 10:34:28 -04:00
parent dd3d79ea73
commit 41335adaae
8 changed files with 274 additions and 242 deletions

View File

@@ -1532,11 +1532,7 @@ const Buffer = Module("buffer", {
mappings.add(myModes, ["i", "<Insert>"],
"Start caret mode",
function () {
// setting this option notifies an observer which takes care of the
// mode setting
options.setPref("accessibility.browsewithcaret", true);
});
function () { modes.push(modes.CARET); });
mappings.add(myModes, ["<C-c>"],
"Stop loading the current web page",