1
0
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:
Kris Maglione
2011-10-03 19:14:27 -04:00
parent 705e481351
commit 48212b7392
4 changed files with 6 additions and 2 deletions

View File

@@ -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]
}, {