Search code examples
idesharpdevelop

Is it possible to bind hotkeys to external tools in SharpDevelop?


I want to bind Ctrl-Alt-N to an External Tool (Nant build) in SharpDevelop, how can I do that?


Solution

  • SharpDevelop currently does not support having a shortcut for an external tool. You could try using the NAnt addin that ships as a sample with the SharpDevelop source code. This should give you better integration than using an external tool.