How to quickly type underscore?












6















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?










share|improve this question















migrated from stackoverflow.com Aug 6 '09 at 20:47


This question came from our site for professional and enthusiast programmers.














  • 7





    For the fastest underscore possible, you could swap the space bar and the underscore keys.

    – Nosredna
    Aug 6 '09 at 20:32






  • 5





    Or remap shift+space to _ ?

    – sep332
    Aug 6 '09 at 20:34






  • 1





    This is a legitimate question people. I know vote to close is exciting but try to calm those itchy fingers. :P If this gets closed I'll vote to reopen.

    – Spencer Ruport
    Aug 6 '09 at 20:41






  • 3





    If only so much attention were spent on my more legit questions about GTK.

    – Claudiu
    Aug 6 '09 at 20:46






  • 1





    well it caused me to get an account here, anyway.

    – Claudiu
    Aug 6 '09 at 21:08
















6















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?










share|improve this question















migrated from stackoverflow.com Aug 6 '09 at 20:47


This question came from our site for professional and enthusiast programmers.














  • 7





    For the fastest underscore possible, you could swap the space bar and the underscore keys.

    – Nosredna
    Aug 6 '09 at 20:32






  • 5





    Or remap shift+space to _ ?

    – sep332
    Aug 6 '09 at 20:34






  • 1





    This is a legitimate question people. I know vote to close is exciting but try to calm those itchy fingers. :P If this gets closed I'll vote to reopen.

    – Spencer Ruport
    Aug 6 '09 at 20:41






  • 3





    If only so much attention were spent on my more legit questions about GTK.

    – Claudiu
    Aug 6 '09 at 20:46






  • 1





    well it caused me to get an account here, anyway.

    – Claudiu
    Aug 6 '09 at 21:08














6












6








6


1






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?










share|improve this question
















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?







speed typing






share|improve this question















share|improve this question













share|improve this question




share|improve this question








edited Aug 6 '09 at 21:28









Nifle

28.1k2395129




28.1k2395129










asked Aug 6 '09 at 20:29









ClaudiuClaudiu

66151631




66151631




migrated from stackoverflow.com Aug 6 '09 at 20:47


This question came from our site for professional and enthusiast programmers.









migrated from stackoverflow.com Aug 6 '09 at 20:47


This question came from our site for professional and enthusiast programmers.










  • 7





    For the fastest underscore possible, you could swap the space bar and the underscore keys.

    – Nosredna
    Aug 6 '09 at 20:32






  • 5





    Or remap shift+space to _ ?

    – sep332
    Aug 6 '09 at 20:34






  • 1





    This is a legitimate question people. I know vote to close is exciting but try to calm those itchy fingers. :P If this gets closed I'll vote to reopen.

    – Spencer Ruport
    Aug 6 '09 at 20:41






  • 3





    If only so much attention were spent on my more legit questions about GTK.

    – Claudiu
    Aug 6 '09 at 20:46






  • 1





    well it caused me to get an account here, anyway.

    – Claudiu
    Aug 6 '09 at 21:08














  • 7





    For the fastest underscore possible, you could swap the space bar and the underscore keys.

    – Nosredna
    Aug 6 '09 at 20:32






  • 5





    Or remap shift+space to _ ?

    – sep332
    Aug 6 '09 at 20:34






  • 1





    This is a legitimate question people. I know vote to close is exciting but try to calm those itchy fingers. :P If this gets closed I'll vote to reopen.

    – Spencer Ruport
    Aug 6 '09 at 20:41






  • 3





    If only so much attention were spent on my more legit questions about GTK.

    – Claudiu
    Aug 6 '09 at 20:46






  • 1





    well it caused me to get an account here, anyway.

    – Claudiu
    Aug 6 '09 at 21:08








7




7





For the fastest underscore possible, you could swap the space bar and the underscore keys.

– Nosredna
Aug 6 '09 at 20:32





For the fastest underscore possible, you could swap the space bar and the underscore keys.

– Nosredna
Aug 6 '09 at 20:32




5




5





Or remap shift+space to _ ?

– sep332
Aug 6 '09 at 20:34





Or remap shift+space to _ ?

– sep332
Aug 6 '09 at 20:34




1




1





This is a legitimate question people. I know vote to close is exciting but try to calm those itchy fingers. :P If this gets closed I'll vote to reopen.

– Spencer Ruport
Aug 6 '09 at 20:41





This is a legitimate question people. I know vote to close is exciting but try to calm those itchy fingers. :P If this gets closed I'll vote to reopen.

– Spencer Ruport
Aug 6 '09 at 20:41




3




3





If only so much attention were spent on my more legit questions about GTK.

– Claudiu
Aug 6 '09 at 20:46





If only so much attention were spent on my more legit questions about GTK.

– Claudiu
Aug 6 '09 at 20:46




1




1





well it caused me to get an account here, anyway.

– Claudiu
Aug 6 '09 at 21:08





well it caused me to get an account here, anyway.

– Claudiu
Aug 6 '09 at 21:08










12 Answers
12






active

oldest

votes


















14














Use an editor with auto-complete functionality?






share|improve this answer



















  • 1





    I agree. A decent editor will auto-complete for you.

    – Brian Neal
    Aug 6 '09 at 20:43











  • most sane, probably. i'd first have to find a good one for python (IDLE works, but it is shoddy, and it only works if you run your code in it), and then get used to it. but could be worth it!

    – Claudiu
    Aug 6 '09 at 20:45











  • Hmm, I think swapping the underscore and spacebar keys is more efficient. :)

    – Sasha Chedygov
    Aug 6 '09 at 20:49











  • probs best answer, still have to find a good one for python though

    – Claudiu
    Aug 9 '10 at 20:22











  • Komodo edit 7 is pretty good with python!

    – Claudiu
    Sep 10 '12 at 3:38



















8














Using a programmable foot pedal could help you out a bit.






share|improve this answer


























  • You combine the chance to become a professional gtk programmer with the chance to become a death metal drummer.

    – Stefano Borini
    Aug 6 '09 at 22:46











  • haha. that'd be awesome.

    – Claudiu
    Aug 6 '09 at 23:28











  • Not a proper answer, but it sure made me laugh :] There was a 'computer stupidity' rinkworks.com/stupid/cs_mice.shtml about mouse/foot pedal (beware, very addictive website).

    – Kirill Strizhak
    Aug 13 '09 at 6:30



















3














Use MSKLC .. I'd remap ' (dagger) to _ and _ to '.






share|improve this answer































    3














    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.






    share|improve this answer
























    • hmmmm... i'm using my ring finger to hit it, atm. i'll try adjusting to using a pinky and - starting now - I'll see - just = how_ ti_ goes_. i might like this.

      – Claudiu
      Aug 6 '09 at 23:30






    • 1





      You do have to pivot the hand a bit but you can pivot it right back __ _ __ __ __ weeeeee

      – Joe Phillips
      Aug 7 '09 at 0:28



















    2














    Try using Autohotkey



    Include a configuration like:



    a::_


    in this case, when you type "a", it will put a "_"






    share|improve this answer
























    • I'd give the example using another key...

      – samuelcarrijo
      Aug 6 '09 at 20:37






    • 17





      Of course, it's your choice wh_t you want to repl_ce

      – mkato
      Aug 6 '09 at 20:38











    • The ` is a good choice. I never use that thing. And it's pretty easy to hit. Makes your left pinky super-strong.

      – Nosredna
      Aug 6 '09 at 21:17











    • @samuelcarrijo, e::_

      – Grant
      Aug 6 '09 at 21:26



















    2














    remap - key to _ so you don't have to relearn key location but can save time not hitting shift.






    share|improve this answer































      2















      1. Turn on capslock.

      2. Place something heavy on the shift key.

      3. Everything you type will be in lowercase, but if you type a - it will be a _


      Alternate Method:



      Use an autohotkey script



      #IfWinActive ahk_class gtk ; or whatever the title for the window is

      ;Choose one of the below
      -::Send _ ; replace -'s with _'s
      +space::Send _ ; replace shift+space with _'s
      f3::Send _ ; replace F3 with _'s. You get the idea





      share|improve this answer





















      • 1





        +0.4 for creativity. Unfortunately we round down.

        – Joe Phillips
        Aug 6 '09 at 21:38



















      1














      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.






      share|improve this answer



















      • 2





        i actually often CTRL+C annoying letters when i have to type them a lot in a particular section of code

        – Claudiu
        Aug 6 '09 at 20:44











      • Except that it's keyboard position puts it out of reach of all but those with abnormally long and dextrous pinkies, which means your fingers have to leave the home keys. That significantly reduces typing speed. It makes a difference in any application of real size.

        – Russell Steen
        Aug 6 '09 at 20:44



















      1














      Practice, practice, practice...



      The kids (and I) like this Typing Instructor



      -JFV






      share|improve this answer
























      • i can already type at like 140wpm; i don't know if that typing instructor is for me

        – Claudiu
        Aug 6 '09 at 23:29






      • 2





        The best typing tutor is The Typing of The Dead

        – Dana Robinson
        Aug 7 '09 at 1:32











      • I learned from Mario Teaches Typing. If you got a good typing streak going, Mario blew though goombas like a samurai.

        – Grant
        Aug 7 '09 at 12:26



















      0














      Copy and paste a bunch of times.






      share|improve this answer































        0














        Add a second keyboard. (You can have up to [at least 14] USB keyboards.) You could use the second keyboard directly -- but it merely types the same characters. You could tape down Shift on the second keyboard -- but you still have to find its -/_ key every time; no time saved. With more work, you can remap keys on the extra keyboard. For example: place the second keyboard above the first one and make its spacebar type _, hitting the other spacebar might actually be faster than typing Shift+-/_. (And you have ~94 more keys that you can relabel for other added functions.) Recoding the second keyboard has been done using LuaMacros: https://www.diyphotography.net/create-entire-new-keyboard-shortcodes-hack/






        share|improve this answer































          0














          Remap a useless key to _. The most useless keys on the keyboard are insert and caps lock. They are close to the useful keyfield, so you might actually gain speed once you've learned the position of your new _ key.



          Backstory: I realized that I never used insert or caps lock. But every so often I would hit one by accident. These keys are toggles, which affect every subsequent keystroke. Whenever I realized that I hit insert, I had to turn it off and then recover the text that I overtyped. Whenever I realized that I hit caps lock, I had to turn it off and then retype the text that I entered in "oppositecase". I found this so unacceptably frustrating (unfuriating) that I pried insert and caps lock off every keyboard that I use. It's much better that way. (I can toggle either one, when rarely needed, by reaching into the hole with the back of a pen.) (If you remap one of these keys, you can remap some other combination to replace it, or use "Onscreen keyboard".)






          share|improve this answer

























            Your Answer








            StackExchange.ready(function() {
            var channelOptions = {
            tags: "".split(" "),
            id: "3"
            };
            initTagRenderer("".split(" "), "".split(" "), channelOptions);

            StackExchange.using("externalEditor", function() {
            // Have to fire editor after snippets, if snippets enabled
            if (StackExchange.settings.snippets.snippetsEnabled) {
            StackExchange.using("snippets", function() {
            createEditor();
            });
            }
            else {
            createEditor();
            }
            });

            function createEditor() {
            StackExchange.prepareEditor({
            heartbeatType: 'answer',
            autoActivateHeartbeat: false,
            convertImagesToLinks: true,
            noModals: true,
            showLowRepImageUploadWarning: true,
            reputationToPostImages: 10,
            bindNavPrevention: true,
            postfix: "",
            imageUploader: {
            brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
            contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
            allowUrls: true
            },
            onDemand: true,
            discardSelector: ".discard-answer"
            ,immediatelyShowMarkdownHelp:true
            });


            }
            });














            draft saved

            draft discarded


















            StackExchange.ready(
            function () {
            StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f19250%2fhow-to-quickly-type-underscore%23new-answer', 'question_page');
            }
            );

            Post as a guest















            Required, but never shown

























            12 Answers
            12






            active

            oldest

            votes








            12 Answers
            12






            active

            oldest

            votes









            active

            oldest

            votes






            active

            oldest

            votes









            14














            Use an editor with auto-complete functionality?






            share|improve this answer



















            • 1





              I agree. A decent editor will auto-complete for you.

              – Brian Neal
              Aug 6 '09 at 20:43











            • most sane, probably. i'd first have to find a good one for python (IDLE works, but it is shoddy, and it only works if you run your code in it), and then get used to it. but could be worth it!

              – Claudiu
              Aug 6 '09 at 20:45











            • Hmm, I think swapping the underscore and spacebar keys is more efficient. :)

              – Sasha Chedygov
              Aug 6 '09 at 20:49











            • probs best answer, still have to find a good one for python though

              – Claudiu
              Aug 9 '10 at 20:22











            • Komodo edit 7 is pretty good with python!

              – Claudiu
              Sep 10 '12 at 3:38
















            14














            Use an editor with auto-complete functionality?






            share|improve this answer



















            • 1





              I agree. A decent editor will auto-complete for you.

              – Brian Neal
              Aug 6 '09 at 20:43











            • most sane, probably. i'd first have to find a good one for python (IDLE works, but it is shoddy, and it only works if you run your code in it), and then get used to it. but could be worth it!

              – Claudiu
              Aug 6 '09 at 20:45











            • Hmm, I think swapping the underscore and spacebar keys is more efficient. :)

              – Sasha Chedygov
              Aug 6 '09 at 20:49











            • probs best answer, still have to find a good one for python though

              – Claudiu
              Aug 9 '10 at 20:22











            • Komodo edit 7 is pretty good with python!

              – Claudiu
              Sep 10 '12 at 3:38














            14












            14








            14







            Use an editor with auto-complete functionality?






            share|improve this answer













            Use an editor with auto-complete functionality?







            share|improve this answer












            share|improve this answer



            share|improve this answer










            answered Aug 6 '09 at 20:31









            DavDav

            51157




            51157








            • 1





              I agree. A decent editor will auto-complete for you.

              – Brian Neal
              Aug 6 '09 at 20:43











            • most sane, probably. i'd first have to find a good one for python (IDLE works, but it is shoddy, and it only works if you run your code in it), and then get used to it. but could be worth it!

              – Claudiu
              Aug 6 '09 at 20:45











            • Hmm, I think swapping the underscore and spacebar keys is more efficient. :)

              – Sasha Chedygov
              Aug 6 '09 at 20:49











            • probs best answer, still have to find a good one for python though

              – Claudiu
              Aug 9 '10 at 20:22











            • Komodo edit 7 is pretty good with python!

              – Claudiu
              Sep 10 '12 at 3:38














            • 1





              I agree. A decent editor will auto-complete for you.

              – Brian Neal
              Aug 6 '09 at 20:43











            • most sane, probably. i'd first have to find a good one for python (IDLE works, but it is shoddy, and it only works if you run your code in it), and then get used to it. but could be worth it!

              – Claudiu
              Aug 6 '09 at 20:45











            • Hmm, I think swapping the underscore and spacebar keys is more efficient. :)

              – Sasha Chedygov
              Aug 6 '09 at 20:49











            • probs best answer, still have to find a good one for python though

              – Claudiu
              Aug 9 '10 at 20:22











            • Komodo edit 7 is pretty good with python!

              – Claudiu
              Sep 10 '12 at 3:38








            1




            1





            I agree. A decent editor will auto-complete for you.

            – Brian Neal
            Aug 6 '09 at 20:43





            I agree. A decent editor will auto-complete for you.

            – Brian Neal
            Aug 6 '09 at 20:43













            most sane, probably. i'd first have to find a good one for python (IDLE works, but it is shoddy, and it only works if you run your code in it), and then get used to it. but could be worth it!

            – Claudiu
            Aug 6 '09 at 20:45





            most sane, probably. i'd first have to find a good one for python (IDLE works, but it is shoddy, and it only works if you run your code in it), and then get used to it. but could be worth it!

            – Claudiu
            Aug 6 '09 at 20:45













            Hmm, I think swapping the underscore and spacebar keys is more efficient. :)

            – Sasha Chedygov
            Aug 6 '09 at 20:49





            Hmm, I think swapping the underscore and spacebar keys is more efficient. :)

            – Sasha Chedygov
            Aug 6 '09 at 20:49













            probs best answer, still have to find a good one for python though

            – Claudiu
            Aug 9 '10 at 20:22





            probs best answer, still have to find a good one for python though

            – Claudiu
            Aug 9 '10 at 20:22













            Komodo edit 7 is pretty good with python!

            – Claudiu
            Sep 10 '12 at 3:38





            Komodo edit 7 is pretty good with python!

            – Claudiu
            Sep 10 '12 at 3:38













            8














            Using a programmable foot pedal could help you out a bit.






            share|improve this answer


























            • You combine the chance to become a professional gtk programmer with the chance to become a death metal drummer.

              – Stefano Borini
              Aug 6 '09 at 22:46











            • haha. that'd be awesome.

              – Claudiu
              Aug 6 '09 at 23:28











            • Not a proper answer, but it sure made me laugh :] There was a 'computer stupidity' rinkworks.com/stupid/cs_mice.shtml about mouse/foot pedal (beware, very addictive website).

              – Kirill Strizhak
              Aug 13 '09 at 6:30
















            8














            Using a programmable foot pedal could help you out a bit.






            share|improve this answer


























            • You combine the chance to become a professional gtk programmer with the chance to become a death metal drummer.

              – Stefano Borini
              Aug 6 '09 at 22:46











            • haha. that'd be awesome.

              – Claudiu
              Aug 6 '09 at 23:28











            • Not a proper answer, but it sure made me laugh :] There was a 'computer stupidity' rinkworks.com/stupid/cs_mice.shtml about mouse/foot pedal (beware, very addictive website).

              – Kirill Strizhak
              Aug 13 '09 at 6:30














            8












            8








            8







            Using a programmable foot pedal could help you out a bit.






            share|improve this answer















            Using a programmable foot pedal could help you out a bit.







            share|improve this answer














            share|improve this answer



            share|improve this answer








            edited Nov 4 '14 at 22:38









            Jawa

            3,15982435




            3,15982435










            answered Aug 6 '09 at 22:03









            Stefano BoriniStefano Borini

            1,02452245




            1,02452245













            • You combine the chance to become a professional gtk programmer with the chance to become a death metal drummer.

              – Stefano Borini
              Aug 6 '09 at 22:46











            • haha. that'd be awesome.

              – Claudiu
              Aug 6 '09 at 23:28











            • Not a proper answer, but it sure made me laugh :] There was a 'computer stupidity' rinkworks.com/stupid/cs_mice.shtml about mouse/foot pedal (beware, very addictive website).

              – Kirill Strizhak
              Aug 13 '09 at 6:30



















            • You combine the chance to become a professional gtk programmer with the chance to become a death metal drummer.

              – Stefano Borini
              Aug 6 '09 at 22:46











            • haha. that'd be awesome.

              – Claudiu
              Aug 6 '09 at 23:28











            • Not a proper answer, but it sure made me laugh :] There was a 'computer stupidity' rinkworks.com/stupid/cs_mice.shtml about mouse/foot pedal (beware, very addictive website).

              – Kirill Strizhak
              Aug 13 '09 at 6:30

















            You combine the chance to become a professional gtk programmer with the chance to become a death metal drummer.

            – Stefano Borini
            Aug 6 '09 at 22:46





            You combine the chance to become a professional gtk programmer with the chance to become a death metal drummer.

            – Stefano Borini
            Aug 6 '09 at 22:46













            haha. that'd be awesome.

            – Claudiu
            Aug 6 '09 at 23:28





            haha. that'd be awesome.

            – Claudiu
            Aug 6 '09 at 23:28













            Not a proper answer, but it sure made me laugh :] There was a 'computer stupidity' rinkworks.com/stupid/cs_mice.shtml about mouse/foot pedal (beware, very addictive website).

            – Kirill Strizhak
            Aug 13 '09 at 6:30





            Not a proper answer, but it sure made me laugh :] There was a 'computer stupidity' rinkworks.com/stupid/cs_mice.shtml about mouse/foot pedal (beware, very addictive website).

            – Kirill Strizhak
            Aug 13 '09 at 6:30











            3














            Use MSKLC .. I'd remap ' (dagger) to _ and _ to '.






            share|improve this answer




























              3














              Use MSKLC .. I'd remap ' (dagger) to _ and _ to '.






              share|improve this answer


























                3












                3








                3







                Use MSKLC .. I'd remap ' (dagger) to _ and _ to '.






                share|improve this answer













                Use MSKLC .. I'd remap ' (dagger) to _ and _ to '.







                share|improve this answer












                share|improve this answer



                share|improve this answer










                answered Aug 6 '09 at 21:33









                bobobobobobobobo

                2,73273660




                2,73273660























                    3














                    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.






                    share|improve this answer
























                    • hmmmm... i'm using my ring finger to hit it, atm. i'll try adjusting to using a pinky and - starting now - I'll see - just = how_ ti_ goes_. i might like this.

                      – Claudiu
                      Aug 6 '09 at 23:30






                    • 1





                      You do have to pivot the hand a bit but you can pivot it right back __ _ __ __ __ weeeeee

                      – Joe Phillips
                      Aug 7 '09 at 0:28
















                    3














                    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.






                    share|improve this answer
























                    • hmmmm... i'm using my ring finger to hit it, atm. i'll try adjusting to using a pinky and - starting now - I'll see - just = how_ ti_ goes_. i might like this.

                      – Claudiu
                      Aug 6 '09 at 23:30






                    • 1





                      You do have to pivot the hand a bit but you can pivot it right back __ _ __ __ __ weeeeee

                      – Joe Phillips
                      Aug 7 '09 at 0:28














                    3












                    3








                    3







                    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.






                    share|improve this answer













                    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.







                    share|improve this answer












                    share|improve this answer



                    share|improve this answer










                    answered Aug 6 '09 at 21:38









                    Joe PhillipsJoe Phillips

                    85572030




                    85572030













                    • hmmmm... i'm using my ring finger to hit it, atm. i'll try adjusting to using a pinky and - starting now - I'll see - just = how_ ti_ goes_. i might like this.

                      – Claudiu
                      Aug 6 '09 at 23:30






                    • 1





                      You do have to pivot the hand a bit but you can pivot it right back __ _ __ __ __ weeeeee

                      – Joe Phillips
                      Aug 7 '09 at 0:28



















                    • hmmmm... i'm using my ring finger to hit it, atm. i'll try adjusting to using a pinky and - starting now - I'll see - just = how_ ti_ goes_. i might like this.

                      – Claudiu
                      Aug 6 '09 at 23:30






                    • 1





                      You do have to pivot the hand a bit but you can pivot it right back __ _ __ __ __ weeeeee

                      – Joe Phillips
                      Aug 7 '09 at 0:28

















                    hmmmm... i'm using my ring finger to hit it, atm. i'll try adjusting to using a pinky and - starting now - I'll see - just = how_ ti_ goes_. i might like this.

                    – Claudiu
                    Aug 6 '09 at 23:30





                    hmmmm... i'm using my ring finger to hit it, atm. i'll try adjusting to using a pinky and - starting now - I'll see - just = how_ ti_ goes_. i might like this.

                    – Claudiu
                    Aug 6 '09 at 23:30




                    1




                    1





                    You do have to pivot the hand a bit but you can pivot it right back __ _ __ __ __ weeeeee

                    – Joe Phillips
                    Aug 7 '09 at 0:28





                    You do have to pivot the hand a bit but you can pivot it right back __ _ __ __ __ weeeeee

                    – Joe Phillips
                    Aug 7 '09 at 0:28











                    2














                    Try using Autohotkey



                    Include a configuration like:



                    a::_


                    in this case, when you type "a", it will put a "_"






                    share|improve this answer
























                    • I'd give the example using another key...

                      – samuelcarrijo
                      Aug 6 '09 at 20:37






                    • 17





                      Of course, it's your choice wh_t you want to repl_ce

                      – mkato
                      Aug 6 '09 at 20:38











                    • The ` is a good choice. I never use that thing. And it's pretty easy to hit. Makes your left pinky super-strong.

                      – Nosredna
                      Aug 6 '09 at 21:17











                    • @samuelcarrijo, e::_

                      – Grant
                      Aug 6 '09 at 21:26
















                    2














                    Try using Autohotkey



                    Include a configuration like:



                    a::_


                    in this case, when you type "a", it will put a "_"






                    share|improve this answer
























                    • I'd give the example using another key...

                      – samuelcarrijo
                      Aug 6 '09 at 20:37






                    • 17





                      Of course, it's your choice wh_t you want to repl_ce

                      – mkato
                      Aug 6 '09 at 20:38











                    • The ` is a good choice. I never use that thing. And it's pretty easy to hit. Makes your left pinky super-strong.

                      – Nosredna
                      Aug 6 '09 at 21:17











                    • @samuelcarrijo, e::_

                      – Grant
                      Aug 6 '09 at 21:26














                    2












                    2








                    2







                    Try using Autohotkey



                    Include a configuration like:



                    a::_


                    in this case, when you type "a", it will put a "_"






                    share|improve this answer













                    Try using Autohotkey



                    Include a configuration like:



                    a::_


                    in this case, when you type "a", it will put a "_"







                    share|improve this answer












                    share|improve this answer



                    share|improve this answer










                    answered Aug 6 '09 at 20:34







                    mkato




















                    • I'd give the example using another key...

                      – samuelcarrijo
                      Aug 6 '09 at 20:37






                    • 17





                      Of course, it's your choice wh_t you want to repl_ce

                      – mkato
                      Aug 6 '09 at 20:38











                    • The ` is a good choice. I never use that thing. And it's pretty easy to hit. Makes your left pinky super-strong.

                      – Nosredna
                      Aug 6 '09 at 21:17











                    • @samuelcarrijo, e::_

                      – Grant
                      Aug 6 '09 at 21:26



















                    • I'd give the example using another key...

                      – samuelcarrijo
                      Aug 6 '09 at 20:37






                    • 17





                      Of course, it's your choice wh_t you want to repl_ce

                      – mkato
                      Aug 6 '09 at 20:38











                    • The ` is a good choice. I never use that thing. And it's pretty easy to hit. Makes your left pinky super-strong.

                      – Nosredna
                      Aug 6 '09 at 21:17











                    • @samuelcarrijo, e::_

                      – Grant
                      Aug 6 '09 at 21:26

















                    I'd give the example using another key...

                    – samuelcarrijo
                    Aug 6 '09 at 20:37





                    I'd give the example using another key...

                    – samuelcarrijo
                    Aug 6 '09 at 20:37




                    17




                    17





                    Of course, it's your choice wh_t you want to repl_ce

                    – mkato
                    Aug 6 '09 at 20:38





                    Of course, it's your choice wh_t you want to repl_ce

                    – mkato
                    Aug 6 '09 at 20:38













                    The ` is a good choice. I never use that thing. And it's pretty easy to hit. Makes your left pinky super-strong.

                    – Nosredna
                    Aug 6 '09 at 21:17





                    The ` is a good choice. I never use that thing. And it's pretty easy to hit. Makes your left pinky super-strong.

                    – Nosredna
                    Aug 6 '09 at 21:17













                    @samuelcarrijo, e::_

                    – Grant
                    Aug 6 '09 at 21:26





                    @samuelcarrijo, e::_

                    – Grant
                    Aug 6 '09 at 21:26











                    2














                    remap - key to _ so you don't have to relearn key location but can save time not hitting shift.






                    share|improve this answer




























                      2














                      remap - key to _ so you don't have to relearn key location but can save time not hitting shift.






                      share|improve this answer


























                        2












                        2








                        2







                        remap - key to _ so you don't have to relearn key location but can save time not hitting shift.






                        share|improve this answer













                        remap - key to _ so you don't have to relearn key location but can save time not hitting shift.







                        share|improve this answer












                        share|improve this answer



                        share|improve this answer










                        answered Aug 6 '09 at 20:38







                        Kirk Hings






























                            2















                            1. Turn on capslock.

                            2. Place something heavy on the shift key.

                            3. Everything you type will be in lowercase, but if you type a - it will be a _


                            Alternate Method:



                            Use an autohotkey script



                            #IfWinActive ahk_class gtk ; or whatever the title for the window is

                            ;Choose one of the below
                            -::Send _ ; replace -'s with _'s
                            +space::Send _ ; replace shift+space with _'s
                            f3::Send _ ; replace F3 with _'s. You get the idea





                            share|improve this answer





















                            • 1





                              +0.4 for creativity. Unfortunately we round down.

                              – Joe Phillips
                              Aug 6 '09 at 21:38
















                            2















                            1. Turn on capslock.

                            2. Place something heavy on the shift key.

                            3. Everything you type will be in lowercase, but if you type a - it will be a _


                            Alternate Method:



                            Use an autohotkey script



                            #IfWinActive ahk_class gtk ; or whatever the title for the window is

                            ;Choose one of the below
                            -::Send _ ; replace -'s with _'s
                            +space::Send _ ; replace shift+space with _'s
                            f3::Send _ ; replace F3 with _'s. You get the idea





                            share|improve this answer





















                            • 1





                              +0.4 for creativity. Unfortunately we round down.

                              – Joe Phillips
                              Aug 6 '09 at 21:38














                            2












                            2








                            2








                            1. Turn on capslock.

                            2. Place something heavy on the shift key.

                            3. Everything you type will be in lowercase, but if you type a - it will be a _


                            Alternate Method:



                            Use an autohotkey script



                            #IfWinActive ahk_class gtk ; or whatever the title for the window is

                            ;Choose one of the below
                            -::Send _ ; replace -'s with _'s
                            +space::Send _ ; replace shift+space with _'s
                            f3::Send _ ; replace F3 with _'s. You get the idea





                            share|improve this answer
















                            1. Turn on capslock.

                            2. Place something heavy on the shift key.

                            3. Everything you type will be in lowercase, but if you type a - it will be a _


                            Alternate Method:



                            Use an autohotkey script



                            #IfWinActive ahk_class gtk ; or whatever the title for the window is

                            ;Choose one of the below
                            -::Send _ ; replace -'s with _'s
                            +space::Send _ ; replace shift+space with _'s
                            f3::Send _ ; replace F3 with _'s. You get the idea






                            share|improve this answer














                            share|improve this answer



                            share|improve this answer








                            edited Aug 6 '09 at 21:40

























                            answered Aug 6 '09 at 21:33









                            GrantGrant

                            2,5351413




                            2,5351413








                            • 1





                              +0.4 for creativity. Unfortunately we round down.

                              – Joe Phillips
                              Aug 6 '09 at 21:38














                            • 1





                              +0.4 for creativity. Unfortunately we round down.

                              – Joe Phillips
                              Aug 6 '09 at 21:38








                            1




                            1





                            +0.4 for creativity. Unfortunately we round down.

                            – Joe Phillips
                            Aug 6 '09 at 21:38





                            +0.4 for creativity. Unfortunately we round down.

                            – Joe Phillips
                            Aug 6 '09 at 21:38











                            1














                            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.






                            share|improve this answer



















                            • 2





                              i actually often CTRL+C annoying letters when i have to type them a lot in a particular section of code

                              – Claudiu
                              Aug 6 '09 at 20:44











                            • Except that it's keyboard position puts it out of reach of all but those with abnormally long and dextrous pinkies, which means your fingers have to leave the home keys. That significantly reduces typing speed. It makes a difference in any application of real size.

                              – Russell Steen
                              Aug 6 '09 at 20:44
















                            1














                            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.






                            share|improve this answer



















                            • 2





                              i actually often CTRL+C annoying letters when i have to type them a lot in a particular section of code

                              – Claudiu
                              Aug 6 '09 at 20:44











                            • Except that it's keyboard position puts it out of reach of all but those with abnormally long and dextrous pinkies, which means your fingers have to leave the home keys. That significantly reduces typing speed. It makes a difference in any application of real size.

                              – Russell Steen
                              Aug 6 '09 at 20:44














                            1












                            1








                            1







                            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.






                            share|improve this answer













                            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.







                            share|improve this answer












                            share|improve this answer



                            share|improve this answer










                            answered Aug 6 '09 at 20:37









                            Mark RansomMark Ransom

                            1,68521727




                            1,68521727








                            • 2





                              i actually often CTRL+C annoying letters when i have to type them a lot in a particular section of code

                              – Claudiu
                              Aug 6 '09 at 20:44











                            • Except that it's keyboard position puts it out of reach of all but those with abnormally long and dextrous pinkies, which means your fingers have to leave the home keys. That significantly reduces typing speed. It makes a difference in any application of real size.

                              – Russell Steen
                              Aug 6 '09 at 20:44














                            • 2





                              i actually often CTRL+C annoying letters when i have to type them a lot in a particular section of code

                              – Claudiu
                              Aug 6 '09 at 20:44











                            • Except that it's keyboard position puts it out of reach of all but those with abnormally long and dextrous pinkies, which means your fingers have to leave the home keys. That significantly reduces typing speed. It makes a difference in any application of real size.

                              – Russell Steen
                              Aug 6 '09 at 20:44








                            2




                            2





                            i actually often CTRL+C annoying letters when i have to type them a lot in a particular section of code

                            – Claudiu
                            Aug 6 '09 at 20:44





                            i actually often CTRL+C annoying letters when i have to type them a lot in a particular section of code

                            – Claudiu
                            Aug 6 '09 at 20:44













                            Except that it's keyboard position puts it out of reach of all but those with abnormally long and dextrous pinkies, which means your fingers have to leave the home keys. That significantly reduces typing speed. It makes a difference in any application of real size.

                            – Russell Steen
                            Aug 6 '09 at 20:44





                            Except that it's keyboard position puts it out of reach of all but those with abnormally long and dextrous pinkies, which means your fingers have to leave the home keys. That significantly reduces typing speed. It makes a difference in any application of real size.

                            – Russell Steen
                            Aug 6 '09 at 20:44











                            1














                            Practice, practice, practice...



                            The kids (and I) like this Typing Instructor



                            -JFV






                            share|improve this answer
























                            • i can already type at like 140wpm; i don't know if that typing instructor is for me

                              – Claudiu
                              Aug 6 '09 at 23:29






                            • 2





                              The best typing tutor is The Typing of The Dead

                              – Dana Robinson
                              Aug 7 '09 at 1:32











                            • I learned from Mario Teaches Typing. If you got a good typing streak going, Mario blew though goombas like a samurai.

                              – Grant
                              Aug 7 '09 at 12:26
















                            1














                            Practice, practice, practice...



                            The kids (and I) like this Typing Instructor



                            -JFV






                            share|improve this answer
























                            • i can already type at like 140wpm; i don't know if that typing instructor is for me

                              – Claudiu
                              Aug 6 '09 at 23:29






                            • 2





                              The best typing tutor is The Typing of The Dead

                              – Dana Robinson
                              Aug 7 '09 at 1:32











                            • I learned from Mario Teaches Typing. If you got a good typing streak going, Mario blew though goombas like a samurai.

                              – Grant
                              Aug 7 '09 at 12:26














                            1












                            1








                            1







                            Practice, practice, practice...



                            The kids (and I) like this Typing Instructor



                            -JFV






                            share|improve this answer













                            Practice, practice, practice...



                            The kids (and I) like this Typing Instructor



                            -JFV







                            share|improve this answer












                            share|improve this answer



                            share|improve this answer










                            answered Aug 6 '09 at 21:18









                            JFVJFV

                            962915




                            962915













                            • i can already type at like 140wpm; i don't know if that typing instructor is for me

                              – Claudiu
                              Aug 6 '09 at 23:29






                            • 2





                              The best typing tutor is The Typing of The Dead

                              – Dana Robinson
                              Aug 7 '09 at 1:32











                            • I learned from Mario Teaches Typing. If you got a good typing streak going, Mario blew though goombas like a samurai.

                              – Grant
                              Aug 7 '09 at 12:26



















                            • i can already type at like 140wpm; i don't know if that typing instructor is for me

                              – Claudiu
                              Aug 6 '09 at 23:29






                            • 2





                              The best typing tutor is The Typing of The Dead

                              – Dana Robinson
                              Aug 7 '09 at 1:32











                            • I learned from Mario Teaches Typing. If you got a good typing streak going, Mario blew though goombas like a samurai.

                              – Grant
                              Aug 7 '09 at 12:26

















                            i can already type at like 140wpm; i don't know if that typing instructor is for me

                            – Claudiu
                            Aug 6 '09 at 23:29





                            i can already type at like 140wpm; i don't know if that typing instructor is for me

                            – Claudiu
                            Aug 6 '09 at 23:29




                            2




                            2





                            The best typing tutor is The Typing of The Dead

                            – Dana Robinson
                            Aug 7 '09 at 1:32





                            The best typing tutor is The Typing of The Dead

                            – Dana Robinson
                            Aug 7 '09 at 1:32













                            I learned from Mario Teaches Typing. If you got a good typing streak going, Mario blew though goombas like a samurai.

                            – Grant
                            Aug 7 '09 at 12:26





                            I learned from Mario Teaches Typing. If you got a good typing streak going, Mario blew though goombas like a samurai.

                            – Grant
                            Aug 7 '09 at 12:26











                            0














                            Copy and paste a bunch of times.






                            share|improve this answer




























                              0














                              Copy and paste a bunch of times.






                              share|improve this answer


























                                0












                                0








                                0







                                Copy and paste a bunch of times.






                                share|improve this answer













                                Copy and paste a bunch of times.







                                share|improve this answer












                                share|improve this answer



                                share|improve this answer










                                answered Aug 6 '09 at 22:28









                                tsilbtsilb

                                2,09731931




                                2,09731931























                                    0














                                    Add a second keyboard. (You can have up to [at least 14] USB keyboards.) You could use the second keyboard directly -- but it merely types the same characters. You could tape down Shift on the second keyboard -- but you still have to find its -/_ key every time; no time saved. With more work, you can remap keys on the extra keyboard. For example: place the second keyboard above the first one and make its spacebar type _, hitting the other spacebar might actually be faster than typing Shift+-/_. (And you have ~94 more keys that you can relabel for other added functions.) Recoding the second keyboard has been done using LuaMacros: https://www.diyphotography.net/create-entire-new-keyboard-shortcodes-hack/






                                    share|improve this answer




























                                      0














                                      Add a second keyboard. (You can have up to [at least 14] USB keyboards.) You could use the second keyboard directly -- but it merely types the same characters. You could tape down Shift on the second keyboard -- but you still have to find its -/_ key every time; no time saved. With more work, you can remap keys on the extra keyboard. For example: place the second keyboard above the first one and make its spacebar type _, hitting the other spacebar might actually be faster than typing Shift+-/_. (And you have ~94 more keys that you can relabel for other added functions.) Recoding the second keyboard has been done using LuaMacros: https://www.diyphotography.net/create-entire-new-keyboard-shortcodes-hack/






                                      share|improve this answer


























                                        0












                                        0








                                        0







                                        Add a second keyboard. (You can have up to [at least 14] USB keyboards.) You could use the second keyboard directly -- but it merely types the same characters. You could tape down Shift on the second keyboard -- but you still have to find its -/_ key every time; no time saved. With more work, you can remap keys on the extra keyboard. For example: place the second keyboard above the first one and make its spacebar type _, hitting the other spacebar might actually be faster than typing Shift+-/_. (And you have ~94 more keys that you can relabel for other added functions.) Recoding the second keyboard has been done using LuaMacros: https://www.diyphotography.net/create-entire-new-keyboard-shortcodes-hack/






                                        share|improve this answer













                                        Add a second keyboard. (You can have up to [at least 14] USB keyboards.) You could use the second keyboard directly -- but it merely types the same characters. You could tape down Shift on the second keyboard -- but you still have to find its -/_ key every time; no time saved. With more work, you can remap keys on the extra keyboard. For example: place the second keyboard above the first one and make its spacebar type _, hitting the other spacebar might actually be faster than typing Shift+-/_. (And you have ~94 more keys that you can relabel for other added functions.) Recoding the second keyboard has been done using LuaMacros: https://www.diyphotography.net/create-entire-new-keyboard-shortcodes-hack/







                                        share|improve this answer












                                        share|improve this answer



                                        share|improve this answer










                                        answered Feb 9 at 22:31









                                        A876A876

                                        805




                                        805























                                            0














                                            Remap a useless key to _. The most useless keys on the keyboard are insert and caps lock. They are close to the useful keyfield, so you might actually gain speed once you've learned the position of your new _ key.



                                            Backstory: I realized that I never used insert or caps lock. But every so often I would hit one by accident. These keys are toggles, which affect every subsequent keystroke. Whenever I realized that I hit insert, I had to turn it off and then recover the text that I overtyped. Whenever I realized that I hit caps lock, I had to turn it off and then retype the text that I entered in "oppositecase". I found this so unacceptably frustrating (unfuriating) that I pried insert and caps lock off every keyboard that I use. It's much better that way. (I can toggle either one, when rarely needed, by reaching into the hole with the back of a pen.) (If you remap one of these keys, you can remap some other combination to replace it, or use "Onscreen keyboard".)






                                            share|improve this answer






























                                              0














                                              Remap a useless key to _. The most useless keys on the keyboard are insert and caps lock. They are close to the useful keyfield, so you might actually gain speed once you've learned the position of your new _ key.



                                              Backstory: I realized that I never used insert or caps lock. But every so often I would hit one by accident. These keys are toggles, which affect every subsequent keystroke. Whenever I realized that I hit insert, I had to turn it off and then recover the text that I overtyped. Whenever I realized that I hit caps lock, I had to turn it off and then retype the text that I entered in "oppositecase". I found this so unacceptably frustrating (unfuriating) that I pried insert and caps lock off every keyboard that I use. It's much better that way. (I can toggle either one, when rarely needed, by reaching into the hole with the back of a pen.) (If you remap one of these keys, you can remap some other combination to replace it, or use "Onscreen keyboard".)






                                              share|improve this answer




























                                                0












                                                0








                                                0







                                                Remap a useless key to _. The most useless keys on the keyboard are insert and caps lock. They are close to the useful keyfield, so you might actually gain speed once you've learned the position of your new _ key.



                                                Backstory: I realized that I never used insert or caps lock. But every so often I would hit one by accident. These keys are toggles, which affect every subsequent keystroke. Whenever I realized that I hit insert, I had to turn it off and then recover the text that I overtyped. Whenever I realized that I hit caps lock, I had to turn it off and then retype the text that I entered in "oppositecase". I found this so unacceptably frustrating (unfuriating) that I pried insert and caps lock off every keyboard that I use. It's much better that way. (I can toggle either one, when rarely needed, by reaching into the hole with the back of a pen.) (If you remap one of these keys, you can remap some other combination to replace it, or use "Onscreen keyboard".)






                                                share|improve this answer















                                                Remap a useless key to _. The most useless keys on the keyboard are insert and caps lock. They are close to the useful keyfield, so you might actually gain speed once you've learned the position of your new _ key.



                                                Backstory: I realized that I never used insert or caps lock. But every so often I would hit one by accident. These keys are toggles, which affect every subsequent keystroke. Whenever I realized that I hit insert, I had to turn it off and then recover the text that I overtyped. Whenever I realized that I hit caps lock, I had to turn it off and then retype the text that I entered in "oppositecase". I found this so unacceptably frustrating (unfuriating) that I pried insert and caps lock off every keyboard that I use. It's much better that way. (I can toggle either one, when rarely needed, by reaching into the hole with the back of a pen.) (If you remap one of these keys, you can remap some other combination to replace it, or use "Onscreen keyboard".)







                                                share|improve this answer














                                                share|improve this answer



                                                share|improve this answer








                                                edited Feb 9 at 23:07

























                                                answered Feb 9 at 22:53









                                                A876A876

                                                805




                                                805






























                                                    draft saved

                                                    draft discarded




















































                                                    Thanks for contributing an answer to Super User!


                                                    • Please be sure to answer the question. Provide details and share your research!

                                                    But avoid



                                                    • Asking for help, clarification, or responding to other answers.

                                                    • Making statements based on opinion; back them up with references or personal experience.


                                                    To learn more, see our tips on writing great answers.




                                                    draft saved


                                                    draft discarded














                                                    StackExchange.ready(
                                                    function () {
                                                    StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f19250%2fhow-to-quickly-type-underscore%23new-answer', 'question_page');
                                                    }
                                                    );

                                                    Post as a guest















                                                    Required, but never shown





















































                                                    Required, but never shown














                                                    Required, but never shown












                                                    Required, but never shown







                                                    Required, but never shown

































                                                    Required, but never shown














                                                    Required, but never shown












                                                    Required, but never shown







                                                    Required, but never shown







                                                    Popular posts from this blog

                                                    How do I know what Microsoft account the skydrive app is syncing to?

                                                    When does type information flow backwards in C++?

                                                    Grease: Live!