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?
|
|
|||||||||||||||||||||
|
migrated from stackoverflow.com |
|
|
|
Use an editor with auto-complete functionality? |
||||||
|
|
|
Use a foot pedal =) |
||||||||||
|
|
|
remap - key to _ so you don't have to relearn key location but can save time not hitting shift. |
||
|
|
|
|
Try using Autohotkey Include a configuration like:
in this case, when you type "a", it will put a "_" |
||||||||||
|
|
|
Use MSKLC .. I'd remap ' (dagger) to _ and _ to '. |
||
|
|
|
|
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. |
||
|
|
Alternate Method: Use an autohotkey script
|
||||
|
|
|
|
||||||||
|
|
|
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. |
||||||
|
|
|
Copy and paste a bunch of times. |
||
|
|
