1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-03-13 17:25:45 +01:00

Allow localization of command/mapping/option descriptions.

This commit is contained in:
Kris Maglione
2011-03-04 20:37:29 -05:00
parent f3c14e861c
commit 058094f87d
8 changed files with 139 additions and 78 deletions

View File

@@ -852,7 +852,7 @@ var Events = Module("events", {
evt_obj.charCode = keyname.charCodeAt(0);
}
else if (set.has(this._pseudoKeys)) {
else if (set.has(this._pseudoKeys, keyname)) {
evt_obj.dactylString = "<" + this._key_key[keyname] + ">";
}
else if (/mouse$/.test(keyname)) { // mouse events