Reference for special character input with dead keys
![Creative The name of the picture](https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgO9GURib1T8z7lCwjOGLQaGtrueEthgQ8LO42ZX8cOfTqDK4jvDDpKkLFwf2J49kYCMNW7d4ABih_XCb_2UXdq5fPJDkoyg7-8g_YfRUot-XnaXkNYycsNp7lA5_TW9td0FFpLQ2APzKcZ/s1600/1.jpg)
![Creative The name of the picture](https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhYQ0N5W1qAOxLP7t7iOM6O6AzbZnkXUy16s7P_CWfOb5UbTQY_aDsc727chyphenhyphen5W4IppVNernMMQeaUFTB_rFzAd95_CDt-tnwN-nBx6JyUp2duGjPaL5-VgNO41AVsA_vu30EJcipdDG409/s400/Clash+Royale+CLAN+TAG%2523URR8PPP.png)
up vote
2
down vote
favorite
On Linux/Ubuntu, I have found a few options for entering special characters:
AltGr+Key
andShift+AltGr+Key
on keyboards that haveAltGr
; those can be found on the Keyboard Layout Chart in Ubuntu. For example,Shift+AltGr+Q
produces é.
Unicode input withShift+Ctrl+U <unicode> <RET>
, which works in almost all applications in Ubuntu 17.04 and in GTK applications for older Ubuntu versions and other distributions. For example,Shift+Ctrl+U 2209 <RET>
creates âÂÂ- The Compose key which, after enabling, combines two characters to one, for example
<Compose> 1 2
produces ý or<Compose> B .
produces á¸Â. - And finally, dead keys like ~ and ^ which do not immediately produce a character but modify the keyboard layout for the next key press. For example,
~ a
produces ã,~ =
produces âÂÂ,^ i
produces î, and^ ^
produces ^.
Where can I find a reference for dead keys?
shortcut-keys keyboard-layout dead-keys
 |Â
show 2 more comments
up vote
2
down vote
favorite
On Linux/Ubuntu, I have found a few options for entering special characters:
AltGr+Key
andShift+AltGr+Key
on keyboards that haveAltGr
; those can be found on the Keyboard Layout Chart in Ubuntu. For example,Shift+AltGr+Q
produces é.
Unicode input withShift+Ctrl+U <unicode> <RET>
, which works in almost all applications in Ubuntu 17.04 and in GTK applications for older Ubuntu versions and other distributions. For example,Shift+Ctrl+U 2209 <RET>
creates âÂÂ- The Compose key which, after enabling, combines two characters to one, for example
<Compose> 1 2
produces ý or<Compose> B .
produces á¸Â. - And finally, dead keys like ~ and ^ which do not immediately produce a character but modify the keyboard layout for the next key press. For example,
~ a
produces ã,~ =
produces âÂÂ,^ i
produces î, and^ ^
produces ^.
Where can I find a reference for dead keys?
shortcut-keys keyboard-layout dead-keys
It sounds to me as if you understand this quite well. What kind of reference is it you would like to see?
â Gunnar Hjalmarsson
Feb 27 at 14:21
Something like this list which lists all possible characters that can be produced with dead keys.
â Simon A. Eugster
Feb 27 at 14:58
1
To use dead keys, they need to be available in the keyboard layout you are using. For instance, to see which dead keys are present in the German (Switzerland) layout, you can study the/usr/share/X11/xkb/symbols/ch
file. Considering that, the usefulness of such a complete reference appears to be limited. Doesn't the Gtk list you pointed at provide sufficient guidance?
â Gunnar Hjalmarsson
Feb 27 at 15:20
It does almost (I found it after posting this question). It would help a bit more to really see the character that is produced instead of a textual description. But if there is no such list, then so be it. Thanks for the hint about xkb symbols, that looks like a good source of truth once one understands how it works.
â Simon A. Eugster
Feb 27 at 21:15
1
I see. I don't think there exist dead keys for characters as special as the one you mentioned. If you often need to type those, you may want to consider a custom keyboard layout.
â Gunnar Hjalmarsson
Feb 27 at 21:28
 |Â
show 2 more comments
up vote
2
down vote
favorite
up vote
2
down vote
favorite
On Linux/Ubuntu, I have found a few options for entering special characters:
AltGr+Key
andShift+AltGr+Key
on keyboards that haveAltGr
; those can be found on the Keyboard Layout Chart in Ubuntu. For example,Shift+AltGr+Q
produces é.
Unicode input withShift+Ctrl+U <unicode> <RET>
, which works in almost all applications in Ubuntu 17.04 and in GTK applications for older Ubuntu versions and other distributions. For example,Shift+Ctrl+U 2209 <RET>
creates âÂÂ- The Compose key which, after enabling, combines two characters to one, for example
<Compose> 1 2
produces ý or<Compose> B .
produces á¸Â. - And finally, dead keys like ~ and ^ which do not immediately produce a character but modify the keyboard layout for the next key press. For example,
~ a
produces ã,~ =
produces âÂÂ,^ i
produces î, and^ ^
produces ^.
Where can I find a reference for dead keys?
shortcut-keys keyboard-layout dead-keys
On Linux/Ubuntu, I have found a few options for entering special characters:
AltGr+Key
andShift+AltGr+Key
on keyboards that haveAltGr
; those can be found on the Keyboard Layout Chart in Ubuntu. For example,Shift+AltGr+Q
produces é.
Unicode input withShift+Ctrl+U <unicode> <RET>
, which works in almost all applications in Ubuntu 17.04 and in GTK applications for older Ubuntu versions and other distributions. For example,Shift+Ctrl+U 2209 <RET>
creates âÂÂ- The Compose key which, after enabling, combines two characters to one, for example
<Compose> 1 2
produces ý or<Compose> B .
produces á¸Â. - And finally, dead keys like ~ and ^ which do not immediately produce a character but modify the keyboard layout for the next key press. For example,
~ a
produces ã,~ =
produces âÂÂ,^ i
produces î, and^ ^
produces ^.
Where can I find a reference for dead keys?
shortcut-keys keyboard-layout dead-keys
shortcut-keys keyboard-layout dead-keys
asked Feb 27 at 12:42
Simon A. Eugster
192111
192111
It sounds to me as if you understand this quite well. What kind of reference is it you would like to see?
â Gunnar Hjalmarsson
Feb 27 at 14:21
Something like this list which lists all possible characters that can be produced with dead keys.
â Simon A. Eugster
Feb 27 at 14:58
1
To use dead keys, they need to be available in the keyboard layout you are using. For instance, to see which dead keys are present in the German (Switzerland) layout, you can study the/usr/share/X11/xkb/symbols/ch
file. Considering that, the usefulness of such a complete reference appears to be limited. Doesn't the Gtk list you pointed at provide sufficient guidance?
â Gunnar Hjalmarsson
Feb 27 at 15:20
It does almost (I found it after posting this question). It would help a bit more to really see the character that is produced instead of a textual description. But if there is no such list, then so be it. Thanks for the hint about xkb symbols, that looks like a good source of truth once one understands how it works.
â Simon A. Eugster
Feb 27 at 21:15
1
I see. I don't think there exist dead keys for characters as special as the one you mentioned. If you often need to type those, you may want to consider a custom keyboard layout.
â Gunnar Hjalmarsson
Feb 27 at 21:28
 |Â
show 2 more comments
It sounds to me as if you understand this quite well. What kind of reference is it you would like to see?
â Gunnar Hjalmarsson
Feb 27 at 14:21
Something like this list which lists all possible characters that can be produced with dead keys.
â Simon A. Eugster
Feb 27 at 14:58
1
To use dead keys, they need to be available in the keyboard layout you are using. For instance, to see which dead keys are present in the German (Switzerland) layout, you can study the/usr/share/X11/xkb/symbols/ch
file. Considering that, the usefulness of such a complete reference appears to be limited. Doesn't the Gtk list you pointed at provide sufficient guidance?
â Gunnar Hjalmarsson
Feb 27 at 15:20
It does almost (I found it after posting this question). It would help a bit more to really see the character that is produced instead of a textual description. But if there is no such list, then so be it. Thanks for the hint about xkb symbols, that looks like a good source of truth once one understands how it works.
â Simon A. Eugster
Feb 27 at 21:15
1
I see. I don't think there exist dead keys for characters as special as the one you mentioned. If you often need to type those, you may want to consider a custom keyboard layout.
â Gunnar Hjalmarsson
Feb 27 at 21:28
It sounds to me as if you understand this quite well. What kind of reference is it you would like to see?
â Gunnar Hjalmarsson
Feb 27 at 14:21
It sounds to me as if you understand this quite well. What kind of reference is it you would like to see?
â Gunnar Hjalmarsson
Feb 27 at 14:21
Something like this list which lists all possible characters that can be produced with dead keys.
â Simon A. Eugster
Feb 27 at 14:58
Something like this list which lists all possible characters that can be produced with dead keys.
â Simon A. Eugster
Feb 27 at 14:58
1
1
To use dead keys, they need to be available in the keyboard layout you are using. For instance, to see which dead keys are present in the German (Switzerland) layout, you can study the
/usr/share/X11/xkb/symbols/ch
file. Considering that, the usefulness of such a complete reference appears to be limited. Doesn't the Gtk list you pointed at provide sufficient guidance?â Gunnar Hjalmarsson
Feb 27 at 15:20
To use dead keys, they need to be available in the keyboard layout you are using. For instance, to see which dead keys are present in the German (Switzerland) layout, you can study the
/usr/share/X11/xkb/symbols/ch
file. Considering that, the usefulness of such a complete reference appears to be limited. Doesn't the Gtk list you pointed at provide sufficient guidance?â Gunnar Hjalmarsson
Feb 27 at 15:20
It does almost (I found it after posting this question). It would help a bit more to really see the character that is produced instead of a textual description. But if there is no such list, then so be it. Thanks for the hint about xkb symbols, that looks like a good source of truth once one understands how it works.
â Simon A. Eugster
Feb 27 at 21:15
It does almost (I found it after posting this question). It would help a bit more to really see the character that is produced instead of a textual description. But if there is no such list, then so be it. Thanks for the hint about xkb symbols, that looks like a good source of truth once one understands how it works.
â Simon A. Eugster
Feb 27 at 21:15
1
1
I see. I don't think there exist dead keys for characters as special as the one you mentioned. If you often need to type those, you may want to consider a custom keyboard layout.
â Gunnar Hjalmarsson
Feb 27 at 21:28
I see. I don't think there exist dead keys for characters as special as the one you mentioned. If you often need to type those, you may want to consider a custom keyboard layout.
â Gunnar Hjalmarsson
Feb 27 at 21:28
 |Â
show 2 more comments
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
Â
draft saved
draft discarded
Â
draft saved
draft discarded
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
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%2faskubuntu.com%2fquestions%2f1010272%2freference-for-special-character-input-with-dead-keys%23new-answer', 'question_page');
);
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
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');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
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');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
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
It sounds to me as if you understand this quite well. What kind of reference is it you would like to see?
â Gunnar Hjalmarsson
Feb 27 at 14:21
Something like this list which lists all possible characters that can be produced with dead keys.
â Simon A. Eugster
Feb 27 at 14:58
1
To use dead keys, they need to be available in the keyboard layout you are using. For instance, to see which dead keys are present in the German (Switzerland) layout, you can study the
/usr/share/X11/xkb/symbols/ch
file. Considering that, the usefulness of such a complete reference appears to be limited. Doesn't the Gtk list you pointed at provide sufficient guidance?â Gunnar Hjalmarsson
Feb 27 at 15:20
It does almost (I found it after posting this question). It would help a bit more to really see the character that is produced instead of a textual description. But if there is no such list, then so be it. Thanks for the hint about xkb symbols, that looks like a good source of truth once one understands how it works.
â Simon A. Eugster
Feb 27 at 21:15
1
I see. I don't think there exist dead keys for characters as special as the one you mentioned. If you often need to type those, you may want to consider a custom keyboard layout.
â Gunnar Hjalmarsson
Feb 27 at 21:28