mirror of
https://github.com/VueFileManager/vuefilemanager.git
synced 2026-04-18 08:12:15 +00:00
added windows shortcut for spotlight
This commit is contained in:
@@ -61,7 +61,8 @@ export default {
|
||||
},
|
||||
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