Reference for special character input with dead keys

The name of the pictureThe name of the pictureThe name of the pictureClash Royale CLAN TAG#URR8PPP








up vote
2
down vote

favorite












On Linux/Ubuntu, I have found a few options for entering special characters:




  • AltGr+Key and Shift+AltGr+Key on keyboards that have AltGr; those can be found on the Keyboard Layout Chart in Ubuntu. For example, Shift+AltGr+Q produces Ω.
    Keyboard layout chart on Ubuntu


  • Unicode input with Shift+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?










share|improve this question





















  • 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/chfile. 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














up vote
2
down vote

favorite












On Linux/Ubuntu, I have found a few options for entering special characters:




  • AltGr+Key and Shift+AltGr+Key on keyboards that have AltGr; those can be found on the Keyboard Layout Chart in Ubuntu. For example, Shift+AltGr+Q produces Ω.
    Keyboard layout chart on Ubuntu


  • Unicode input with Shift+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?










share|improve this question





















  • 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/chfile. 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












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 and Shift+AltGr+Key on keyboards that have AltGr; those can be found on the Keyboard Layout Chart in Ubuntu. For example, Shift+AltGr+Q produces Ω.
    Keyboard layout chart on Ubuntu


  • Unicode input with Shift+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?










share|improve this question













On Linux/Ubuntu, I have found a few options for entering special characters:




  • AltGr+Key and Shift+AltGr+Key on keyboards that have AltGr; those can be found on the Keyboard Layout Chart in Ubuntu. For example, Shift+AltGr+Q produces Ω.
    Keyboard layout chart on Ubuntu


  • Unicode input with Shift+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






share|improve this question













share|improve this question











share|improve this question




share|improve this question










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/chfile. 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










  • 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/chfile. 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/chfile. 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/chfile. 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















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',
convertImagesToLinks: true,
noModals: false,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
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%2f1010272%2freference-for-special-character-input-with-dead-keys%23new-answer', 'question_page');

);

Post as a guest



































active

oldest

votes













active

oldest

votes









active

oldest

votes






active

oldest

votes















 

draft saved


draft discarded















































 


draft saved


draft discarded














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













































































Popular posts from this blog

pylint3 and pip3 broken

Missing snmpget and snmpwalk

How to enroll fingerprints to Ubuntu 17.10 with VFS491