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:
@@ -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", {
|
||||
|
||||
Reference in New Issue
Block a user