What are accents in Xcompose?

Clash Royale CLAN TAG#URR8PPP
up vote
1
down vote
favorite
I have been trying to figure out this thing called XCompose. Apparently if I use it correctly, I can do things like writing é or any such letter easily but don't understand how it works:
I did do the first part in https://wiki.debian.org/XCompose
i.e.
$ cat .xsessionrc
xmodmap -e "keysym Super_L = Multi_key"
but do not understand what <dead_tilde> <dead_grave> <dead_circumflex> mean.
Are these keys which I need to map similar to what mapping I had to do in .xsessionrc ?
debian text-processing compose-key
add a comment |Â
up vote
1
down vote
favorite
I have been trying to figure out this thing called XCompose. Apparently if I use it correctly, I can do things like writing é or any such letter easily but don't understand how it works:
I did do the first part in https://wiki.debian.org/XCompose
i.e.
$ cat .xsessionrc
xmodmap -e "keysym Super_L = Multi_key"
but do not understand what <dead_tilde> <dead_grave> <dead_circumflex> mean.
Are these keys which I need to map similar to what mapping I had to do in .xsessionrc ?
debian text-processing compose-key
add a comment |Â
up vote
1
down vote
favorite
up vote
1
down vote
favorite
I have been trying to figure out this thing called XCompose. Apparently if I use it correctly, I can do things like writing é or any such letter easily but don't understand how it works:
I did do the first part in https://wiki.debian.org/XCompose
i.e.
$ cat .xsessionrc
xmodmap -e "keysym Super_L = Multi_key"
but do not understand what <dead_tilde> <dead_grave> <dead_circumflex> mean.
Are these keys which I need to map similar to what mapping I had to do in .xsessionrc ?
debian text-processing compose-key
I have been trying to figure out this thing called XCompose. Apparently if I use it correctly, I can do things like writing é or any such letter easily but don't understand how it works:
I did do the first part in https://wiki.debian.org/XCompose
i.e.
$ cat .xsessionrc
xmodmap -e "keysym Super_L = Multi_key"
but do not understand what <dead_tilde> <dead_grave> <dead_circumflex> mean.
Are these keys which I need to map similar to what mapping I had to do in .xsessionrc ?
debian text-processing compose-key
debian text-processing compose-key
edited 11 hours ago
Fabby
2,5081723
2,5081723
asked 12 hours ago
shirish
3,36352474
3,36352474
add a comment |Â
add a comment |Â
1 Answer
1
active
oldest
votes
up vote
2
down vote
accepted
The short answer is that if you map a compose key, you neednâÂÂt worry about dead keys.
<dead_tilde> etc. correspond to keys in the keymap which are âÂÂdeadâÂÂ, i.e. which donâÂÂt produce a character on their own but always combine with the next keystroke. For example, on French keyboards, thereâÂÂs a ^ key to the right of P which allows you to produce âÂÂêâ etc., by pressing ^ e. These donâÂÂt need the compose key at all.
The compose key is used for mappings which start with <Multi_key> (look at /usr/share/X11/locale/en_US.UTF-8/Compose), and those use âÂÂnormalâ keys; for example, <Multi_key> <asciicircum> <e> means that you press your compose key, then ^ (the non-dead variant), then e, to get âÂÂêâÂÂ.
The standard accent compose sequences use the following keys for typical accents:
, for a cedilla;
` for a grave accent;
' for an acute accent;
^ for a circumflex accent;
" for a diaeresis;
~ for a tilde.
There are many, many more combinations, look at the Compose file mentioned above for details.
aha, thank you for sharing that, at least I know something now.
â shirish
11 hours ago
add a comment |Â
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
2
down vote
accepted
The short answer is that if you map a compose key, you neednâÂÂt worry about dead keys.
<dead_tilde> etc. correspond to keys in the keymap which are âÂÂdeadâÂÂ, i.e. which donâÂÂt produce a character on their own but always combine with the next keystroke. For example, on French keyboards, thereâÂÂs a ^ key to the right of P which allows you to produce âÂÂêâ etc., by pressing ^ e. These donâÂÂt need the compose key at all.
The compose key is used for mappings which start with <Multi_key> (look at /usr/share/X11/locale/en_US.UTF-8/Compose), and those use âÂÂnormalâ keys; for example, <Multi_key> <asciicircum> <e> means that you press your compose key, then ^ (the non-dead variant), then e, to get âÂÂêâÂÂ.
The standard accent compose sequences use the following keys for typical accents:
, for a cedilla;
` for a grave accent;
' for an acute accent;
^ for a circumflex accent;
" for a diaeresis;
~ for a tilde.
There are many, many more combinations, look at the Compose file mentioned above for details.
aha, thank you for sharing that, at least I know something now.
â shirish
11 hours ago
add a comment |Â
up vote
2
down vote
accepted
The short answer is that if you map a compose key, you neednâÂÂt worry about dead keys.
<dead_tilde> etc. correspond to keys in the keymap which are âÂÂdeadâÂÂ, i.e. which donâÂÂt produce a character on their own but always combine with the next keystroke. For example, on French keyboards, thereâÂÂs a ^ key to the right of P which allows you to produce âÂÂêâ etc., by pressing ^ e. These donâÂÂt need the compose key at all.
The compose key is used for mappings which start with <Multi_key> (look at /usr/share/X11/locale/en_US.UTF-8/Compose), and those use âÂÂnormalâ keys; for example, <Multi_key> <asciicircum> <e> means that you press your compose key, then ^ (the non-dead variant), then e, to get âÂÂêâÂÂ.
The standard accent compose sequences use the following keys for typical accents:
, for a cedilla;
` for a grave accent;
' for an acute accent;
^ for a circumflex accent;
" for a diaeresis;
~ for a tilde.
There are many, many more combinations, look at the Compose file mentioned above for details.
aha, thank you for sharing that, at least I know something now.
â shirish
11 hours ago
add a comment |Â
up vote
2
down vote
accepted
up vote
2
down vote
accepted
The short answer is that if you map a compose key, you neednâÂÂt worry about dead keys.
<dead_tilde> etc. correspond to keys in the keymap which are âÂÂdeadâÂÂ, i.e. which donâÂÂt produce a character on their own but always combine with the next keystroke. For example, on French keyboards, thereâÂÂs a ^ key to the right of P which allows you to produce âÂÂêâ etc., by pressing ^ e. These donâÂÂt need the compose key at all.
The compose key is used for mappings which start with <Multi_key> (look at /usr/share/X11/locale/en_US.UTF-8/Compose), and those use âÂÂnormalâ keys; for example, <Multi_key> <asciicircum> <e> means that you press your compose key, then ^ (the non-dead variant), then e, to get âÂÂêâÂÂ.
The standard accent compose sequences use the following keys for typical accents:
, for a cedilla;
` for a grave accent;
' for an acute accent;
^ for a circumflex accent;
" for a diaeresis;
~ for a tilde.
There are many, many more combinations, look at the Compose file mentioned above for details.
The short answer is that if you map a compose key, you neednâÂÂt worry about dead keys.
<dead_tilde> etc. correspond to keys in the keymap which are âÂÂdeadâÂÂ, i.e. which donâÂÂt produce a character on their own but always combine with the next keystroke. For example, on French keyboards, thereâÂÂs a ^ key to the right of P which allows you to produce âÂÂêâ etc., by pressing ^ e. These donâÂÂt need the compose key at all.
The compose key is used for mappings which start with <Multi_key> (look at /usr/share/X11/locale/en_US.UTF-8/Compose), and those use âÂÂnormalâ keys; for example, <Multi_key> <asciicircum> <e> means that you press your compose key, then ^ (the non-dead variant), then e, to get âÂÂêâÂÂ.
The standard accent compose sequences use the following keys for typical accents:
, for a cedilla;
` for a grave accent;
' for an acute accent;
^ for a circumflex accent;
" for a diaeresis;
~ for a tilde.
There are many, many more combinations, look at the Compose file mentioned above for details.
edited 11 hours ago
answered 11 hours ago
Stephen Kitt
149k23332399
149k23332399
aha, thank you for sharing that, at least I know something now.
â shirish
11 hours ago
add a comment |Â
aha, thank you for sharing that, at least I know something now.
â shirish
11 hours ago
aha, thank you for sharing that, at least I know something now.
â shirish
11 hours ago
aha, thank you for sharing that, at least I know something now.
â shirish
11 hours ago
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%2f474213%2fwhat-are-accents-in-xcompose%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