rothardo commented on issue #6458: URL: https://github.com/apache/netbeans/issues/6458#issuecomment-1845355143
I have created a keybinding xml file named `VsCode-keybindings.xml`  and added a profile `Keymaps/Vscode=VsCode` in `Bundle.properties`  an in `mf-layer.xml `file in `Keybindings` folder tag I added ``` <folder name="VsCode"> <folder name="Defaults"> <file name="org-netbeans-modules-defaults-keybindings.xml" url="VsCode-keybindings.xml"/> </folder> </folder> ```  but I am not able to understand the keymaps foldering and how the ` ... stringvalue="Actions/Tools/org-netbeans-modules-jumpto-file-FileSearchAction.instance"/>` works I am stuck here though I have added a keymap folder named `VsCode`  I don't get how to proceed with this may I get some help? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] For further information about the NetBeans mailing lists, visit: https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists
