mirror of
https://github.com/piskelapp/piskel.git
synced 2023-08-10 21:12:52 +03:00
chore : fix ShortcutServiceTest on macosx
This commit is contained in:
parent
01eb0cdb43
commit
cc62c5b3cb
@ -20,8 +20,10 @@ describe("ShortcutService test suite", function() {
|
|||||||
return this;
|
return this;
|
||||||
},
|
},
|
||||||
ctrlKey : false,
|
ctrlKey : false,
|
||||||
|
metaKey : false,
|
||||||
withCtrlKey : function () {
|
withCtrlKey : function () {
|
||||||
this.ctrlKey = true;
|
this.ctrlKey = true;
|
||||||
|
this.metaKey = true;
|
||||||
return this;
|
return this;
|
||||||
},
|
},
|
||||||
shiftKey : false,
|
shiftKey : false,
|
||||||
|
Loading…
Reference in New Issue
Block a user