I'm using gtk, and all the function names have many underscores. It gets annoying to type things like set_from_file and on_button_clicked, etc. Do you have any tips on how to type these more effectively?
feedback
|
migrated from stackoverflow.com Aug 6 '09 at 20:47
This question came from our site for professional and enthusiast programmers.
|
Use an editor with auto-complete functionality? | |||||||||
feedback
|
|
Use a foot pedal =) | |||||||||||
feedback
|
|
remap - key to _ so you don't have to relearn key location but can save time not hitting shift. | |||
|
feedback
|
|
Try using Autohotkey Include a configuration like:
in this case, when you type "a", it will put a "_" | |||||||||||
feedback
|
|
What's wrong with holding shift with your left hand and using your pinky from your right hand? That's what I do -- it's probably the fastest once you get used to touch typing it. | |||||||
feedback
|
Alternate Method: Use an autohotkey script
| |||||
feedback
|
|
Hitting the underscore key isn't much harder than hitting any upper case letter, since it's just a key combined with Shift. You can always copy it to the clipboard and type Control-V if your fingers have a problem hitting the numeric row consistently. | |||||||
feedback
|
|
| |||||||||
feedback
|
