mirror of
https://gitlab.easter-eggs.com/ee/ldapsaisie.git
synced 2024-12-18 14:33:49 +01:00
Fix moo keybinding
This commit is contained in:
parent
2d2f35fe5b
commit
2554ab52e8
1 changed files with 1 additions and 1 deletions
|
@ -110,7 +110,7 @@ var LSdefault = new Class({
|
||||||
|
|
||||||
onWantMoo: function(event) {
|
onWantMoo: function(event) {
|
||||||
event=new Event(event);
|
event=new Event(event);
|
||||||
if ((event.shift) && (event.key=='m')) {
|
if ((event.alt) && (event.control) && (event.key=='m')) {
|
||||||
this.moo.run(null,this);
|
this.moo.run(null,this);
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in a new issue