Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

: Custom keyboard shortcuts not working?

I have started working on a project in MonoDevelop lately, and unlike in VS2010, there is no keyboard shortcut to toggle the comments, and i really liked that shortcut.

Luckily, in OS X you can create custom keyboard shortcuts for any application in System Preferences, like this:

Keyboard Shortcuts in System Preferences

I have put it in All Applications because putting it directly on MonoDevelop.app doesn't work. And by seeing how MonoDevelop doesn't use the OS X UI, but one that looks like Linux, I'm guessing it's not running natively.

As expected, the shortcut was bound to MonoDevelop as well as all the other applications, and it does show up in the menus :

enter image description here

Everything looked fine until I tried to execute this shortcut, and nothing happened. This is a problem. Does anyone know why the shortcut appears, but is not working? (This only happens in MonoDevelop, I have tried making shortcuts in other applications, and they work.)

like image 978
Louis Boux Avatar asked Apr 07 '11 16:04

Louis Boux


1 Answers

MonoDevelop doesn't use the Mac keybinding system; it has its own: http://mjhutchinson.com/journal/2011/02/06/key_bindings

like image 86
Mikayla Hutchinson Avatar answered Oct 04 '22 04:10

Mikayla Hutchinson