How do I type the degree symbol under X11 (using a default English keyboard layout)?
Clash Royale CLAN TAG#URR8PPP
up vote
17
down vote
favorite
I'm trying to put in an email the temperature outside in degrees. On my Mac, the degree symbol (ð
) is Option+Shift+8. But I'm writing the email in Thunderbird on an Ubuntu 10.10 with the default US English keyboard layout. What key combination do I use to get the degree symbol under X11?
EDIT: Gert successfully answered the question... but, bonus points for any easier to use keystroke than what's in his answer!
keyboard x11 special-characters
add a comment |Â
up vote
17
down vote
favorite
I'm trying to put in an email the temperature outside in degrees. On my Mac, the degree symbol (ð
) is Option+Shift+8. But I'm writing the email in Thunderbird on an Ubuntu 10.10 with the default US English keyboard layout. What key combination do I use to get the degree symbol under X11?
EDIT: Gert successfully answered the question... but, bonus points for any easier to use keystroke than what's in his answer!
keyboard x11 special-characters
add a comment |Â
up vote
17
down vote
favorite
up vote
17
down vote
favorite
I'm trying to put in an email the temperature outside in degrees. On my Mac, the degree symbol (ð
) is Option+Shift+8. But I'm writing the email in Thunderbird on an Ubuntu 10.10 with the default US English keyboard layout. What key combination do I use to get the degree symbol under X11?
EDIT: Gert successfully answered the question... but, bonus points for any easier to use keystroke than what's in his answer!
keyboard x11 special-characters
I'm trying to put in an email the temperature outside in degrees. On my Mac, the degree symbol (ð
) is Option+Shift+8. But I'm writing the email in Thunderbird on an Ubuntu 10.10 with the default US English keyboard layout. What key combination do I use to get the degree symbol under X11?
EDIT: Gert successfully answered the question... but, bonus points for any easier to use keystroke than what's in his answer!
keyboard x11 special-characters
keyboard x11 special-characters
edited Dec 13 '10 at 14:56
asked Dec 13 '10 at 14:42
Josh
3,67664265
3,67664265
add a comment |Â
add a comment |Â
7 Answers
7
active
oldest
votes
up vote
22
down vote
accepted
Set up a Compose key. On Ubuntu, this is easily done in the keyboard preferences, âÂÂLayoutâ tab, âÂÂOptionsâ subdialog. Caps Lock is a good choice as it's pretty much useless (all remotely serious editors have a command to make the selection uppercase for the rare times it's needed).
Press Compose followed by two characters (occasionally three) to enter a character you don't have on your keyboard. Usually the resulting character combines the two characters you type, for example Compose ' a enters á
and Compose s s enters ÃÂ
. The degree symbol ð
is one of the less memorable combinations, it's on Compose o o.
5
Compose
o
o
is a lot easier to remember thanCtrl
Shift
u
B
0
enter
. "o" because ° is an o.
â Josh
Dec 13 '10 at 19:37
2
+1 voted Keyboard Feature of the Month by the Keyboard Feature of the Month Committee (i.e. me)
â msw
Dec 14 '10 at 14:02
Following the links, I found this way to "test drive" A Compose key that won't persist when you restart X:%xmodmap -e "keysym Super_L = Multi_key"
... Super_L is the left "windows-button" keycode; usexev
to find any keycode you want.
â luser droog
Apr 21 '12 at 5:27
add a comment |Â
up vote
12
down vote
Ctrl + Shift + u (this will show an underlined u) and then the unicode value (in this case B0
) and follow it by an enter.
When I type<Ctrl>
+<Shift>
+<u>
into Thunderbird, I get underline turned on and a "u" character appearing. Then, "B0" just gets typed in also (still underlined) :-(
â Josh
Dec 13 '10 at 14:53
2
Follow it by<enter>
â Gert
Dec 13 '10 at 14:54
Ah ha, that's the key. Really? This is the only way?Option
+Shift
+8
on Mac is so much easier to remember, sinceShift
+8
is *...
â Josh
Dec 13 '10 at 14:55
You can always set a hotkey or something for this.
â Falmarri
Dec 14 '10 at 4:00
Both yours and Gilles' answers worked, but his was the one I used because it's easier for me to remember. Sorry! +1 anyway though!
â Josh
Dec 21 '10 at 13:42
add a comment |Â
up vote
6
down vote
You can also use Alt Gr+Shift+0.
Damn, I am foiled again! It's a laptop keyboard and doesn't have anAlt GR
key :-(
â Josh
Dec 13 '10 at 18:20
On Ubuntu 16.04 it seems important that <kbd>Alt Gr</kbd> is pressed before <kbd>Shift</kbd>. If you find the above not working for you make sure your sequencing is correct.
â TafT
Jan 24 '17 at 9:05
add a comment |Â
up vote
2
down vote
ALT+0 works for me (I'm using Gentoo Linux).
add a comment |Â
up vote
2
down vote
As a follow-up to @Gert's answer (since I cannot comment yet), I've found a slightly different method is required when using Raspbian Jessie:
with Ctrl and Shift held down, type u B 0 and then release all keys.
how do you type lower u and upper B when you hold shift all the time??
â Youda008
Aug 6 at 16:32
add a comment |Â
up vote
0
down vote
You can find the way to display any symbol using xmodmap:
sh$ xmodmap -pke | grep degre
keycode 19 = 0 parenright agrave 0 braceright degree at degree
# 1 2 3 4 5 6 7 8
For each keycode, it shows what symbol is associated depending on the modifiers:
- no modifier
- Shift+Key
- mode_switch+Key
- mode_switch+Shift+Key
- AltGr+Key
- AltGr+Shift+Key
- ???
- ???
In that example, I can see "degree" is in 6th position and the plain key (position 1) is 0. So I can obtain the degree by pressing AltGr+Shift+0 in that order: depending on your configuration, if you press Shift first, Shift+AltGr is understood as an emulation of the Meta key which has different bindings.
add a comment |Â
up vote
0
down vote
hold down 'alt' key and while holding it down, hold down the 'shift' key too. and while holding down both of those, hold down the 'u' key. now, release all three. a 'u' with an underscore should appear. now press and release the 'b' key and then press and release the '0' (zero) key. now, press the 'enter' key. a 'ð' should appear.
New contributor
add a comment |Â
7 Answers
7
active
oldest
votes
7 Answers
7
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
22
down vote
accepted
Set up a Compose key. On Ubuntu, this is easily done in the keyboard preferences, âÂÂLayoutâ tab, âÂÂOptionsâ subdialog. Caps Lock is a good choice as it's pretty much useless (all remotely serious editors have a command to make the selection uppercase for the rare times it's needed).
Press Compose followed by two characters (occasionally three) to enter a character you don't have on your keyboard. Usually the resulting character combines the two characters you type, for example Compose ' a enters á
and Compose s s enters ÃÂ
. The degree symbol ð
is one of the less memorable combinations, it's on Compose o o.
5
Compose
o
o
is a lot easier to remember thanCtrl
Shift
u
B
0
enter
. "o" because ° is an o.
â Josh
Dec 13 '10 at 19:37
2
+1 voted Keyboard Feature of the Month by the Keyboard Feature of the Month Committee (i.e. me)
â msw
Dec 14 '10 at 14:02
Following the links, I found this way to "test drive" A Compose key that won't persist when you restart X:%xmodmap -e "keysym Super_L = Multi_key"
... Super_L is the left "windows-button" keycode; usexev
to find any keycode you want.
â luser droog
Apr 21 '12 at 5:27
add a comment |Â
up vote
22
down vote
accepted
Set up a Compose key. On Ubuntu, this is easily done in the keyboard preferences, âÂÂLayoutâ tab, âÂÂOptionsâ subdialog. Caps Lock is a good choice as it's pretty much useless (all remotely serious editors have a command to make the selection uppercase for the rare times it's needed).
Press Compose followed by two characters (occasionally three) to enter a character you don't have on your keyboard. Usually the resulting character combines the two characters you type, for example Compose ' a enters á
and Compose s s enters ÃÂ
. The degree symbol ð
is one of the less memorable combinations, it's on Compose o o.
5
Compose
o
o
is a lot easier to remember thanCtrl
Shift
u
B
0
enter
. "o" because ° is an o.
â Josh
Dec 13 '10 at 19:37
2
+1 voted Keyboard Feature of the Month by the Keyboard Feature of the Month Committee (i.e. me)
â msw
Dec 14 '10 at 14:02
Following the links, I found this way to "test drive" A Compose key that won't persist when you restart X:%xmodmap -e "keysym Super_L = Multi_key"
... Super_L is the left "windows-button" keycode; usexev
to find any keycode you want.
â luser droog
Apr 21 '12 at 5:27
add a comment |Â
up vote
22
down vote
accepted
up vote
22
down vote
accepted
Set up a Compose key. On Ubuntu, this is easily done in the keyboard preferences, âÂÂLayoutâ tab, âÂÂOptionsâ subdialog. Caps Lock is a good choice as it's pretty much useless (all remotely serious editors have a command to make the selection uppercase for the rare times it's needed).
Press Compose followed by two characters (occasionally three) to enter a character you don't have on your keyboard. Usually the resulting character combines the two characters you type, for example Compose ' a enters á
and Compose s s enters ÃÂ
. The degree symbol ð
is one of the less memorable combinations, it's on Compose o o.
Set up a Compose key. On Ubuntu, this is easily done in the keyboard preferences, âÂÂLayoutâ tab, âÂÂOptionsâ subdialog. Caps Lock is a good choice as it's pretty much useless (all remotely serious editors have a command to make the selection uppercase for the rare times it's needed).
Press Compose followed by two characters (occasionally three) to enter a character you don't have on your keyboard. Usually the resulting character combines the two characters you type, for example Compose ' a enters á
and Compose s s enters ÃÂ
. The degree symbol ð
is one of the less memorable combinations, it's on Compose o o.
answered Dec 13 '10 at 19:29
Gilles
515k12210241553
515k12210241553
5
Compose
o
o
is a lot easier to remember thanCtrl
Shift
u
B
0
enter
. "o" because ° is an o.
â Josh
Dec 13 '10 at 19:37
2
+1 voted Keyboard Feature of the Month by the Keyboard Feature of the Month Committee (i.e. me)
â msw
Dec 14 '10 at 14:02
Following the links, I found this way to "test drive" A Compose key that won't persist when you restart X:%xmodmap -e "keysym Super_L = Multi_key"
... Super_L is the left "windows-button" keycode; usexev
to find any keycode you want.
â luser droog
Apr 21 '12 at 5:27
add a comment |Â
5
Compose
o
o
is a lot easier to remember thanCtrl
Shift
u
B
0
enter
. "o" because ° is an o.
â Josh
Dec 13 '10 at 19:37
2
+1 voted Keyboard Feature of the Month by the Keyboard Feature of the Month Committee (i.e. me)
â msw
Dec 14 '10 at 14:02
Following the links, I found this way to "test drive" A Compose key that won't persist when you restart X:%xmodmap -e "keysym Super_L = Multi_key"
... Super_L is the left "windows-button" keycode; usexev
to find any keycode you want.
â luser droog
Apr 21 '12 at 5:27
5
5
Compose
o
o
is a lot easier to remember than Ctrl
Shift
u
B
0
enter
. "o" because ° is an o.â Josh
Dec 13 '10 at 19:37
Compose
o
o
is a lot easier to remember than Ctrl
Shift
u
B
0
enter
. "o" because ° is an o.â Josh
Dec 13 '10 at 19:37
2
2
+1 voted Keyboard Feature of the Month by the Keyboard Feature of the Month Committee (i.e. me)
â msw
Dec 14 '10 at 14:02
+1 voted Keyboard Feature of the Month by the Keyboard Feature of the Month Committee (i.e. me)
â msw
Dec 14 '10 at 14:02
Following the links, I found this way to "test drive" A Compose key that won't persist when you restart X:
%xmodmap -e "keysym Super_L = Multi_key"
... Super_L is the left "windows-button" keycode; use xev
to find any keycode you want.â luser droog
Apr 21 '12 at 5:27
Following the links, I found this way to "test drive" A Compose key that won't persist when you restart X:
%xmodmap -e "keysym Super_L = Multi_key"
... Super_L is the left "windows-button" keycode; use xev
to find any keycode you want.â luser droog
Apr 21 '12 at 5:27
add a comment |Â
up vote
12
down vote
Ctrl + Shift + u (this will show an underlined u) and then the unicode value (in this case B0
) and follow it by an enter.
When I type<Ctrl>
+<Shift>
+<u>
into Thunderbird, I get underline turned on and a "u" character appearing. Then, "B0" just gets typed in also (still underlined) :-(
â Josh
Dec 13 '10 at 14:53
2
Follow it by<enter>
â Gert
Dec 13 '10 at 14:54
Ah ha, that's the key. Really? This is the only way?Option
+Shift
+8
on Mac is so much easier to remember, sinceShift
+8
is *...
â Josh
Dec 13 '10 at 14:55
You can always set a hotkey or something for this.
â Falmarri
Dec 14 '10 at 4:00
Both yours and Gilles' answers worked, but his was the one I used because it's easier for me to remember. Sorry! +1 anyway though!
â Josh
Dec 21 '10 at 13:42
add a comment |Â
up vote
12
down vote
Ctrl + Shift + u (this will show an underlined u) and then the unicode value (in this case B0
) and follow it by an enter.
When I type<Ctrl>
+<Shift>
+<u>
into Thunderbird, I get underline turned on and a "u" character appearing. Then, "B0" just gets typed in also (still underlined) :-(
â Josh
Dec 13 '10 at 14:53
2
Follow it by<enter>
â Gert
Dec 13 '10 at 14:54
Ah ha, that's the key. Really? This is the only way?Option
+Shift
+8
on Mac is so much easier to remember, sinceShift
+8
is *...
â Josh
Dec 13 '10 at 14:55
You can always set a hotkey or something for this.
â Falmarri
Dec 14 '10 at 4:00
Both yours and Gilles' answers worked, but his was the one I used because it's easier for me to remember. Sorry! +1 anyway though!
â Josh
Dec 21 '10 at 13:42
add a comment |Â
up vote
12
down vote
up vote
12
down vote
Ctrl + Shift + u (this will show an underlined u) and then the unicode value (in this case B0
) and follow it by an enter.
Ctrl + Shift + u (this will show an underlined u) and then the unicode value (in this case B0
) and follow it by an enter.
edited Dec 13 '10 at 14:58
answered Dec 13 '10 at 14:51
Gert
6,71122934
6,71122934
When I type<Ctrl>
+<Shift>
+<u>
into Thunderbird, I get underline turned on and a "u" character appearing. Then, "B0" just gets typed in also (still underlined) :-(
â Josh
Dec 13 '10 at 14:53
2
Follow it by<enter>
â Gert
Dec 13 '10 at 14:54
Ah ha, that's the key. Really? This is the only way?Option
+Shift
+8
on Mac is so much easier to remember, sinceShift
+8
is *...
â Josh
Dec 13 '10 at 14:55
You can always set a hotkey or something for this.
â Falmarri
Dec 14 '10 at 4:00
Both yours and Gilles' answers worked, but his was the one I used because it's easier for me to remember. Sorry! +1 anyway though!
â Josh
Dec 21 '10 at 13:42
add a comment |Â
When I type<Ctrl>
+<Shift>
+<u>
into Thunderbird, I get underline turned on and a "u" character appearing. Then, "B0" just gets typed in also (still underlined) :-(
â Josh
Dec 13 '10 at 14:53
2
Follow it by<enter>
â Gert
Dec 13 '10 at 14:54
Ah ha, that's the key. Really? This is the only way?Option
+Shift
+8
on Mac is so much easier to remember, sinceShift
+8
is *...
â Josh
Dec 13 '10 at 14:55
You can always set a hotkey or something for this.
â Falmarri
Dec 14 '10 at 4:00
Both yours and Gilles' answers worked, but his was the one I used because it's easier for me to remember. Sorry! +1 anyway though!
â Josh
Dec 21 '10 at 13:42
When I type
<Ctrl>
+ <Shift>
+ <u>
into Thunderbird, I get underline turned on and a "u" character appearing. Then, "B0" just gets typed in also (still underlined) :-(â Josh
Dec 13 '10 at 14:53
When I type
<Ctrl>
+ <Shift>
+ <u>
into Thunderbird, I get underline turned on and a "u" character appearing. Then, "B0" just gets typed in also (still underlined) :-(â Josh
Dec 13 '10 at 14:53
2
2
Follow it by
<enter>
â Gert
Dec 13 '10 at 14:54
Follow it by
<enter>
â Gert
Dec 13 '10 at 14:54
Ah ha, that's the key. Really? This is the only way?
Option
+Shift
+8
on Mac is so much easier to remember, since Shift
+8
is *...â Josh
Dec 13 '10 at 14:55
Ah ha, that's the key. Really? This is the only way?
Option
+Shift
+8
on Mac is so much easier to remember, since Shift
+8
is *...â Josh
Dec 13 '10 at 14:55
You can always set a hotkey or something for this.
â Falmarri
Dec 14 '10 at 4:00
You can always set a hotkey or something for this.
â Falmarri
Dec 14 '10 at 4:00
Both yours and Gilles' answers worked, but his was the one I used because it's easier for me to remember. Sorry! +1 anyway though!
â Josh
Dec 21 '10 at 13:42
Both yours and Gilles' answers worked, but his was the one I used because it's easier for me to remember. Sorry! +1 anyway though!
â Josh
Dec 21 '10 at 13:42
add a comment |Â
up vote
6
down vote
You can also use Alt Gr+Shift+0.
Damn, I am foiled again! It's a laptop keyboard and doesn't have anAlt GR
key :-(
â Josh
Dec 13 '10 at 18:20
On Ubuntu 16.04 it seems important that <kbd>Alt Gr</kbd> is pressed before <kbd>Shift</kbd>. If you find the above not working for you make sure your sequencing is correct.
â TafT
Jan 24 '17 at 9:05
add a comment |Â
up vote
6
down vote
You can also use Alt Gr+Shift+0.
Damn, I am foiled again! It's a laptop keyboard and doesn't have anAlt GR
key :-(
â Josh
Dec 13 '10 at 18:20
On Ubuntu 16.04 it seems important that <kbd>Alt Gr</kbd> is pressed before <kbd>Shift</kbd>. If you find the above not working for you make sure your sequencing is correct.
â TafT
Jan 24 '17 at 9:05
add a comment |Â
up vote
6
down vote
up vote
6
down vote
You can also use Alt Gr+Shift+0.
You can also use Alt Gr+Shift+0.
edited Jan 24 '17 at 9:32
TafT
1034
1034
answered Dec 13 '10 at 18:11
laurent
56536
56536
Damn, I am foiled again! It's a laptop keyboard and doesn't have anAlt GR
key :-(
â Josh
Dec 13 '10 at 18:20
On Ubuntu 16.04 it seems important that <kbd>Alt Gr</kbd> is pressed before <kbd>Shift</kbd>. If you find the above not working for you make sure your sequencing is correct.
â TafT
Jan 24 '17 at 9:05
add a comment |Â
Damn, I am foiled again! It's a laptop keyboard and doesn't have anAlt GR
key :-(
â Josh
Dec 13 '10 at 18:20
On Ubuntu 16.04 it seems important that <kbd>Alt Gr</kbd> is pressed before <kbd>Shift</kbd>. If you find the above not working for you make sure your sequencing is correct.
â TafT
Jan 24 '17 at 9:05
Damn, I am foiled again! It's a laptop keyboard and doesn't have an
Alt GR
key :-(â Josh
Dec 13 '10 at 18:20
Damn, I am foiled again! It's a laptop keyboard and doesn't have an
Alt GR
key :-(â Josh
Dec 13 '10 at 18:20
On Ubuntu 16.04 it seems important that <kbd>Alt Gr</kbd> is pressed before <kbd>Shift</kbd>. If you find the above not working for you make sure your sequencing is correct.
â TafT
Jan 24 '17 at 9:05
On Ubuntu 16.04 it seems important that <kbd>Alt Gr</kbd> is pressed before <kbd>Shift</kbd>. If you find the above not working for you make sure your sequencing is correct.
â TafT
Jan 24 '17 at 9:05
add a comment |Â
up vote
2
down vote
ALT+0 works for me (I'm using Gentoo Linux).
add a comment |Â
up vote
2
down vote
ALT+0 works for me (I'm using Gentoo Linux).
add a comment |Â
up vote
2
down vote
up vote
2
down vote
ALT+0 works for me (I'm using Gentoo Linux).
ALT+0 works for me (I'm using Gentoo Linux).
edited Feb 12 '12 at 3:54
Kevin
26.3k105897
26.3k105897
answered Feb 10 '12 at 12:50
paravoid
211
211
add a comment |Â
add a comment |Â
up vote
2
down vote
As a follow-up to @Gert's answer (since I cannot comment yet), I've found a slightly different method is required when using Raspbian Jessie:
with Ctrl and Shift held down, type u B 0 and then release all keys.
how do you type lower u and upper B when you hold shift all the time??
â Youda008
Aug 6 at 16:32
add a comment |Â
up vote
2
down vote
As a follow-up to @Gert's answer (since I cannot comment yet), I've found a slightly different method is required when using Raspbian Jessie:
with Ctrl and Shift held down, type u B 0 and then release all keys.
how do you type lower u and upper B when you hold shift all the time??
â Youda008
Aug 6 at 16:32
add a comment |Â
up vote
2
down vote
up vote
2
down vote
As a follow-up to @Gert's answer (since I cannot comment yet), I've found a slightly different method is required when using Raspbian Jessie:
with Ctrl and Shift held down, type u B 0 and then release all keys.
As a follow-up to @Gert's answer (since I cannot comment yet), I've found a slightly different method is required when using Raspbian Jessie:
with Ctrl and Shift held down, type u B 0 and then release all keys.
answered Aug 11 '16 at 21:24
patricktokeeffe
1264
1264
how do you type lower u and upper B when you hold shift all the time??
â Youda008
Aug 6 at 16:32
add a comment |Â
how do you type lower u and upper B when you hold shift all the time??
â Youda008
Aug 6 at 16:32
how do you type lower u and upper B when you hold shift all the time??
â Youda008
Aug 6 at 16:32
how do you type lower u and upper B when you hold shift all the time??
â Youda008
Aug 6 at 16:32
add a comment |Â
up vote
0
down vote
You can find the way to display any symbol using xmodmap:
sh$ xmodmap -pke | grep degre
keycode 19 = 0 parenright agrave 0 braceright degree at degree
# 1 2 3 4 5 6 7 8
For each keycode, it shows what symbol is associated depending on the modifiers:
- no modifier
- Shift+Key
- mode_switch+Key
- mode_switch+Shift+Key
- AltGr+Key
- AltGr+Shift+Key
- ???
- ???
In that example, I can see "degree" is in 6th position and the plain key (position 1) is 0. So I can obtain the degree by pressing AltGr+Shift+0 in that order: depending on your configuration, if you press Shift first, Shift+AltGr is understood as an emulation of the Meta key which has different bindings.
add a comment |Â
up vote
0
down vote
You can find the way to display any symbol using xmodmap:
sh$ xmodmap -pke | grep degre
keycode 19 = 0 parenright agrave 0 braceright degree at degree
# 1 2 3 4 5 6 7 8
For each keycode, it shows what symbol is associated depending on the modifiers:
- no modifier
- Shift+Key
- mode_switch+Key
- mode_switch+Shift+Key
- AltGr+Key
- AltGr+Shift+Key
- ???
- ???
In that example, I can see "degree" is in 6th position and the plain key (position 1) is 0. So I can obtain the degree by pressing AltGr+Shift+0 in that order: depending on your configuration, if you press Shift first, Shift+AltGr is understood as an emulation of the Meta key which has different bindings.
add a comment |Â
up vote
0
down vote
up vote
0
down vote
You can find the way to display any symbol using xmodmap:
sh$ xmodmap -pke | grep degre
keycode 19 = 0 parenright agrave 0 braceright degree at degree
# 1 2 3 4 5 6 7 8
For each keycode, it shows what symbol is associated depending on the modifiers:
- no modifier
- Shift+Key
- mode_switch+Key
- mode_switch+Shift+Key
- AltGr+Key
- AltGr+Shift+Key
- ???
- ???
In that example, I can see "degree" is in 6th position and the plain key (position 1) is 0. So I can obtain the degree by pressing AltGr+Shift+0 in that order: depending on your configuration, if you press Shift first, Shift+AltGr is understood as an emulation of the Meta key which has different bindings.
You can find the way to display any symbol using xmodmap:
sh$ xmodmap -pke | grep degre
keycode 19 = 0 parenright agrave 0 braceright degree at degree
# 1 2 3 4 5 6 7 8
For each keycode, it shows what symbol is associated depending on the modifiers:
- no modifier
- Shift+Key
- mode_switch+Key
- mode_switch+Shift+Key
- AltGr+Key
- AltGr+Shift+Key
- ???
- ???
In that example, I can see "degree" is in 6th position and the plain key (position 1) is 0. So I can obtain the degree by pressing AltGr+Shift+0 in that order: depending on your configuration, if you press Shift first, Shift+AltGr is understood as an emulation of the Meta key which has different bindings.
answered Apr 13 at 7:34
Sylvain Leroux
37519
37519
add a comment |Â
add a comment |Â
up vote
0
down vote
hold down 'alt' key and while holding it down, hold down the 'shift' key too. and while holding down both of those, hold down the 'u' key. now, release all three. a 'u' with an underscore should appear. now press and release the 'b' key and then press and release the '0' (zero) key. now, press the 'enter' key. a 'ð' should appear.
New contributor
add a comment |Â
up vote
0
down vote
hold down 'alt' key and while holding it down, hold down the 'shift' key too. and while holding down both of those, hold down the 'u' key. now, release all three. a 'u' with an underscore should appear. now press and release the 'b' key and then press and release the '0' (zero) key. now, press the 'enter' key. a 'ð' should appear.
New contributor
add a comment |Â
up vote
0
down vote
up vote
0
down vote
hold down 'alt' key and while holding it down, hold down the 'shift' key too. and while holding down both of those, hold down the 'u' key. now, release all three. a 'u' with an underscore should appear. now press and release the 'b' key and then press and release the '0' (zero) key. now, press the 'enter' key. a 'ð' should appear.
New contributor
hold down 'alt' key and while holding it down, hold down the 'shift' key too. and while holding down both of those, hold down the 'u' key. now, release all three. a 'u' with an underscore should appear. now press and release the 'b' key and then press and release the '0' (zero) key. now, press the 'enter' key. a 'ð' should appear.
New contributor
New contributor
answered 6 mins ago
hueyhoolihan
1
1
New contributor
New contributor
add a comment |Â
add a comment |Â
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
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f4795%2fhow-do-i-type-the-degree-symbol-under-x11-using-a-default-english-keyboard-layo%23new-answer', 'question_page');
);
Post as a guest
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
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
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