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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user