mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-21 21:17:58 +01:00
Move events.(toString|fromString|iterKeys|canonicalKeys) to DOM.Event.
This commit is contained in:
@@ -170,7 +170,7 @@ var MOW = Module("mow", {
|
||||
};
|
||||
|
||||
if (event.target instanceof HTMLAnchorElement)
|
||||
switch (events.toString(event)) {
|
||||
switch (DOM.Event.stringify(event)) {
|
||||
case "<LeftMouse>":
|
||||
openLink(dactyl.CURRENT_TAB);
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user