Adding a second keyboard layout in Kubuntu 18.04
I have installed Kubuntu 18.04 and I am facing a problem with the keyboard layout. I have English as my first language and would like to add Greek as a second one also.
I have initially followed the instructions from here which suggested editing the /etc/default/keyboard file.
At the present the content of my config file are:
# KEYBOARD CONFIGURATION FILE
# Consult the keyboard(5) manual page.
XKBMODEL="pc105"
XKBLAYOUT="us,gr"
XKBVARIANT=",qwerty"
XKBOPTIONS="grp:alt_shift_toggle"
BACKSPACE="guess"
which does not made any major difference in my DE.
I have also tried from KDE System Settings > Input Devices > Keyboard > Layouts tab

At present I have 3 languages in my keyboard layout switcher:
English (US)
Greek (qwerty)
Greek (Greek).
Although I see the 3 options (only with right click though which I am not sure it's the default behavior) I cannot choose a different than the default (English) either by mouse or by keyboard.
I added 2 keyboard shortcuts to change layouts but to no avail.

Edit:
(Some extra information that might come handy)
In the Regional Settings I have added Greek also

I am not sure what I have done wrong but adding one extra language layout shouldn't be so hard. So, how can I proceed from here?
kubuntu keyboard-layout
add a comment |
I have installed Kubuntu 18.04 and I am facing a problem with the keyboard layout. I have English as my first language and would like to add Greek as a second one also.
I have initially followed the instructions from here which suggested editing the /etc/default/keyboard file.
At the present the content of my config file are:
# KEYBOARD CONFIGURATION FILE
# Consult the keyboard(5) manual page.
XKBMODEL="pc105"
XKBLAYOUT="us,gr"
XKBVARIANT=",qwerty"
XKBOPTIONS="grp:alt_shift_toggle"
BACKSPACE="guess"
which does not made any major difference in my DE.
I have also tried from KDE System Settings > Input Devices > Keyboard > Layouts tab

At present I have 3 languages in my keyboard layout switcher:
English (US)
Greek (qwerty)
Greek (Greek).
Although I see the 3 options (only with right click though which I am not sure it's the default behavior) I cannot choose a different than the default (English) either by mouse or by keyboard.
I added 2 keyboard shortcuts to change layouts but to no avail.

Edit:
(Some extra information that might come handy)
In the Regional Settings I have added Greek also

I am not sure what I have done wrong but adding one extra language layout shouldn't be so hard. So, how can I proceed from here?
kubuntu keyboard-layout
add a comment |
I have installed Kubuntu 18.04 and I am facing a problem with the keyboard layout. I have English as my first language and would like to add Greek as a second one also.
I have initially followed the instructions from here which suggested editing the /etc/default/keyboard file.
At the present the content of my config file are:
# KEYBOARD CONFIGURATION FILE
# Consult the keyboard(5) manual page.
XKBMODEL="pc105"
XKBLAYOUT="us,gr"
XKBVARIANT=",qwerty"
XKBOPTIONS="grp:alt_shift_toggle"
BACKSPACE="guess"
which does not made any major difference in my DE.
I have also tried from KDE System Settings > Input Devices > Keyboard > Layouts tab

At present I have 3 languages in my keyboard layout switcher:
English (US)
Greek (qwerty)
Greek (Greek).
Although I see the 3 options (only with right click though which I am not sure it's the default behavior) I cannot choose a different than the default (English) either by mouse or by keyboard.
I added 2 keyboard shortcuts to change layouts but to no avail.

Edit:
(Some extra information that might come handy)
In the Regional Settings I have added Greek also

I am not sure what I have done wrong but adding one extra language layout shouldn't be so hard. So, how can I proceed from here?
kubuntu keyboard-layout
I have installed Kubuntu 18.04 and I am facing a problem with the keyboard layout. I have English as my first language and would like to add Greek as a second one also.
I have initially followed the instructions from here which suggested editing the /etc/default/keyboard file.
At the present the content of my config file are:
# KEYBOARD CONFIGURATION FILE
# Consult the keyboard(5) manual page.
XKBMODEL="pc105"
XKBLAYOUT="us,gr"
XKBVARIANT=",qwerty"
XKBOPTIONS="grp:alt_shift_toggle"
BACKSPACE="guess"
which does not made any major difference in my DE.
I have also tried from KDE System Settings > Input Devices > Keyboard > Layouts tab

At present I have 3 languages in my keyboard layout switcher:
English (US)
Greek (qwerty)
Greek (Greek).
Although I see the 3 options (only with right click though which I am not sure it's the default behavior) I cannot choose a different than the default (English) either by mouse or by keyboard.
I added 2 keyboard shortcuts to change layouts but to no avail.

Edit:
(Some extra information that might come handy)
In the Regional Settings I have added Greek also

I am not sure what I have done wrong but adding one extra language layout shouldn't be so hard. So, how can I proceed from here?
kubuntu keyboard-layout
kubuntu keyboard-layout
edited Jan 13 at 19:30
Eypros
asked Jan 13 at 14:09
EyprosEypros
212110
212110
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
After a lot of research I managed to overcome the problem by a somewhat bizarre solution. At least in my case the system seemed to be able to toggle between English and Greek after this approach.
- I added a 3rd language in the Configure layout... (in my case Spanish)
- Enable Spare layouts
- Also (I am not sure this is necessary but I followed that step also) I installed the 3rd language to Regional Settings dialog.
- After logout I was able to use the keyboard shortcut.
The funny thing is that I removed the 3rd language after that and it still works (I only kept English and Greek which was my initial intention).
Hope that this would be helpful to anyone facing a similar problem.
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/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%2faskubuntu.com%2fquestions%2f1109381%2fadding-a-second-keyboard-layout-in-kubuntu-18-04%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
After a lot of research I managed to overcome the problem by a somewhat bizarre solution. At least in my case the system seemed to be able to toggle between English and Greek after this approach.
- I added a 3rd language in the Configure layout... (in my case Spanish)
- Enable Spare layouts
- Also (I am not sure this is necessary but I followed that step also) I installed the 3rd language to Regional Settings dialog.
- After logout I was able to use the keyboard shortcut.
The funny thing is that I removed the 3rd language after that and it still works (I only kept English and Greek which was my initial intention).
Hope that this would be helpful to anyone facing a similar problem.
add a comment |
After a lot of research I managed to overcome the problem by a somewhat bizarre solution. At least in my case the system seemed to be able to toggle between English and Greek after this approach.
- I added a 3rd language in the Configure layout... (in my case Spanish)
- Enable Spare layouts
- Also (I am not sure this is necessary but I followed that step also) I installed the 3rd language to Regional Settings dialog.
- After logout I was able to use the keyboard shortcut.
The funny thing is that I removed the 3rd language after that and it still works (I only kept English and Greek which was my initial intention).
Hope that this would be helpful to anyone facing a similar problem.
add a comment |
After a lot of research I managed to overcome the problem by a somewhat bizarre solution. At least in my case the system seemed to be able to toggle between English and Greek after this approach.
- I added a 3rd language in the Configure layout... (in my case Spanish)
- Enable Spare layouts
- Also (I am not sure this is necessary but I followed that step also) I installed the 3rd language to Regional Settings dialog.
- After logout I was able to use the keyboard shortcut.
The funny thing is that I removed the 3rd language after that and it still works (I only kept English and Greek which was my initial intention).
Hope that this would be helpful to anyone facing a similar problem.
After a lot of research I managed to overcome the problem by a somewhat bizarre solution. At least in my case the system seemed to be able to toggle between English and Greek after this approach.
- I added a 3rd language in the Configure layout... (in my case Spanish)
- Enable Spare layouts
- Also (I am not sure this is necessary but I followed that step also) I installed the 3rd language to Regional Settings dialog.
- After logout I was able to use the keyboard shortcut.
The funny thing is that I removed the 3rd language after that and it still works (I only kept English and Greek which was my initial intention).
Hope that this would be helpful to anyone facing a similar problem.
answered 2 days ago
EyprosEypros
212110
212110
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%2f1109381%2fadding-a-second-keyboard-layout-in-kubuntu-18-04%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