mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-24 07:32:27 +01:00
Add AUTOCOMPLETE mode.
This commit is contained in:
@@ -118,6 +118,11 @@ var Modes = Module("modes", {
|
||||
input: true,
|
||||
ownsFocus: true
|
||||
});
|
||||
this.addMode("AUTOCOMPLETE", {
|
||||
description: "Active when an input autocomplete pop-up is active",
|
||||
display: function () "INSERT (autocomplete)",
|
||||
bases: [this.INSERT]
|
||||
});
|
||||
|
||||
this.addMode("EMBED", {
|
||||
input: true,
|
||||
|
||||
Reference in New Issue
Block a user