How to remap numlock key to be deleteUsing NumLock key as End keyRemapping the AltGr key to Control with...

When a company launches a new product do they "come out" with a new product or do they "come up" with a new product?

Does a druid starting with a bow start with no arrows?

Can one be a co-translator of a book, if he does not know the language that the book is translated into?

What to put in ESTA if staying in US for a few days before going on to Canada

Why "Having chlorophyll without photosynthesis is actually very dangerous" and "like living with a bomb"?

Is it possible to run Internet Explorer on OS X El Capitan?

Did Shadowfax go to Valinor?

A reference to a well-known characterization of scattered compact spaces

Alternative to sending password over mail?

In a Spin are Both Wings Stalled?

Watching something be written to a file live with tail

Why does Kotter return in Welcome Back Kotter

Why are electrically insulating heatsinks so rare? Is it just cost?

What is going on with Captain Marvel's blood colour?

Could gravitational lensing be used to protect a spaceship from a laser?

How do conventional missiles fly?

I Accidentally Deleted a Stock Terminal Theme

Is it inappropriate for a student to attend their mentor's dissertation defense?

SSH "lag" in LAN on some machines, mixed distros

How to show the equivalence between the regularized regression and their constraint formulas using KKT

Why is Collection not simply treated as Collection<?>

How to take photos in burst mode, without vibration?

Western buddy movie with a supernatural twist where a woman turns into an eagle at the end

Is delete *p an alternative to delete [] p?



How to remap numlock key to be delete


Using NumLock key as End keyRemapping the AltGr key to Control with setxkbmapHow can I remap “special” keys in xkb?Remap Keypad Ins/0 key to Right Arrow Ubuntu 14.04How to reset xkb?xkb is not loading microsoft4000 configurationTrying to remap my left SUPER key (also called WINDOWS key) to left or right CONTROL key, with xkgRemap AltGr to Insert using xkbAdd custom keyboard layoutIs there an official folder in the home directory for storing keymaps?How to remap (swap) Function and Control keys?






.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty{ margin-bottom:0;
}







1















Because of the layout of my keyboard, I want to have numlock permanently pressed and use the numlock key as a delete key. I can't seem to get this to work. Any ideas on how to do this would be appreciated.



Here is what I have tried:



Use Xmodmap with numlockx



Inspired by this question. My understanding is that xmodmap is deprecated, so this is probably not a great idea.




  • Create a file ~/.Xmodmap with line keycode 77 = Delete NoSymbol

  • Run xmodmap ~/.Xmodmap

  • Run numlockx on


This allows numlock to work as delete and enables the num pad until the first time I press the numlock key. Then the numlock key disables the num pad.



Use XKB




  • Edit /usr/share/X11/xkb/symbols/us to have key <NMLK> { [Delete, Num_Lock] }; at the end of the basic keymap.

  • restart computer


also tried:




  • Edit /usr/share/X11/xkb/symbols/us to have replace key <NMLK> { [Delete, Num_Lock] }; at the end of the basic keymap.

  • restart computer


This suffers from similar problems as the other method, being able to delete works, but the numlock key turns off the numpad. It also seems to mess with other keys like the windows key when the num pad is enabled. I do like that I get control of the numlock using shift+numlock. I can't find any difference between using replace and not using it.










share|improve this question







New contributor




Michael Sobrepera is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.



























    1















    Because of the layout of my keyboard, I want to have numlock permanently pressed and use the numlock key as a delete key. I can't seem to get this to work. Any ideas on how to do this would be appreciated.



    Here is what I have tried:



    Use Xmodmap with numlockx



    Inspired by this question. My understanding is that xmodmap is deprecated, so this is probably not a great idea.




    • Create a file ~/.Xmodmap with line keycode 77 = Delete NoSymbol

    • Run xmodmap ~/.Xmodmap

    • Run numlockx on


    This allows numlock to work as delete and enables the num pad until the first time I press the numlock key. Then the numlock key disables the num pad.



    Use XKB




    • Edit /usr/share/X11/xkb/symbols/us to have key <NMLK> { [Delete, Num_Lock] }; at the end of the basic keymap.

    • restart computer


    also tried:




    • Edit /usr/share/X11/xkb/symbols/us to have replace key <NMLK> { [Delete, Num_Lock] }; at the end of the basic keymap.

    • restart computer


    This suffers from similar problems as the other method, being able to delete works, but the numlock key turns off the numpad. It also seems to mess with other keys like the windows key when the num pad is enabled. I do like that I get control of the numlock using shift+numlock. I can't find any difference between using replace and not using it.










    share|improve this question







    New contributor




    Michael Sobrepera is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
    Check out our Code of Conduct.























      1












      1








      1








      Because of the layout of my keyboard, I want to have numlock permanently pressed and use the numlock key as a delete key. I can't seem to get this to work. Any ideas on how to do this would be appreciated.



      Here is what I have tried:



      Use Xmodmap with numlockx



      Inspired by this question. My understanding is that xmodmap is deprecated, so this is probably not a great idea.




      • Create a file ~/.Xmodmap with line keycode 77 = Delete NoSymbol

      • Run xmodmap ~/.Xmodmap

      • Run numlockx on


      This allows numlock to work as delete and enables the num pad until the first time I press the numlock key. Then the numlock key disables the num pad.



      Use XKB




      • Edit /usr/share/X11/xkb/symbols/us to have key <NMLK> { [Delete, Num_Lock] }; at the end of the basic keymap.

      • restart computer


      also tried:




      • Edit /usr/share/X11/xkb/symbols/us to have replace key <NMLK> { [Delete, Num_Lock] }; at the end of the basic keymap.

      • restart computer


      This suffers from similar problems as the other method, being able to delete works, but the numlock key turns off the numpad. It also seems to mess with other keys like the windows key when the num pad is enabled. I do like that I get control of the numlock using shift+numlock. I can't find any difference between using replace and not using it.










      share|improve this question







      New contributor




      Michael Sobrepera is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.












      Because of the layout of my keyboard, I want to have numlock permanently pressed and use the numlock key as a delete key. I can't seem to get this to work. Any ideas on how to do this would be appreciated.



      Here is what I have tried:



      Use Xmodmap with numlockx



      Inspired by this question. My understanding is that xmodmap is deprecated, so this is probably not a great idea.




      • Create a file ~/.Xmodmap with line keycode 77 = Delete NoSymbol

      • Run xmodmap ~/.Xmodmap

      • Run numlockx on


      This allows numlock to work as delete and enables the num pad until the first time I press the numlock key. Then the numlock key disables the num pad.



      Use XKB




      • Edit /usr/share/X11/xkb/symbols/us to have key <NMLK> { [Delete, Num_Lock] }; at the end of the basic keymap.

      • restart computer


      also tried:




      • Edit /usr/share/X11/xkb/symbols/us to have replace key <NMLK> { [Delete, Num_Lock] }; at the end of the basic keymap.

      • restart computer


      This suffers from similar problems as the other method, being able to delete works, but the numlock key turns off the numpad. It also seems to mess with other keys like the windows key when the num pad is enabled. I do like that I get control of the numlock using shift+numlock. I can't find any difference between using replace and not using it.







      keyboard xkb remapping






      share|improve this question







      New contributor




      Michael Sobrepera is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.











      share|improve this question







      New contributor




      Michael Sobrepera is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.









      share|improve this question




      share|improve this question






      New contributor




      Michael Sobrepera is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.









      asked 13 mins ago









      Michael SobreperaMichael Sobrepera

      61




      61




      New contributor




      Michael Sobrepera is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.





      New contributor





      Michael Sobrepera is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.






      Michael Sobrepera is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.






















          0






          active

          oldest

          votes












          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
          });


          }
          });






          Michael Sobrepera is a new contributor. Be nice, and check out our Code of Conduct.










          draft saved

          draft discarded


















          StackExchange.ready(
          function () {
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1131325%2fhow-to-remap-numlock-key-to-be-delete%23new-answer', 'question_page');
          }
          );

          Post as a guest















          Required, but never shown

























          0






          active

          oldest

          votes








          0






          active

          oldest

          votes









          active

          oldest

          votes






          active

          oldest

          votes








          Michael Sobrepera is a new contributor. Be nice, and check out our Code of Conduct.










          draft saved

          draft discarded


















          Michael Sobrepera is a new contributor. Be nice, and check out our Code of Conduct.













          Michael Sobrepera is a new contributor. Be nice, and check out our Code of Conduct.












          Michael Sobrepera is a new contributor. Be nice, and check out our Code of Conduct.
















          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%2f1131325%2fhow-to-remap-numlock-key-to-be-delete%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...