cmd-k for quick search

This commit is contained in:
Matthew Hodgson 2017-04-15 12:13:29 +01:00
parent 1189368aab
commit 0a91511f05

View File

@ -32,4 +32,5 @@ module.exports = {
DELETE: 46, DELETE: 46,
KEY_D: 68, KEY_D: 68,
KEY_E: 69, KEY_E: 69,
KEY_K: 75,
}; };