mirror of
https://github.com/koel/koel
synced 2024-11-28 15:00:42 +00:00
Restore Ctrl+A shortcut
This commit is contained in:
parent
1950b7981d
commit
b30dfabd50
1 changed files with 1 additions and 0 deletions
|
@ -218,6 +218,7 @@ export default {
|
|||
|
||||
// Register our custom key codes
|
||||
Vue.config.keyCodes = {
|
||||
a: 65,
|
||||
j: 74,
|
||||
k: 75,
|
||||
f: 70,
|
||||
|
|
Loading…
Reference in a new issue