tilde and double quote keys don't work on the command line












10















I've just installed Ubuntu Server 11.10 and the tilde (~) and double quotes (") keys don't do anything - they don't print to the screen. I'm only using the command line (no GUI) and many tutorials say to use setxkbmap and xmodmap which aren't working for me.










share|improve this question



























    10















    I've just installed Ubuntu Server 11.10 and the tilde (~) and double quotes (") keys don't do anything - they don't print to the screen. I'm only using the command line (no GUI) and many tutorials say to use setxkbmap and xmodmap which aren't working for me.










    share|improve this question

























      10












      10








      10


      7






      I've just installed Ubuntu Server 11.10 and the tilde (~) and double quotes (") keys don't do anything - they don't print to the screen. I'm only using the command line (no GUI) and many tutorials say to use setxkbmap and xmodmap which aren't working for me.










      share|improve this question














      I've just installed Ubuntu Server 11.10 and the tilde (~) and double quotes (") keys don't do anything - they don't print to the screen. I'm only using the command line (no GUI) and many tutorials say to use setxkbmap and xmodmap which aren't working for me.







      11.10 server command-line keyboard






      share|improve this question













      share|improve this question











      share|improve this question




      share|improve this question










      asked Oct 19 '11 at 14:29









      sagacisagaci

      53114




      53114






















          6 Answers
          6






          active

          oldest

          votes


















          22














          Check your keyboard layout settings, make sure it's English (US) not English (US, international with dead keys) (assuming you're using US keyboard).



          To change it from the command line, enter the following:



          $ setxkbmap -layout us


          It worked for me.






          share|improve this answer
























          • Sorry about not getting back too soon. I solved the problem via installing/running console-setup and changing the layout from there.

            – sagaci
            Nov 27 '11 at 14:41



















          1














          For those not using XWindows, e.g. Ubuntu server, setxkbmap won't work.
          Use



          sudo apt-get install console-common


          Or if it is already installed:



          sudo dpkg-reconfigure console-data


          Follow the instructions to set the keyboard, e.g. for me, "pc / qwerty / US american / Standard / Standard".



          Original source is here






          share|improve this answer


























          • WARNING: If you are using Xubuntu and installing this console-common it will also remove the xubuntu-desktop package. On the next day when you boot your laptop and you will only see a blank screen and nothing happen..I install again xubuntu-desktop and it works.. I just realize that the console-common is the culprit.

            – Arman Ortega
            Sep 9 '17 at 8:49



















          0














          If you're using an international keyboard, try English US, with the variant English (international AltGr dead keys), this worked for me. (Whereas US, alternative international and US, international with dead keys did not work).






          share|improve this answer































            0














            You can change the keyboard in the Ubuntu System Settings, Text Entry. Remove the English(UK) from 'Input sources to use:' by selecting it in the list and clicking '-'. (Tested in ubuntu 14.04)



            http://www.wikihow.com/Change-Keyboard-Layout-in-Ubuntu






            share|improve this answer































              0














              For US English,
              To change it from the command line, enter the following:



              $ loadkeys us


              It worked for me.






              share|improve this answer































                0














                I also had the same issue..but fixed it using methods below -




                • Permanent Solution: In a Linux dist. OS use the following keyboard layout - "English(US,with euro on 5)"



                • Temporary Solution: use the following key combination - 'Alt' + 'Shift' + " "



                  or 'Alt' + ' '




                Hopefully. this will solve your problem.. :)






                share|improve this answer








                New contributor




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




















                  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%2f69306%2ftilde-and-double-quote-keys-dont-work-on-the-command-line%23new-answer', 'question_page');
                  }
                  );

                  Post as a guest















                  Required, but never shown

























                  6 Answers
                  6






                  active

                  oldest

                  votes








                  6 Answers
                  6






                  active

                  oldest

                  votes









                  active

                  oldest

                  votes






                  active

                  oldest

                  votes









                  22














                  Check your keyboard layout settings, make sure it's English (US) not English (US, international with dead keys) (assuming you're using US keyboard).



                  To change it from the command line, enter the following:



                  $ setxkbmap -layout us


                  It worked for me.






                  share|improve this answer
























                  • Sorry about not getting back too soon. I solved the problem via installing/running console-setup and changing the layout from there.

                    – sagaci
                    Nov 27 '11 at 14:41
















                  22














                  Check your keyboard layout settings, make sure it's English (US) not English (US, international with dead keys) (assuming you're using US keyboard).



                  To change it from the command line, enter the following:



                  $ setxkbmap -layout us


                  It worked for me.






                  share|improve this answer
























                  • Sorry about not getting back too soon. I solved the problem via installing/running console-setup and changing the layout from there.

                    – sagaci
                    Nov 27 '11 at 14:41














                  22












                  22








                  22







                  Check your keyboard layout settings, make sure it's English (US) not English (US, international with dead keys) (assuming you're using US keyboard).



                  To change it from the command line, enter the following:



                  $ setxkbmap -layout us


                  It worked for me.






                  share|improve this answer













                  Check your keyboard layout settings, make sure it's English (US) not English (US, international with dead keys) (assuming you're using US keyboard).



                  To change it from the command line, enter the following:



                  $ setxkbmap -layout us


                  It worked for me.







                  share|improve this answer












                  share|improve this answer



                  share|improve this answer










                  answered Oct 24 '11 at 20:28









                  fajranfajran

                  23622




                  23622













                  • Sorry about not getting back too soon. I solved the problem via installing/running console-setup and changing the layout from there.

                    – sagaci
                    Nov 27 '11 at 14:41



















                  • Sorry about not getting back too soon. I solved the problem via installing/running console-setup and changing the layout from there.

                    – sagaci
                    Nov 27 '11 at 14:41

















                  Sorry about not getting back too soon. I solved the problem via installing/running console-setup and changing the layout from there.

                  – sagaci
                  Nov 27 '11 at 14:41





                  Sorry about not getting back too soon. I solved the problem via installing/running console-setup and changing the layout from there.

                  – sagaci
                  Nov 27 '11 at 14:41













                  1














                  For those not using XWindows, e.g. Ubuntu server, setxkbmap won't work.
                  Use



                  sudo apt-get install console-common


                  Or if it is already installed:



                  sudo dpkg-reconfigure console-data


                  Follow the instructions to set the keyboard, e.g. for me, "pc / qwerty / US american / Standard / Standard".



                  Original source is here






                  share|improve this answer


























                  • WARNING: If you are using Xubuntu and installing this console-common it will also remove the xubuntu-desktop package. On the next day when you boot your laptop and you will only see a blank screen and nothing happen..I install again xubuntu-desktop and it works.. I just realize that the console-common is the culprit.

                    – Arman Ortega
                    Sep 9 '17 at 8:49
















                  1














                  For those not using XWindows, e.g. Ubuntu server, setxkbmap won't work.
                  Use



                  sudo apt-get install console-common


                  Or if it is already installed:



                  sudo dpkg-reconfigure console-data


                  Follow the instructions to set the keyboard, e.g. for me, "pc / qwerty / US american / Standard / Standard".



                  Original source is here






                  share|improve this answer


























                  • WARNING: If you are using Xubuntu and installing this console-common it will also remove the xubuntu-desktop package. On the next day when you boot your laptop and you will only see a blank screen and nothing happen..I install again xubuntu-desktop and it works.. I just realize that the console-common is the culprit.

                    – Arman Ortega
                    Sep 9 '17 at 8:49














                  1












                  1








                  1







                  For those not using XWindows, e.g. Ubuntu server, setxkbmap won't work.
                  Use



                  sudo apt-get install console-common


                  Or if it is already installed:



                  sudo dpkg-reconfigure console-data


                  Follow the instructions to set the keyboard, e.g. for me, "pc / qwerty / US american / Standard / Standard".



                  Original source is here






                  share|improve this answer















                  For those not using XWindows, e.g. Ubuntu server, setxkbmap won't work.
                  Use



                  sudo apt-get install console-common


                  Or if it is already installed:



                  sudo dpkg-reconfigure console-data


                  Follow the instructions to set the keyboard, e.g. for me, "pc / qwerty / US american / Standard / Standard".



                  Original source is here







                  share|improve this answer














                  share|improve this answer



                  share|improve this answer








                  edited Dec 16 '16 at 19:41

























                  answered Dec 16 '16 at 19:30









                  azaleaazalea

                  1135




                  1135













                  • WARNING: If you are using Xubuntu and installing this console-common it will also remove the xubuntu-desktop package. On the next day when you boot your laptop and you will only see a blank screen and nothing happen..I install again xubuntu-desktop and it works.. I just realize that the console-common is the culprit.

                    – Arman Ortega
                    Sep 9 '17 at 8:49



















                  • WARNING: If you are using Xubuntu and installing this console-common it will also remove the xubuntu-desktop package. On the next day when you boot your laptop and you will only see a blank screen and nothing happen..I install again xubuntu-desktop and it works.. I just realize that the console-common is the culprit.

                    – Arman Ortega
                    Sep 9 '17 at 8:49

















                  WARNING: If you are using Xubuntu and installing this console-common it will also remove the xubuntu-desktop package. On the next day when you boot your laptop and you will only see a blank screen and nothing happen..I install again xubuntu-desktop and it works.. I just realize that the console-common is the culprit.

                  – Arman Ortega
                  Sep 9 '17 at 8:49





                  WARNING: If you are using Xubuntu and installing this console-common it will also remove the xubuntu-desktop package. On the next day when you boot your laptop and you will only see a blank screen and nothing happen..I install again xubuntu-desktop and it works.. I just realize that the console-common is the culprit.

                  – Arman Ortega
                  Sep 9 '17 at 8:49











                  0














                  If you're using an international keyboard, try English US, with the variant English (international AltGr dead keys), this worked for me. (Whereas US, alternative international and US, international with dead keys did not work).






                  share|improve this answer




























                    0














                    If you're using an international keyboard, try English US, with the variant English (international AltGr dead keys), this worked for me. (Whereas US, alternative international and US, international with dead keys did not work).






                    share|improve this answer


























                      0












                      0








                      0







                      If you're using an international keyboard, try English US, with the variant English (international AltGr dead keys), this worked for me. (Whereas US, alternative international and US, international with dead keys did not work).






                      share|improve this answer













                      If you're using an international keyboard, try English US, with the variant English (international AltGr dead keys), this worked for me. (Whereas US, alternative international and US, international with dead keys did not work).







                      share|improve this answer












                      share|improve this answer



                      share|improve this answer










                      answered Nov 14 '12 at 12:40









                      arjanarjan

                      13517




                      13517























                          0














                          You can change the keyboard in the Ubuntu System Settings, Text Entry. Remove the English(UK) from 'Input sources to use:' by selecting it in the list and clicking '-'. (Tested in ubuntu 14.04)



                          http://www.wikihow.com/Change-Keyboard-Layout-in-Ubuntu






                          share|improve this answer




























                            0














                            You can change the keyboard in the Ubuntu System Settings, Text Entry. Remove the English(UK) from 'Input sources to use:' by selecting it in the list and clicking '-'. (Tested in ubuntu 14.04)



                            http://www.wikihow.com/Change-Keyboard-Layout-in-Ubuntu






                            share|improve this answer


























                              0












                              0








                              0







                              You can change the keyboard in the Ubuntu System Settings, Text Entry. Remove the English(UK) from 'Input sources to use:' by selecting it in the list and clicking '-'. (Tested in ubuntu 14.04)



                              http://www.wikihow.com/Change-Keyboard-Layout-in-Ubuntu






                              share|improve this answer













                              You can change the keyboard in the Ubuntu System Settings, Text Entry. Remove the English(UK) from 'Input sources to use:' by selecting it in the list and clicking '-'. (Tested in ubuntu 14.04)



                              http://www.wikihow.com/Change-Keyboard-Layout-in-Ubuntu







                              share|improve this answer












                              share|improve this answer



                              share|improve this answer










                              answered Sep 9 '15 at 14:17









                              HeavyEHeavyE

                              1012




                              1012























                                  0














                                  For US English,
                                  To change it from the command line, enter the following:



                                  $ loadkeys us


                                  It worked for me.






                                  share|improve this answer




























                                    0














                                    For US English,
                                    To change it from the command line, enter the following:



                                    $ loadkeys us


                                    It worked for me.






                                    share|improve this answer


























                                      0












                                      0








                                      0







                                      For US English,
                                      To change it from the command line, enter the following:



                                      $ loadkeys us


                                      It worked for me.






                                      share|improve this answer













                                      For US English,
                                      To change it from the command line, enter the following:



                                      $ loadkeys us


                                      It worked for me.







                                      share|improve this answer












                                      share|improve this answer



                                      share|improve this answer










                                      answered Dec 4 '17 at 11:33









                                      Sreejesh K NairSreejesh K Nair

                                      1011




                                      1011























                                          0














                                          I also had the same issue..but fixed it using methods below -




                                          • Permanent Solution: In a Linux dist. OS use the following keyboard layout - "English(US,with euro on 5)"



                                          • Temporary Solution: use the following key combination - 'Alt' + 'Shift' + " "



                                            or 'Alt' + ' '




                                          Hopefully. this will solve your problem.. :)






                                          share|improve this answer








                                          New contributor




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

























                                            0














                                            I also had the same issue..but fixed it using methods below -




                                            • Permanent Solution: In a Linux dist. OS use the following keyboard layout - "English(US,with euro on 5)"



                                            • Temporary Solution: use the following key combination - 'Alt' + 'Shift' + " "



                                              or 'Alt' + ' '




                                            Hopefully. this will solve your problem.. :)






                                            share|improve this answer








                                            New contributor




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























                                              0












                                              0








                                              0







                                              I also had the same issue..but fixed it using methods below -




                                              • Permanent Solution: In a Linux dist. OS use the following keyboard layout - "English(US,with euro on 5)"



                                              • Temporary Solution: use the following key combination - 'Alt' + 'Shift' + " "



                                                or 'Alt' + ' '




                                              Hopefully. this will solve your problem.. :)






                                              share|improve this answer








                                              New contributor




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










                                              I also had the same issue..but fixed it using methods below -




                                              • Permanent Solution: In a Linux dist. OS use the following keyboard layout - "English(US,with euro on 5)"



                                              • Temporary Solution: use the following key combination - 'Alt' + 'Shift' + " "



                                                or 'Alt' + ' '




                                              Hopefully. this will solve your problem.. :)







                                              share|improve this answer








                                              New contributor




                                              Faisal Arefin 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 answer



                                              share|improve this answer






                                              New contributor




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









                                              answered 11 hours ago









                                              Faisal ArefinFaisal Arefin

                                              11




                                              11




                                              New contributor




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





                                              New contributor





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






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






























                                                  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%2f69306%2ftilde-and-double-quote-keys-dont-work-on-the-command-line%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 did Captain America manage to do this?

                                                  迪纳利

                                                  南乌拉尔铁路局