Restore Ctrl+A shortcut

This commit is contained in:
An Phan 2016-07-08 16:25:34 +08:00
parent 1950b7981d
commit b30dfabd50
No known key found for this signature in database
GPG key ID: 05536BB4BCDC02A2

View file

@ -218,6 +218,7 @@ export default {
// Register our custom key codes // Register our custom key codes
Vue.config.keyCodes = { Vue.config.keyCodes = {
a: 65,
j: 74, j: 74,
k: 75, k: 75,
f: 70, f: 70,