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