Extra "ports" of juce-based plugins using the distrho build system
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

39 lines
1.5KB

  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!--
  3. prefs.default.xml
  4. Protoplug doesn't actually use this file. If you want to customize
  5. keyboard shorctus, make a copy of this file, call it "prefs.xml",
  6. and modify that file instead. Future releases of protoplug will
  7. only overwrite "prefs.default.xml" and you'll keep your custom settings.
  8. -->
  9. <KEYMAPPINGS basedOnDefaults="0">
  10. <MAPPING commandId="10" description="Compile Now" key="ctrl + return"/>
  11. <MAPPING commandId="30" description="Show Code"/>
  12. <MAPPING commandId="31" description="Show Parameters"/>
  13. <MAPPING commandId="32" description="Show Custom GUI"/>
  14. <MAPPING commandId="40" description="Show Next" key="ctrl + tab"/>
  15. <MAPPING commandId="41" description="Show Previous" key="ctrl + shift + tab"/>
  16. <MAPPING commandId="50" description="Open"/>
  17. <MAPPING commandId="51" description="Save As"/>
  18. <MAPPING commandId="60" description="Pop Out"/>
  19. <MAPPING commandId="61" description="Always On Top"/>
  20. <MAPPING commandId="70" description="Help"/>
  21. <MAPPING commandId="25" description="Find Selected" key="ctrl + F3"/>
  22. <MAPPING commandId="26" description="Find Next" key="F3"/>
  23. <MAPPING commandId="27" description="Find Previous" key="shift + F3"/>
  24. </KEYMAPPINGS>
  25. <!--
  26. if you're using this as a reference, perhaps i should mention :
  27. change font size : ctrl + mouse wheel
  28. and the JUCE editor shortcuts :
  29. cut : ctrl + x
  30. copy : ctrl + c
  31. paste : ctrl + v
  32. undo : ctrl + z
  33. redo : ctrl + y
  34. (not customisable as of this release)
  35. -->