Why does my compose key not work after a reinstall?
mapped Alt Gr to Compose. If I use Alt Gr in combination with another key, then it behaves like a modifier, like Shift or Ctrl, but if I press it and release it, then it behaves like a Compose key. I could press Alt Gr, then a, then e, to get æ
for example.
At least, that's how it used to work. Now, I have re-installed Linux Mint, and though the configuration didn't change, the behaviour did. xev still reveals that Alt Gr is keycode 108.
This line
xmodmap -e "keycode 108 = Multi_key"
still gets executed when I log in. But the key does nothing! What has happened?
Thinking this was a subtle change to do how a keysym can be mapped to a modifier key, I tried
xmodmap -n -e "keycode 94 = Multi_key"
which is the backslash key to the left of Z. Alas, that doesn't do anything either.
Have I even got the right xmodmap installed?
$ sudo apt-get install xmodmap
[sudo] password for you:
Reading package lists... Done
Building dependency tree
Reading state information... Done
Package xmodmap is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source
However the following packages replace it:
x11-xserver-utils:i386 x11-xserver-utils
E: Package 'xmodmap' has no installation candidate
linux-mint compose-key
add a comment |
mapped Alt Gr to Compose. If I use Alt Gr in combination with another key, then it behaves like a modifier, like Shift or Ctrl, but if I press it and release it, then it behaves like a Compose key. I could press Alt Gr, then a, then e, to get æ
for example.
At least, that's how it used to work. Now, I have re-installed Linux Mint, and though the configuration didn't change, the behaviour did. xev still reveals that Alt Gr is keycode 108.
This line
xmodmap -e "keycode 108 = Multi_key"
still gets executed when I log in. But the key does nothing! What has happened?
Thinking this was a subtle change to do how a keysym can be mapped to a modifier key, I tried
xmodmap -n -e "keycode 94 = Multi_key"
which is the backslash key to the left of Z. Alas, that doesn't do anything either.
Have I even got the right xmodmap installed?
$ sudo apt-get install xmodmap
[sudo] password for you:
Reading package lists... Done
Building dependency tree
Reading state information... Done
Package xmodmap is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source
However the following packages replace it:
x11-xserver-utils:i386 x11-xserver-utils
E: Package 'xmodmap' has no installation candidate
linux-mint compose-key
add a comment |
mapped Alt Gr to Compose. If I use Alt Gr in combination with another key, then it behaves like a modifier, like Shift or Ctrl, but if I press it and release it, then it behaves like a Compose key. I could press Alt Gr, then a, then e, to get æ
for example.
At least, that's how it used to work. Now, I have re-installed Linux Mint, and though the configuration didn't change, the behaviour did. xev still reveals that Alt Gr is keycode 108.
This line
xmodmap -e "keycode 108 = Multi_key"
still gets executed when I log in. But the key does nothing! What has happened?
Thinking this was a subtle change to do how a keysym can be mapped to a modifier key, I tried
xmodmap -n -e "keycode 94 = Multi_key"
which is the backslash key to the left of Z. Alas, that doesn't do anything either.
Have I even got the right xmodmap installed?
$ sudo apt-get install xmodmap
[sudo] password for you:
Reading package lists... Done
Building dependency tree
Reading state information... Done
Package xmodmap is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source
However the following packages replace it:
x11-xserver-utils:i386 x11-xserver-utils
E: Package 'xmodmap' has no installation candidate
linux-mint compose-key
mapped Alt Gr to Compose. If I use Alt Gr in combination with another key, then it behaves like a modifier, like Shift or Ctrl, but if I press it and release it, then it behaves like a Compose key. I could press Alt Gr, then a, then e, to get æ
for example.
At least, that's how it used to work. Now, I have re-installed Linux Mint, and though the configuration didn't change, the behaviour did. xev still reveals that Alt Gr is keycode 108.
This line
xmodmap -e "keycode 108 = Multi_key"
still gets executed when I log in. But the key does nothing! What has happened?
Thinking this was a subtle change to do how a keysym can be mapped to a modifier key, I tried
xmodmap -n -e "keycode 94 = Multi_key"
which is the backslash key to the left of Z. Alas, that doesn't do anything either.
Have I even got the right xmodmap installed?
$ sudo apt-get install xmodmap
[sudo] password for you:
Reading package lists... Done
Building dependency tree
Reading state information... Done
Package xmodmap is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source
However the following packages replace it:
x11-xserver-utils:i386 x11-xserver-utils
E: Package 'xmodmap' has no installation candidate
linux-mint compose-key
linux-mint compose-key
edited Dec 15 '18 at 10:13
asked Dec 12 '18 at 7:59
Wilson
1316
1316
add a comment |
add a comment |
0
active
oldest
votes
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "3"
};
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%2fsuperuser.com%2fquestions%2f1382870%2fwhy-does-my-compose-key-not-work-after-a-reinstall%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
0
active
oldest
votes
0
active
oldest
votes
active
oldest
votes
active
oldest
votes
Thanks for contributing an answer to Super User!
- 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.
Some of your past answers have not been well-received, and you're in danger of being blocked from answering.
Please pay close attention to the following guidance:
- 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%2fsuperuser.com%2fquestions%2f1382870%2fwhy-does-my-compose-key-not-work-after-a-reinstall%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