add accented character to american keyboardremap Caps + L to dashKeyboard (including on screen keyboard) doesn't workKeyboard properties: What does “Add default action to Menu key” mean?Disable global keyboard shortcuts for specific applicationKeyboard-shortcut key-press-detection sensitivity settingsGlobal Keyboard Shortcuts Broken in 14.04How do I set and store the custom Keyboard Shortcuts? (Ubuntu 14.04)Keyboard shortcuts not working in Ubuntu 17.10 with UnityWrong keyboard layout during disk encryption passphrase entry
Is Jupiter still an anomaly?
How do electric hot water heaters explode and what can be done to prevent that from happening?
What does 36.000€ mean?
What's that in front of the overhead panel?
how to recreate microscopic diatom glass material
Why are green parties so often opposed to nuclear power?
Is there a material or method to allow "swimmable" coins?
Why is the processor instruction called "move", not "copy"?
Move rest of line inside a closed pair?
Is it harder to enter an atmosphere perpendicular or at an angle
Prefix all commands in shell
Do Adventure cards count towards "number of instant and sorcery cards in your graveyard"?
Accidentally likened superior to assailant
Is there such a thing as Fsus♯4?
Is Irish buttermilk different
If a picture of a screen is a screenshot, what is a video of a screen?
Is the use of ellipsis "..." dismissive or rude?
Mostly One Way Travel : Says Grandpa
Ball hits curve of same curvature
Does the "stand your ground" law regarding shooting an intruder apply when the door of the dwelling was not locked?
Aligning Control in Manipulate
How to prove that no quadrilateral exist with three equal angles and increasing sidelengths
Between while and do in shell script
What's the best way to keep cover of a pan slightly opened?
add accented character to american keyboard
remap Caps + L to dashKeyboard (including on screen keyboard) doesn't workKeyboard properties: What does “Add default action to Menu key” mean?Disable global keyboard shortcuts for specific applicationKeyboard-shortcut key-press-detection sensitivity settingsGlobal Keyboard Shortcuts Broken in 14.04How do I set and store the custom Keyboard Shortcuts? (Ubuntu 14.04)Keyboard shortcuts not working in Ubuntu 17.10 with UnityWrong keyboard layout during disk encryption passphrase entry
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty
margin-bottom:0;
I am using GNOME 3 on Ubuntu 19.04 and have a US keyboard and I would like to add the following keyboard shortcuts:
Alt+; = é
Alt+: = ö
Alt+' = à
Alt+" = ä
Alt+[ = è
Alt+{ = ü
and I need to set y as z and vice versa
keyboard key-binding
add a comment
|
I am using GNOME 3 on Ubuntu 19.04 and have a US keyboard and I would like to add the following keyboard shortcuts:
Alt+; = é
Alt+: = ö
Alt+' = à
Alt+" = ä
Alt+[ = è
Alt+{ = ü
and I need to set y as z and vice versa
keyboard key-binding
add a comment
|
I am using GNOME 3 on Ubuntu 19.04 and have a US keyboard and I would like to add the following keyboard shortcuts:
Alt+; = é
Alt+: = ö
Alt+' = à
Alt+" = ä
Alt+[ = è
Alt+{ = ü
and I need to set y as z and vice versa
keyboard key-binding
I am using GNOME 3 on Ubuntu 19.04 and have a US keyboard and I would like to add the following keyboard shortcuts:
Alt+; = é
Alt+: = ö
Alt+' = à
Alt+" = ä
Alt+[ = è
Alt+{ = ü
and I need to set y as z and vice versa
keyboard key-binding
keyboard key-binding
edited Sep 28 at 13:56
Justice for Monica
26k14 gold badges61 silver badges127 bronze badges
26k14 gold badges61 silver badges127 bronze badges
asked Sep 28 at 12:20
Micha RoonMicha Roon
1551 silver badge7 bronze badges
1551 silver badge7 bronze badges
add a comment
|
add a comment
|
1 Answer
1
active
oldest
votes
following the below posts and warnings in it.. proceed with your own..
remap Caps + L to dash
Keyboard (including on screen keyboard) doesn't work
you need to edit your symbols like below in the file /usr/share/X11/xkb/symbols/us after taking backup of the same..
key <AD06> [ z, Z ] ;
key <AD07> [ u, U ] ;
key <AD08> [ i, I ] ;
key <AD09> [ o, O ] ;
key <AD10> [ p, P ] ;
key <AD11> [ bracketleft, braceleft, egrave, udiaeresis ] ;
key <AD12> [ bracketright, braceright ] ;
key <AC01> [ a, A ] ;
key <AC02> [ s, S ] ;
key <AC03> [ d, D ] ;
key <AC04> [ f, F ] ;
key <AC05> [ g, G ] ;
key <AC06> [ h, H ] ;
key <AC07> [ j, J ] ;
key <AC08> [ k, K ] ;
key <AC09> [ l, L ] ;
key <AC10> [ semicolon, colon, eacute, odiaeresis ] ;
key <AC11> [ apostrophe, quotedbl, agrave, adiaeresis ] ;
key <AB01> [ y, Y ] ;
gnome-shell refresh with Alt+F2rEnter or Logout & Login may be required..not tested..
then you need to choose which key is for level3 from "gnome-tweaks" or via "dconf-editor" or via "command line"
Gnome-Tweaks way
Dconf-Editor way
Command line:
gsettings set org.gnome.desktop.input-sources xkb-options "['lv3:ralt_switch']"
add a comment
|
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',
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/4.0/"u003ecc by-sa 4.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%2faskubuntu.com%2fquestions%2f1177275%2fadd-accented-character-to-american-keyboard%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
following the below posts and warnings in it.. proceed with your own..
remap Caps + L to dash
Keyboard (including on screen keyboard) doesn't work
you need to edit your symbols like below in the file /usr/share/X11/xkb/symbols/us after taking backup of the same..
key <AD06> [ z, Z ] ;
key <AD07> [ u, U ] ;
key <AD08> [ i, I ] ;
key <AD09> [ o, O ] ;
key <AD10> [ p, P ] ;
key <AD11> [ bracketleft, braceleft, egrave, udiaeresis ] ;
key <AD12> [ bracketright, braceright ] ;
key <AC01> [ a, A ] ;
key <AC02> [ s, S ] ;
key <AC03> [ d, D ] ;
key <AC04> [ f, F ] ;
key <AC05> [ g, G ] ;
key <AC06> [ h, H ] ;
key <AC07> [ j, J ] ;
key <AC08> [ k, K ] ;
key <AC09> [ l, L ] ;
key <AC10> [ semicolon, colon, eacute, odiaeresis ] ;
key <AC11> [ apostrophe, quotedbl, agrave, adiaeresis ] ;
key <AB01> [ y, Y ] ;
gnome-shell refresh with Alt+F2rEnter or Logout & Login may be required..not tested..
then you need to choose which key is for level3 from "gnome-tweaks" or via "dconf-editor" or via "command line"
Gnome-Tweaks way
Dconf-Editor way
Command line:
gsettings set org.gnome.desktop.input-sources xkb-options "['lv3:ralt_switch']"
add a comment
|
following the below posts and warnings in it.. proceed with your own..
remap Caps + L to dash
Keyboard (including on screen keyboard) doesn't work
you need to edit your symbols like below in the file /usr/share/X11/xkb/symbols/us after taking backup of the same..
key <AD06> [ z, Z ] ;
key <AD07> [ u, U ] ;
key <AD08> [ i, I ] ;
key <AD09> [ o, O ] ;
key <AD10> [ p, P ] ;
key <AD11> [ bracketleft, braceleft, egrave, udiaeresis ] ;
key <AD12> [ bracketright, braceright ] ;
key <AC01> [ a, A ] ;
key <AC02> [ s, S ] ;
key <AC03> [ d, D ] ;
key <AC04> [ f, F ] ;
key <AC05> [ g, G ] ;
key <AC06> [ h, H ] ;
key <AC07> [ j, J ] ;
key <AC08> [ k, K ] ;
key <AC09> [ l, L ] ;
key <AC10> [ semicolon, colon, eacute, odiaeresis ] ;
key <AC11> [ apostrophe, quotedbl, agrave, adiaeresis ] ;
key <AB01> [ y, Y ] ;
gnome-shell refresh with Alt+F2rEnter or Logout & Login may be required..not tested..
then you need to choose which key is for level3 from "gnome-tweaks" or via "dconf-editor" or via "command line"
Gnome-Tweaks way
Dconf-Editor way
Command line:
gsettings set org.gnome.desktop.input-sources xkb-options "['lv3:ralt_switch']"
add a comment
|
following the below posts and warnings in it.. proceed with your own..
remap Caps + L to dash
Keyboard (including on screen keyboard) doesn't work
you need to edit your symbols like below in the file /usr/share/X11/xkb/symbols/us after taking backup of the same..
key <AD06> [ z, Z ] ;
key <AD07> [ u, U ] ;
key <AD08> [ i, I ] ;
key <AD09> [ o, O ] ;
key <AD10> [ p, P ] ;
key <AD11> [ bracketleft, braceleft, egrave, udiaeresis ] ;
key <AD12> [ bracketright, braceright ] ;
key <AC01> [ a, A ] ;
key <AC02> [ s, S ] ;
key <AC03> [ d, D ] ;
key <AC04> [ f, F ] ;
key <AC05> [ g, G ] ;
key <AC06> [ h, H ] ;
key <AC07> [ j, J ] ;
key <AC08> [ k, K ] ;
key <AC09> [ l, L ] ;
key <AC10> [ semicolon, colon, eacute, odiaeresis ] ;
key <AC11> [ apostrophe, quotedbl, agrave, adiaeresis ] ;
key <AB01> [ y, Y ] ;
gnome-shell refresh with Alt+F2rEnter or Logout & Login may be required..not tested..
then you need to choose which key is for level3 from "gnome-tweaks" or via "dconf-editor" or via "command line"
Gnome-Tweaks way
Dconf-Editor way
Command line:
gsettings set org.gnome.desktop.input-sources xkb-options "['lv3:ralt_switch']"
following the below posts and warnings in it.. proceed with your own..
remap Caps + L to dash
Keyboard (including on screen keyboard) doesn't work
you need to edit your symbols like below in the file /usr/share/X11/xkb/symbols/us after taking backup of the same..
key <AD06> [ z, Z ] ;
key <AD07> [ u, U ] ;
key <AD08> [ i, I ] ;
key <AD09> [ o, O ] ;
key <AD10> [ p, P ] ;
key <AD11> [ bracketleft, braceleft, egrave, udiaeresis ] ;
key <AD12> [ bracketright, braceright ] ;
key <AC01> [ a, A ] ;
key <AC02> [ s, S ] ;
key <AC03> [ d, D ] ;
key <AC04> [ f, F ] ;
key <AC05> [ g, G ] ;
key <AC06> [ h, H ] ;
key <AC07> [ j, J ] ;
key <AC08> [ k, K ] ;
key <AC09> [ l, L ] ;
key <AC10> [ semicolon, colon, eacute, odiaeresis ] ;
key <AC11> [ apostrophe, quotedbl, agrave, adiaeresis ] ;
key <AB01> [ y, Y ] ;
gnome-shell refresh with Alt+F2rEnter or Logout & Login may be required..not tested..
then you need to choose which key is for level3 from "gnome-tweaks" or via "dconf-editor" or via "command line"
Gnome-Tweaks way
Dconf-Editor way
Command line:
gsettings set org.gnome.desktop.input-sources xkb-options "['lv3:ralt_switch']"
edited Sep 28 at 13:59
answered Sep 28 at 13:44
PRATAPPRATAP
7,8544 gold badges12 silver badges48 bronze badges
7,8544 gold badges12 silver badges48 bronze badges
add a comment
|
add a comment
|
Thanks for contributing an answer to Ask Ubuntu!
- 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%2faskubuntu.com%2fquestions%2f1177275%2fadd-accented-character-to-american-keyboard%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