mirror of
https://gitlab.easter-eggs.com/ee/ldapsaisie.git
synced 2024-11-18 08:19:05 +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) {
|
||||
event=new Event(event);
|
||||
if ((event.shift) && (event.key=='m')) {
|
||||
if ((event.alt) && (event.control) && (event.key=='m')) {
|
||||
this.moo.run(null,this);
|
||||
}
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue