Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

I'd really like F10 to Step Over in my Komodo IDE, to match Visual Studio. Unfortunately F10 has been hardwired to select the File menu. This is a known bug (see http://bugs.activestate.com/show_bug.cgi?id=81657 ).

Has anyone found a workaround?

I'd rather not reconfigure Visual Studio and my crusty brain. I'm using Komodo version 5.2.4.

share|improve this question

1 Answer

up vote 2 down vote accepted

It's been a while since I've use Komodo so I make no guarantees that this will work, but the first thing I'd try is using an AutoHotKey script that looks for an F10 keypress in a Komodo window and sends instead whatever key sequence Komodo uses for the "Step Over" operation.

share|improve this answer
Good idea, thanks. – David P Simons Jan 22 '11 at 7:46

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.