Apostrophe key in one keystroke











up vote
0
down vote

favorite












Currently, I can insert the apostrophe character ' only by pressing an extra space after typing the apostrophe key.



My current keyboardsetting is English (United States) - United States-International. I've also tried English (United States) - US



I'm looking for the configuration setting which inserts the apostrophe character in one keystroke, without having to use the space key.



Supplement.
I'm using both Windows 7 and 10. I'm not using a text-editor, but a web browser application.










share|improve this question
























  • do you really mean apostrophe or the back quote? computerhope.com/jargon/b/backquot.htm
    – chloesoe
    Nov 19 at 18:47










  • @chloesoe I really mean apostrophe.
    – Mussé Redi
    Nov 19 at 18:48












  • This is a property of the International keyboard, are you sure you really need it?
    – harrymc
    Nov 19 at 19:10










  • I'm doing a [typing course](typing.com) which require's the ' keystroke individually, without the space.
    – Mussé Redi
    Nov 19 at 19:19

















up vote
0
down vote

favorite












Currently, I can insert the apostrophe character ' only by pressing an extra space after typing the apostrophe key.



My current keyboardsetting is English (United States) - United States-International. I've also tried English (United States) - US



I'm looking for the configuration setting which inserts the apostrophe character in one keystroke, without having to use the space key.



Supplement.
I'm using both Windows 7 and 10. I'm not using a text-editor, but a web browser application.










share|improve this question
























  • do you really mean apostrophe or the back quote? computerhope.com/jargon/b/backquot.htm
    – chloesoe
    Nov 19 at 18:47










  • @chloesoe I really mean apostrophe.
    – Mussé Redi
    Nov 19 at 18:48












  • This is a property of the International keyboard, are you sure you really need it?
    – harrymc
    Nov 19 at 19:10










  • I'm doing a [typing course](typing.com) which require's the ' keystroke individually, without the space.
    – Mussé Redi
    Nov 19 at 19:19















up vote
0
down vote

favorite









up vote
0
down vote

favorite











Currently, I can insert the apostrophe character ' only by pressing an extra space after typing the apostrophe key.



My current keyboardsetting is English (United States) - United States-International. I've also tried English (United States) - US



I'm looking for the configuration setting which inserts the apostrophe character in one keystroke, without having to use the space key.



Supplement.
I'm using both Windows 7 and 10. I'm not using a text-editor, but a web browser application.










share|improve this question















Currently, I can insert the apostrophe character ' only by pressing an extra space after typing the apostrophe key.



My current keyboardsetting is English (United States) - United States-International. I've also tried English (United States) - US



I'm looking for the configuration setting which inserts the apostrophe character in one keystroke, without having to use the space key.



Supplement.
I'm using both Windows 7 and 10. I'm not using a text-editor, but a web browser application.







keyboard






share|improve this question















share|improve this question













share|improve this question




share|improve this question








edited Nov 19 at 18:47

























asked Nov 19 at 18:39









Mussé Redi

12819




12819












  • do you really mean apostrophe or the back quote? computerhope.com/jargon/b/backquot.htm
    – chloesoe
    Nov 19 at 18:47










  • @chloesoe I really mean apostrophe.
    – Mussé Redi
    Nov 19 at 18:48












  • This is a property of the International keyboard, are you sure you really need it?
    – harrymc
    Nov 19 at 19:10










  • I'm doing a [typing course](typing.com) which require's the ' keystroke individually, without the space.
    – Mussé Redi
    Nov 19 at 19:19




















  • do you really mean apostrophe or the back quote? computerhope.com/jargon/b/backquot.htm
    – chloesoe
    Nov 19 at 18:47










  • @chloesoe I really mean apostrophe.
    – Mussé Redi
    Nov 19 at 18:48












  • This is a property of the International keyboard, are you sure you really need it?
    – harrymc
    Nov 19 at 19:10










  • I'm doing a [typing course](typing.com) which require's the ' keystroke individually, without the space.
    – Mussé Redi
    Nov 19 at 19:19


















do you really mean apostrophe or the back quote? computerhope.com/jargon/b/backquot.htm
– chloesoe
Nov 19 at 18:47




do you really mean apostrophe or the back quote? computerhope.com/jargon/b/backquot.htm
– chloesoe
Nov 19 at 18:47












@chloesoe I really mean apostrophe.
– Mussé Redi
Nov 19 at 18:48






@chloesoe I really mean apostrophe.
– Mussé Redi
Nov 19 at 18:48














This is a property of the International keyboard, are you sure you really need it?
– harrymc
Nov 19 at 19:10




This is a property of the International keyboard, are you sure you really need it?
– harrymc
Nov 19 at 19:10












I'm doing a [typing course](typing.com) which require's the ' keystroke individually, without the space.
– Mussé Redi
Nov 19 at 19:19






I'm doing a [typing course](typing.com) which require's the ' keystroke individually, without the space.
– Mussé Redi
Nov 19 at 19:19












1 Answer
1






active

oldest

votes

















up vote
0
down vote













This is a property of the International keyboard. Typing for example the letter
e after the apostrophe will create an accented character like é.



If you wish to disable this property, there are two options:




  • Use the non-international version of the keyboard.

  • Use a keyboard-macro with a product such as
    AutoHotKey.


Using AutoHotKey, you may map apostrophe to
apostrophe+space with a script like this:



#UseHook, On
':: send '{Space}


The #UseHook directive is needed to avoid an infinite loop on the
repeated interception of the apostrophe.
Hotkeys that use the keyboard hook cannot be triggered by means of the
Send command.






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',
    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%2f1376763%2fapostrophe-key-in-one-keystroke%23new-answer', 'question_page');
    }
    );

    Post as a guest















    Required, but never shown

























    1 Answer
    1






    active

    oldest

    votes








    1 Answer
    1






    active

    oldest

    votes









    active

    oldest

    votes






    active

    oldest

    votes








    up vote
    0
    down vote













    This is a property of the International keyboard. Typing for example the letter
    e after the apostrophe will create an accented character like é.



    If you wish to disable this property, there are two options:




    • Use the non-international version of the keyboard.

    • Use a keyboard-macro with a product such as
      AutoHotKey.


    Using AutoHotKey, you may map apostrophe to
    apostrophe+space with a script like this:



    #UseHook, On
    ':: send '{Space}


    The #UseHook directive is needed to avoid an infinite loop on the
    repeated interception of the apostrophe.
    Hotkeys that use the keyboard hook cannot be triggered by means of the
    Send command.






    share|improve this answer

























      up vote
      0
      down vote













      This is a property of the International keyboard. Typing for example the letter
      e after the apostrophe will create an accented character like é.



      If you wish to disable this property, there are two options:




      • Use the non-international version of the keyboard.

      • Use a keyboard-macro with a product such as
        AutoHotKey.


      Using AutoHotKey, you may map apostrophe to
      apostrophe+space with a script like this:



      #UseHook, On
      ':: send '{Space}


      The #UseHook directive is needed to avoid an infinite loop on the
      repeated interception of the apostrophe.
      Hotkeys that use the keyboard hook cannot be triggered by means of the
      Send command.






      share|improve this answer























        up vote
        0
        down vote










        up vote
        0
        down vote









        This is a property of the International keyboard. Typing for example the letter
        e after the apostrophe will create an accented character like é.



        If you wish to disable this property, there are two options:




        • Use the non-international version of the keyboard.

        • Use a keyboard-macro with a product such as
          AutoHotKey.


        Using AutoHotKey, you may map apostrophe to
        apostrophe+space with a script like this:



        #UseHook, On
        ':: send '{Space}


        The #UseHook directive is needed to avoid an infinite loop on the
        repeated interception of the apostrophe.
        Hotkeys that use the keyboard hook cannot be triggered by means of the
        Send command.






        share|improve this answer












        This is a property of the International keyboard. Typing for example the letter
        e after the apostrophe will create an accented character like é.



        If you wish to disable this property, there are two options:




        • Use the non-international version of the keyboard.

        • Use a keyboard-macro with a product such as
          AutoHotKey.


        Using AutoHotKey, you may map apostrophe to
        apostrophe+space with a script like this:



        #UseHook, On
        ':: send '{Space}


        The #UseHook directive is needed to avoid an infinite loop on the
        repeated interception of the apostrophe.
        Hotkeys that use the keyboard hook cannot be triggered by means of the
        Send command.







        share|improve this answer












        share|improve this answer



        share|improve this answer










        answered Nov 19 at 19:44









        harrymc

        248k10257546




        248k10257546






























             

            draft saved


            draft discarded



















































             


            draft saved


            draft discarded














            StackExchange.ready(
            function () {
            StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f1376763%2fapostrophe-key-in-one-keystroke%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

            Probability when a professor distributes a quiz and homework assignment to a class of n students.

            Aardman Animations

            Are they similar matrix