1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2025-12-24 02:22:26 +01:00

Fix addUserMap when key already mapped.

This commit is contained in:
Kris Maglione
2008-11-29 21:32:18 +00:00
parent 2d93e7ab42
commit 50e610e63d
2 changed files with 3 additions and 3 deletions

View File

@@ -305,7 +305,7 @@ function Mappings() //{{{
for (let [,name] in Iterator(map.names))
{
for (let [,mode] in Iterator(map.modes))
removeMap(mode, map.name);
removeMap(mode, name);
}
addMap(map, true);