how can I bind alter key to open file menu?
vrkansagara opened this issue · 0 comments
vrkansagara commented
Lets say I have following code.
call quickui#menu#install('&File', [
\ [ "&New File\tCtrl+n", 'new' ],
End result should be use press ( Alter + f) and it will open a file menu.