modules/input: add modes to disable arrows and page buttons
This commit is contained in:
parent
bbf171f51b
commit
50aa153e3a
1 changed files with 2 additions and 2 deletions
|
@ -26,7 +26,7 @@ in
|
|||
};
|
||||
mode = mkOption {
|
||||
type = types.mode;
|
||||
default = [ "n" "v" ];
|
||||
default = [ "n" "v" "o" "c" ];
|
||||
};
|
||||
};
|
||||
pageButtons = {
|
||||
|
@ -36,7 +36,7 @@ in
|
|||
};
|
||||
mode = mkOption {
|
||||
type = types.mode;
|
||||
default = "";
|
||||
default = [ "" "!" ];
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue