tilde and double quote keys don't work on the command line
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
add a comment |
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
add a comment |
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
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
11.10 server command-line keyboard
asked Oct 19 '11 at 14:29
sagacisagaci
53114
53114
add a comment |
add a comment |
6 Answers
6
active
oldest
votes
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.
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
add a comment |
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
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
add a comment |
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).
add a comment |
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
add a comment |
For US English,
To change it from the command line, enter the following:
$ loadkeys us
It worked for me.
add a comment |
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.. :)
New contributor
add a comment |
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
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
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
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.
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
add a comment |
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.
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
add a comment |
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.
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.
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
add a comment |
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
add a comment |
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
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
add a comment |
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
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
add a comment |
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
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
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
add a comment |
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
add a comment |
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).
add a comment |
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).
add a comment |
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).
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).
answered Nov 14 '12 at 12:40
arjanarjan
13517
13517
add a comment |
add a comment |
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
add a comment |
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
add a comment |
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
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
answered Sep 9 '15 at 14:17
HeavyEHeavyE
1012
1012
add a comment |
add a comment |
For US English,
To change it from the command line, enter the following:
$ loadkeys us
It worked for me.
add a comment |
For US English,
To change it from the command line, enter the following:
$ loadkeys us
It worked for me.
add a comment |
For US English,
To change it from the command line, enter the following:
$ loadkeys us
It worked for me.
For US English,
To change it from the command line, enter the following:
$ loadkeys us
It worked for me.
answered Dec 4 '17 at 11:33
Sreejesh K NairSreejesh K Nair
1011
1011
add a comment |
add a comment |
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.. :)
New contributor
add a comment |
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.. :)
New contributor
add a comment |
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.. :)
New contributor
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.. :)
New contributor
New contributor
answered 11 hours ago
Faisal ArefinFaisal Arefin
11
11
New contributor
New contributor
add a comment |
add a comment |
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.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
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
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
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