mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-21 18:27:57 +01:00
make sure Command.names includes unabbreviatable names
This commit is contained in:
@@ -91,7 +91,10 @@ function Command(specs, action, extra_info)//{{{
|
||||
names.push(match[1]);
|
||||
}
|
||||
else
|
||||
{
|
||||
long_names.push(specs[i]);
|
||||
names.push(specs[i]);
|
||||
}
|
||||
}
|
||||
return { names: names, long_names: long_names, short_names: short_names };
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user