How do I setup keyboard macros?How do I assign a string as a keyboard shortcut?Permanant shortcut to paste...

What materials can be used to make a humanoid skin warm?

I can't die. Who am I?

Gaining more land

How to resolve: Reviewer #1 says remove section X vs. Reviewer #2 says expand section X

Virginia employer terminated employee and wants signing bonus returned

Finitely many repeated replacements

How to write a chaotic neutral protagonist and prevent my readers from thinking they are evil?

Can I negotiate a patent idea for a raise, under French law?

What is Tony Stark injecting into himself in Iron Man 3?

What is better: yes / no radio, or simple checkbox?

MySQL importing CSV files really slow

Is a piano played in the same way as a harmonium?

Power Strip for Europe

Why is there an extra space when I type "ls" in the Desktop directory?

Do I really need to have a scientific explanation for my premise?

Is it possible that a question has only two answers?

Why restrict private health insurance?

Can one live in the U.S. and not use a credit card?

Plausibility of Mushroom Buildings

Vocabulary for giving just numbers, not a full answer

How do spaceships determine each other's mass in space?

School performs periodic password audits. Is my password compromised?

Is it possible to find 2014 distinct positive integers whose sum is divisible by each of them?

In the late 1940’s to early 1950’s what technology was available that could melt ice?



How do I setup keyboard macros?


How do I assign a string as a keyboard shortcut?Permanant shortcut to paste custom textCan I use Keyboard Shortcuts to implement text macros?How can I assign macros to my keyboard keys on Ubuntu, similar to Razer Keyboard Macros in Windows?what is a good mouse/keyboard macro recorder?Can I create a keyboard shortcut to kicking on my WiFi hotspot?Can I use Keyboard Shortcuts to implement text macros?Cannot type after Gnome login since last updateIs there any way to use QWERTY's keyboard shortcut position while the Dvorak layout is active?Is there a way how to customize my keyboard layout in Xubuntu in a graphical way (by clicking)?Unity elements sometimes appear while full screen in Virtualbox - how to stop it?How can I assign macros to my keyboard keys on Ubuntu, similar to Razer Keyboard Macros in Windows?Gaming macros on ubuntuUsing macros on blackwidow ultimateRemapping USB number keypad as text macros?Is it possible to have a complex macro layout using multiple keyboards?













13















In my daily life I'm always typing <kbd>Keyboard Character</kbd> and I'd like to set up a macro in Ubuntu to automatically enter <kbd> </kbd>.



I'd like to assign it to say Shift+Control+K or whatever keyboard control character combination isn't assigned and already used by Ubuntu.



Back in the day of TSR (Terminate and Stay Resident) MS-DOS programs this was possible. Certainly it must be in Ubuntu too?



Do I have to write a daemon to accomplish this?










share|improve this question

























  • Points for bringing up the TSR :-)

    – drudru
    Jan 18 at 1:01
















13















In my daily life I'm always typing <kbd>Keyboard Character</kbd> and I'd like to set up a macro in Ubuntu to automatically enter <kbd> </kbd>.



I'd like to assign it to say Shift+Control+K or whatever keyboard control character combination isn't assigned and already used by Ubuntu.



Back in the day of TSR (Terminate and Stay Resident) MS-DOS programs this was possible. Certainly it must be in Ubuntu too?



Do I have to write a daemon to accomplish this?










share|improve this question

























  • Points for bringing up the TSR :-)

    – drudru
    Jan 18 at 1:01














13












13








13


4






In my daily life I'm always typing <kbd>Keyboard Character</kbd> and I'd like to set up a macro in Ubuntu to automatically enter <kbd> </kbd>.



I'd like to assign it to say Shift+Control+K or whatever keyboard control character combination isn't assigned and already used by Ubuntu.



Back in the day of TSR (Terminate and Stay Resident) MS-DOS programs this was possible. Certainly it must be in Ubuntu too?



Do I have to write a daemon to accomplish this?










share|improve this question
















In my daily life I'm always typing <kbd>Keyboard Character</kbd> and I'd like to set up a macro in Ubuntu to automatically enter <kbd> </kbd>.



I'd like to assign it to say Shift+Control+K or whatever keyboard control character combination isn't assigned and already used by Ubuntu.



Back in the day of TSR (Terminate and Stay Resident) MS-DOS programs this was possible. Certainly it must be in Ubuntu too?



Do I have to write a daemon to accomplish this?







keyboard shortcut-keys






share|improve this question















share|improve this question













share|improve this question




share|improve this question








edited Jan 1 '17 at 3:51









muru

1




1










asked Dec 31 '16 at 22:21









WinEunuuchs2UnixWinEunuuchs2Unix

46.5k1190180




46.5k1190180













  • Points for bringing up the TSR :-)

    – drudru
    Jan 18 at 1:01



















  • Points for bringing up the TSR :-)

    – drudru
    Jan 18 at 1:01

















Points for bringing up the TSR :-)

– drudru
Jan 18 at 1:01





Points for bringing up the TSR :-)

– drudru
Jan 18 at 1:01










3 Answers
3






active

oldest

votes


















11














I found other questions here (How to assign macros to my keyboard keys on Ubuntu, similar to Razer Keyboard Macros in windows?) and here (what is a good mouse/keyboard macro recorder?) with no answers.



I found a similar question with an answer here (Can I use Keyboard Shortcuts to implement text macros?). However that question stipulated the answer could not be AutoKey.



I did some googling and found the program called AutoKey (Autokey - Linux utility for text substitution hotkeys) near the top of the list.



Rather than a hotkey using Ctrl+Shift+K I chose to assign the abbreviation "k z" (with no space in between) which is automatically expanded into "< k b d > < / k b d > +" (with no spaces in between)



It is simply installed using:



sudo apt install autokey-gtk


It installs in Launcher and the screen is pretty simple to use:



Autokey






share|improve this answer

































    9














    What also can be done is to use xdotool withtype flag, like so:



    bash -c ' sleep 0.5; xdotool getactivewindow  type "<kbd></kbd>"'


    Go to System Settings-> Keyboard-> Shortcuts -> Custom and bind that command to whatever keyboard shortcut you want. I chose CtrlSuperK. What happens here is that we give user delay of 0.5 seconds to release keyboard shortcut, and then xdotool will type out the key markup tags just as if you were doing it yourself on keyboard. Very easy and simple approach. In fact I am used it just now to put in those 3 keys above.



    Note that xdotool doesn't come with Ubuntu by default, so you will have to install it via sudo apt-get install xdotool






    share|improve this answer
























    • Can you also make the insertion pointer go back so that it will be between <kbd> and </kbd>?

      – DK Bose
      Jan 1 '17 at 15:55






    • 3





      I'm using bash -c 'sleep 0.5; xdotool getactivewindow type "[CODE][/CODE]" && sleep 0.5 && xdotool key Left Left Left Left Left Left Left' to get the text cursor between the code tags.

      – DK Bose
      Jan 1 '17 at 16:29





















    0














    If you have a compose file you can use it as a poor-man’s text insertion utility.



    You can use a few of the modifiers in X. Apparently you can use Shift as a modifier:



    ! Ctrl Shift <k> : "<kbd></kbd>"


    But this does not work, at least on my machine.



    Nor does this work (omitted Shift, capitalized K):



    ! Ctrl <K> : "<kbd></kbd>"


    However, you can use Ctrl and Ctrl+Alt:



    ! Ctrl Alt <k> : "<kbd></kbd>"
    ! Ctrl <k> : "<kbd></kbd>"


    Placing the cursor correctly



    The above mappings will place the cursor after the string (| indicates the cursor):



    <kbd></kbd>|


    I reckon there can be no general-purpose solution for putting the cursor inside of the tag; for that you would need to use a fit-for-purpose tool. But you can the cursor go inside the tag in certain applications.



    I use gnome-terminal with Bash which uses readline keybindings (Emacs-like). Ctrl-b is the keybinding for going backwards one character. In my terminal I can type Ctrl+v b and get the control character ^B (U+0002 (Start of Text)). So type six of these characters at the end of the string:



    ! Ctrl Alt <k> : "<kbd></kbd>^B^B^B^B^B^B"


    The cursor will be placed inside the tag if you are inside an application that interprets ^B correctly (e.g. terminals and Emacs):



    <kbd>|</kbd>


    Using the compose key



    You can of course use the compose key (<Multi_key>) to achieve the same thing. For example, use t (“tag”) and k (“keyboard”):



    <Multi_key> <t> <k> : "<kbd></kbd>^B^B^B^B^B^B"




    share























      Your Answer








      StackExchange.ready(function() {
      var channelOptions = {
      tags: "".split(" "),
      id: "89"
      };
      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%2faskubuntu.com%2fquestions%2f866619%2fhow-do-i-setup-keyboard-macros%23new-answer', 'question_page');
      }
      );

      Post as a guest















      Required, but never shown

























      3 Answers
      3






      active

      oldest

      votes








      3 Answers
      3






      active

      oldest

      votes









      active

      oldest

      votes






      active

      oldest

      votes









      11














      I found other questions here (How to assign macros to my keyboard keys on Ubuntu, similar to Razer Keyboard Macros in windows?) and here (what is a good mouse/keyboard macro recorder?) with no answers.



      I found a similar question with an answer here (Can I use Keyboard Shortcuts to implement text macros?). However that question stipulated the answer could not be AutoKey.



      I did some googling and found the program called AutoKey (Autokey - Linux utility for text substitution hotkeys) near the top of the list.



      Rather than a hotkey using Ctrl+Shift+K I chose to assign the abbreviation "k z" (with no space in between) which is automatically expanded into "< k b d > < / k b d > +" (with no spaces in between)



      It is simply installed using:



      sudo apt install autokey-gtk


      It installs in Launcher and the screen is pretty simple to use:



      Autokey






      share|improve this answer






























        11














        I found other questions here (How to assign macros to my keyboard keys on Ubuntu, similar to Razer Keyboard Macros in windows?) and here (what is a good mouse/keyboard macro recorder?) with no answers.



        I found a similar question with an answer here (Can I use Keyboard Shortcuts to implement text macros?). However that question stipulated the answer could not be AutoKey.



        I did some googling and found the program called AutoKey (Autokey - Linux utility for text substitution hotkeys) near the top of the list.



        Rather than a hotkey using Ctrl+Shift+K I chose to assign the abbreviation "k z" (with no space in between) which is automatically expanded into "< k b d > < / k b d > +" (with no spaces in between)



        It is simply installed using:



        sudo apt install autokey-gtk


        It installs in Launcher and the screen is pretty simple to use:



        Autokey






        share|improve this answer




























          11












          11








          11







          I found other questions here (How to assign macros to my keyboard keys on Ubuntu, similar to Razer Keyboard Macros in windows?) and here (what is a good mouse/keyboard macro recorder?) with no answers.



          I found a similar question with an answer here (Can I use Keyboard Shortcuts to implement text macros?). However that question stipulated the answer could not be AutoKey.



          I did some googling and found the program called AutoKey (Autokey - Linux utility for text substitution hotkeys) near the top of the list.



          Rather than a hotkey using Ctrl+Shift+K I chose to assign the abbreviation "k z" (with no space in between) which is automatically expanded into "< k b d > < / k b d > +" (with no spaces in between)



          It is simply installed using:



          sudo apt install autokey-gtk


          It installs in Launcher and the screen is pretty simple to use:



          Autokey






          share|improve this answer















          I found other questions here (How to assign macros to my keyboard keys on Ubuntu, similar to Razer Keyboard Macros in windows?) and here (what is a good mouse/keyboard macro recorder?) with no answers.



          I found a similar question with an answer here (Can I use Keyboard Shortcuts to implement text macros?). However that question stipulated the answer could not be AutoKey.



          I did some googling and found the program called AutoKey (Autokey - Linux utility for text substitution hotkeys) near the top of the list.



          Rather than a hotkey using Ctrl+Shift+K I chose to assign the abbreviation "k z" (with no space in between) which is automatically expanded into "< k b d > < / k b d > +" (with no spaces in between)



          It is simply installed using:



          sudo apt install autokey-gtk


          It installs in Launcher and the screen is pretty simple to use:



          Autokey







          share|improve this answer














          share|improve this answer



          share|improve this answer








          edited Apr 13 '17 at 12:24









          Community

          1




          1










          answered Dec 31 '16 at 23:10









          WinEunuuchs2UnixWinEunuuchs2Unix

          46.5k1190180




          46.5k1190180

























              9














              What also can be done is to use xdotool withtype flag, like so:



              bash -c ' sleep 0.5; xdotool getactivewindow  type "<kbd></kbd>"'


              Go to System Settings-> Keyboard-> Shortcuts -> Custom and bind that command to whatever keyboard shortcut you want. I chose CtrlSuperK. What happens here is that we give user delay of 0.5 seconds to release keyboard shortcut, and then xdotool will type out the key markup tags just as if you were doing it yourself on keyboard. Very easy and simple approach. In fact I am used it just now to put in those 3 keys above.



              Note that xdotool doesn't come with Ubuntu by default, so you will have to install it via sudo apt-get install xdotool






              share|improve this answer
























              • Can you also make the insertion pointer go back so that it will be between <kbd> and </kbd>?

                – DK Bose
                Jan 1 '17 at 15:55






              • 3





                I'm using bash -c 'sleep 0.5; xdotool getactivewindow type "[CODE][/CODE]" && sleep 0.5 && xdotool key Left Left Left Left Left Left Left' to get the text cursor between the code tags.

                – DK Bose
                Jan 1 '17 at 16:29


















              9














              What also can be done is to use xdotool withtype flag, like so:



              bash -c ' sleep 0.5; xdotool getactivewindow  type "<kbd></kbd>"'


              Go to System Settings-> Keyboard-> Shortcuts -> Custom and bind that command to whatever keyboard shortcut you want. I chose CtrlSuperK. What happens here is that we give user delay of 0.5 seconds to release keyboard shortcut, and then xdotool will type out the key markup tags just as if you were doing it yourself on keyboard. Very easy and simple approach. In fact I am used it just now to put in those 3 keys above.



              Note that xdotool doesn't come with Ubuntu by default, so you will have to install it via sudo apt-get install xdotool






              share|improve this answer
























              • Can you also make the insertion pointer go back so that it will be between <kbd> and </kbd>?

                – DK Bose
                Jan 1 '17 at 15:55






              • 3





                I'm using bash -c 'sleep 0.5; xdotool getactivewindow type "[CODE][/CODE]" && sleep 0.5 && xdotool key Left Left Left Left Left Left Left' to get the text cursor between the code tags.

                – DK Bose
                Jan 1 '17 at 16:29
















              9












              9








              9







              What also can be done is to use xdotool withtype flag, like so:



              bash -c ' sleep 0.5; xdotool getactivewindow  type "<kbd></kbd>"'


              Go to System Settings-> Keyboard-> Shortcuts -> Custom and bind that command to whatever keyboard shortcut you want. I chose CtrlSuperK. What happens here is that we give user delay of 0.5 seconds to release keyboard shortcut, and then xdotool will type out the key markup tags just as if you were doing it yourself on keyboard. Very easy and simple approach. In fact I am used it just now to put in those 3 keys above.



              Note that xdotool doesn't come with Ubuntu by default, so you will have to install it via sudo apt-get install xdotool






              share|improve this answer













              What also can be done is to use xdotool withtype flag, like so:



              bash -c ' sleep 0.5; xdotool getactivewindow  type "<kbd></kbd>"'


              Go to System Settings-> Keyboard-> Shortcuts -> Custom and bind that command to whatever keyboard shortcut you want. I chose CtrlSuperK. What happens here is that we give user delay of 0.5 seconds to release keyboard shortcut, and then xdotool will type out the key markup tags just as if you were doing it yourself on keyboard. Very easy and simple approach. In fact I am used it just now to put in those 3 keys above.



              Note that xdotool doesn't come with Ubuntu by default, so you will have to install it via sudo apt-get install xdotool







              share|improve this answer












              share|improve this answer



              share|improve this answer










              answered Jan 1 '17 at 3:34









              Sergiy KolodyazhnyySergiy Kolodyazhnyy

              73.8k9154323




              73.8k9154323













              • Can you also make the insertion pointer go back so that it will be between <kbd> and </kbd>?

                – DK Bose
                Jan 1 '17 at 15:55






              • 3





                I'm using bash -c 'sleep 0.5; xdotool getactivewindow type "[CODE][/CODE]" && sleep 0.5 && xdotool key Left Left Left Left Left Left Left' to get the text cursor between the code tags.

                – DK Bose
                Jan 1 '17 at 16:29





















              • Can you also make the insertion pointer go back so that it will be between <kbd> and </kbd>?

                – DK Bose
                Jan 1 '17 at 15:55






              • 3





                I'm using bash -c 'sleep 0.5; xdotool getactivewindow type "[CODE][/CODE]" && sleep 0.5 && xdotool key Left Left Left Left Left Left Left' to get the text cursor between the code tags.

                – DK Bose
                Jan 1 '17 at 16:29



















              Can you also make the insertion pointer go back so that it will be between <kbd> and </kbd>?

              – DK Bose
              Jan 1 '17 at 15:55





              Can you also make the insertion pointer go back so that it will be between <kbd> and </kbd>?

              – DK Bose
              Jan 1 '17 at 15:55




              3




              3





              I'm using bash -c 'sleep 0.5; xdotool getactivewindow type "[CODE][/CODE]" && sleep 0.5 && xdotool key Left Left Left Left Left Left Left' to get the text cursor between the code tags.

              – DK Bose
              Jan 1 '17 at 16:29







              I'm using bash -c 'sleep 0.5; xdotool getactivewindow type "[CODE][/CODE]" && sleep 0.5 && xdotool key Left Left Left Left Left Left Left' to get the text cursor between the code tags.

              – DK Bose
              Jan 1 '17 at 16:29













              0














              If you have a compose file you can use it as a poor-man’s text insertion utility.



              You can use a few of the modifiers in X. Apparently you can use Shift as a modifier:



              ! Ctrl Shift <k> : "<kbd></kbd>"


              But this does not work, at least on my machine.



              Nor does this work (omitted Shift, capitalized K):



              ! Ctrl <K> : "<kbd></kbd>"


              However, you can use Ctrl and Ctrl+Alt:



              ! Ctrl Alt <k> : "<kbd></kbd>"
              ! Ctrl <k> : "<kbd></kbd>"


              Placing the cursor correctly



              The above mappings will place the cursor after the string (| indicates the cursor):



              <kbd></kbd>|


              I reckon there can be no general-purpose solution for putting the cursor inside of the tag; for that you would need to use a fit-for-purpose tool. But you can the cursor go inside the tag in certain applications.



              I use gnome-terminal with Bash which uses readline keybindings (Emacs-like). Ctrl-b is the keybinding for going backwards one character. In my terminal I can type Ctrl+v b and get the control character ^B (U+0002 (Start of Text)). So type six of these characters at the end of the string:



              ! Ctrl Alt <k> : "<kbd></kbd>^B^B^B^B^B^B"


              The cursor will be placed inside the tag if you are inside an application that interprets ^B correctly (e.g. terminals and Emacs):



              <kbd>|</kbd>


              Using the compose key



              You can of course use the compose key (<Multi_key>) to achieve the same thing. For example, use t (“tag”) and k (“keyboard”):



              <Multi_key> <t> <k> : "<kbd></kbd>^B^B^B^B^B^B"




              share




























                0














                If you have a compose file you can use it as a poor-man’s text insertion utility.



                You can use a few of the modifiers in X. Apparently you can use Shift as a modifier:



                ! Ctrl Shift <k> : "<kbd></kbd>"


                But this does not work, at least on my machine.



                Nor does this work (omitted Shift, capitalized K):



                ! Ctrl <K> : "<kbd></kbd>"


                However, you can use Ctrl and Ctrl+Alt:



                ! Ctrl Alt <k> : "<kbd></kbd>"
                ! Ctrl <k> : "<kbd></kbd>"


                Placing the cursor correctly



                The above mappings will place the cursor after the string (| indicates the cursor):



                <kbd></kbd>|


                I reckon there can be no general-purpose solution for putting the cursor inside of the tag; for that you would need to use a fit-for-purpose tool. But you can the cursor go inside the tag in certain applications.



                I use gnome-terminal with Bash which uses readline keybindings (Emacs-like). Ctrl-b is the keybinding for going backwards one character. In my terminal I can type Ctrl+v b and get the control character ^B (U+0002 (Start of Text)). So type six of these characters at the end of the string:



                ! Ctrl Alt <k> : "<kbd></kbd>^B^B^B^B^B^B"


                The cursor will be placed inside the tag if you are inside an application that interprets ^B correctly (e.g. terminals and Emacs):



                <kbd>|</kbd>


                Using the compose key



                You can of course use the compose key (<Multi_key>) to achieve the same thing. For example, use t (“tag”) and k (“keyboard”):



                <Multi_key> <t> <k> : "<kbd></kbd>^B^B^B^B^B^B"




                share


























                  0












                  0








                  0







                  If you have a compose file you can use it as a poor-man’s text insertion utility.



                  You can use a few of the modifiers in X. Apparently you can use Shift as a modifier:



                  ! Ctrl Shift <k> : "<kbd></kbd>"


                  But this does not work, at least on my machine.



                  Nor does this work (omitted Shift, capitalized K):



                  ! Ctrl <K> : "<kbd></kbd>"


                  However, you can use Ctrl and Ctrl+Alt:



                  ! Ctrl Alt <k> : "<kbd></kbd>"
                  ! Ctrl <k> : "<kbd></kbd>"


                  Placing the cursor correctly



                  The above mappings will place the cursor after the string (| indicates the cursor):



                  <kbd></kbd>|


                  I reckon there can be no general-purpose solution for putting the cursor inside of the tag; for that you would need to use a fit-for-purpose tool. But you can the cursor go inside the tag in certain applications.



                  I use gnome-terminal with Bash which uses readline keybindings (Emacs-like). Ctrl-b is the keybinding for going backwards one character. In my terminal I can type Ctrl+v b and get the control character ^B (U+0002 (Start of Text)). So type six of these characters at the end of the string:



                  ! Ctrl Alt <k> : "<kbd></kbd>^B^B^B^B^B^B"


                  The cursor will be placed inside the tag if you are inside an application that interprets ^B correctly (e.g. terminals and Emacs):



                  <kbd>|</kbd>


                  Using the compose key



                  You can of course use the compose key (<Multi_key>) to achieve the same thing. For example, use t (“tag”) and k (“keyboard”):



                  <Multi_key> <t> <k> : "<kbd></kbd>^B^B^B^B^B^B"




                  share













                  If you have a compose file you can use it as a poor-man’s text insertion utility.



                  You can use a few of the modifiers in X. Apparently you can use Shift as a modifier:



                  ! Ctrl Shift <k> : "<kbd></kbd>"


                  But this does not work, at least on my machine.



                  Nor does this work (omitted Shift, capitalized K):



                  ! Ctrl <K> : "<kbd></kbd>"


                  However, you can use Ctrl and Ctrl+Alt:



                  ! Ctrl Alt <k> : "<kbd></kbd>"
                  ! Ctrl <k> : "<kbd></kbd>"


                  Placing the cursor correctly



                  The above mappings will place the cursor after the string (| indicates the cursor):



                  <kbd></kbd>|


                  I reckon there can be no general-purpose solution for putting the cursor inside of the tag; for that you would need to use a fit-for-purpose tool. But you can the cursor go inside the tag in certain applications.



                  I use gnome-terminal with Bash which uses readline keybindings (Emacs-like). Ctrl-b is the keybinding for going backwards one character. In my terminal I can type Ctrl+v b and get the control character ^B (U+0002 (Start of Text)). So type six of these characters at the end of the string:



                  ! Ctrl Alt <k> : "<kbd></kbd>^B^B^B^B^B^B"


                  The cursor will be placed inside the tag if you are inside an application that interprets ^B correctly (e.g. terminals and Emacs):



                  <kbd>|</kbd>


                  Using the compose key



                  You can of course use the compose key (<Multi_key>) to achieve the same thing. For example, use t (“tag”) and k (“keyboard”):



                  <Multi_key> <t> <k> : "<kbd></kbd>^B^B^B^B^B^B"





                  share











                  share


                  share










                  answered 8 mins ago









                  GuildensternGuildenstern

                  3871413




                  3871413






























                      draft saved

                      draft discarded




















































                      Thanks for contributing an answer to Ask Ubuntu!


                      • 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%2faskubuntu.com%2fquestions%2f866619%2fhow-do-i-setup-keyboard-macros%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

                      Why do type traits not work with types in namespace scope?What are POD types in C++?Why can templates only be...

                      Will tsunami waves travel forever if there was no land?Why do tsunami waves begin with the water flowing away...

                      Should I use Docker or LXD?How to cache (more) data on SSD/RAM to avoid spin up?Unable to get Windows File...