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`
   
   
![keybinds](https://github.com/apache/netbeans/assets/83207402/90aeb5dd-5669-454e-b266-83f7c24857a3)
   
   and added a profile `Keymaps/Vscode=VsCode` in `Bundle.properties`
   
![profilename](https://github.com/apache/netbeans/assets/83207402/4b397395-dfc1-44e0-a4e3-cff5b9a3bc8f)
   
   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>
   ```
   
![binds](https://github.com/apache/netbeans/assets/83207402/95152870-3c48-4e37-b7f8-32d8a35f4d8f)
   
   
   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`
   
   
![code](https://github.com/apache/netbeans/assets/83207402/d3a06fbe-515e-473d-bc38-4e660b116868)
   
   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

Reply via email to