1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2025-12-21 05:38:01 +01:00

Add input:true to modes.MENU, just for the hell of it.

This commit is contained in:
Kris Maglione
2011-01-01 03:21:30 -05:00
parent ac8347dc03
commit d8bb3f4b32
3 changed files with 7 additions and 4 deletions

View File

@@ -139,6 +139,7 @@ var Modes = Module("modes", {
});
this.addMode("MENU", {
extended: true,
input: true,
description: "Active when a menu or other pop-up is open",
}); // a popupmenu is active
this.addMode("LINE", {