mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-02-14 20:45:46 +01:00
Serialize the :map -count flag.
This commit is contained in:
@@ -595,6 +595,7 @@ var Mappings = Module("mappings", {
|
||||
command: "map",
|
||||
options: array([
|
||||
hive.name !== "user" && ["-group", hive.name],
|
||||
map.count && ["-count"],
|
||||
["-modes", uniqueModes(map.modes)],
|
||||
["-description", map.description],
|
||||
map.silent && ["-silent"]])
|
||||
|
||||
Reference in New Issue
Block a user