mirror of
https://github.com/VueFileManager/vuefilemanager.git
synced 2026-05-22 13:04:42 +00:00
added windows shortcut for spotlight
This commit is contained in:
@@ -109,7 +109,8 @@
|
||||
},
|
||||
methods: {
|
||||
spotlightListener(e) {
|
||||
if (e.key === 'k' && e.metaKey) {
|
||||
if (e.key === 'k' && e.metaKey || e.key === 'k' && e.ctrlKey) {
|
||||
e.preventDefault()
|
||||
events.$emit('spotlight:show');
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user