mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-21 22:37:58 +01:00
Rename TEXTAREA mode to TEXT EDIT mode, and move it from :imap to :tmap.
--HG-- branch : mode-refactoring
This commit is contained in:
@@ -58,7 +58,7 @@ const Modes = Module("modes", {
|
||||
this.pref = false;
|
||||
}
|
||||
});
|
||||
this.addMode("TEXTAREA", { char: "i", ownsFocus: true });
|
||||
this.addMode("TEXT_EDIT", { char: "t", ownsFocus: true });
|
||||
this.addMode("EMBED", { input: true, ownsFocus: true });
|
||||
this.addMode("PASS_THROUGH");
|
||||
this.addMode("QUOTE", {
|
||||
|
||||
Reference in New Issue
Block a user