mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-22 01:17:58 +01:00
Add caret mode to help index.
This commit is contained in:
@@ -80,6 +80,7 @@ var Modes = Module("modes", {
|
||||
}
|
||||
});
|
||||
this.addMode("CARET", {
|
||||
char: "caret",
|
||||
description: "Active when the caret is visible in the web content",
|
||||
bases: [this.NORMAL]
|
||||
}, {
|
||||
|
||||
Reference in New Issue
Block a user