The Syncfusion® native Blazor components library offers 70+ UI and Data Viz web controls that are responsive and lightweight for building modern web apps.
.NET PDF framework is a high-performance and comprehensive library used to create, read, merge, split, secure, edit, view, and review PDF files in C#/VB.NET.
ILIndhumathy Loganathan Syncfusion Team April 2, 2021 10:56 AM UTC
Hi Milan,
Greetings from Syncfusion support.
We have validated your requirement in Syncfusion Vue File Manager component. We haven’t provided the in-built support for overwriting the shortcut keys. However, we can achieve your requirement by binding the keydown event for file manager component element. We have prepared a sample application to meet your requirement, in this sample we have overwrite the shortcut key Ctrl+V to createFoldermethod, N key for renameFileand S key for selectAllmethod. Please refer to the below code block.
mounted: function (args) {
this.$refs.file.$el.addEventListener("keydown", function (args) {