initial commit
This commit is contained in:
4
util/keys.js
Normal file
4
util/keys.js
Normal file
@@ -0,0 +1,4 @@
|
||||
module.exports = {
|
||||
getKey: e => e.which || e.keyCode,
|
||||
isCtrlKey: key => key === 91 || key === 93 || key === 17
|
||||
};
|
||||
Reference in New Issue
Block a user