How can I switch input language with CapsLock on Ubuntu 18.04? [duplicate]
![Creative The name of the picture](https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgO9GURib1T8z7lCwjOGLQaGtrueEthgQ8LO42ZX8cOfTqDK4jvDDpKkLFwf2J49kYCMNW7d4ABih_XCb_2UXdq5fPJDkoyg7-8g_YfRUot-XnaXkNYycsNp7lA5_TW9td0FFpLQ2APzKcZ/s1600/1.jpg)
![Creative The name of the picture](https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhYQ0N5W1qAOxLP7t7iOM6O6AzbZnkXUy16s7P_CWfOb5UbTQY_aDsc727chyphenhyphen5W4IppVNernMMQeaUFTB_rFzAd95_CDt-tnwN-nBx6JyUp2duGjPaL5-VgNO41AVsA_vu30EJcipdDG409/s400/Clash+Royale+CLAN+TAG%2523URR8PPP.png)
up vote
6
down vote
favorite
This question already has an answer here:
Fast switch input source via CapsLock button in Ubuntu 17.10
1 answer
Ubuntu 17.10 and later: can't change the input switching shortcut to alt+shift
3 answers
How can I switch input language with CapsLock on Ubuntu 18.04? For some reason when I try to set CapsLock as a switching key it enables Caps, but doesn't set it as switching language key.
When this window is open and I press Caps, the LED light switches on and off. But the key isn't registered.
Update: As explained in the linked post, you have to use Gnome Tweak Tool to change these settings.
sudo apt install gnome-tweak-tool
keyboard keyboard-layout language 18.04
marked as duplicate by pomsky, Gunnar Hjalmarsson, Zanna, Eliah Kagan, karel Apr 21 at 22:40
This question has been asked before and already has an answer. If those answers do not fully address your question, please ask a new question.
add a comment |Â
up vote
6
down vote
favorite
This question already has an answer here:
Fast switch input source via CapsLock button in Ubuntu 17.10
1 answer
Ubuntu 17.10 and later: can't change the input switching shortcut to alt+shift
3 answers
How can I switch input language with CapsLock on Ubuntu 18.04? For some reason when I try to set CapsLock as a switching key it enables Caps, but doesn't set it as switching language key.
When this window is open and I press Caps, the LED light switches on and off. But the key isn't registered.
Update: As explained in the linked post, you have to use Gnome Tweak Tool to change these settings.
sudo apt install gnome-tweak-tool
keyboard keyboard-layout language 18.04
marked as duplicate by pomsky, Gunnar Hjalmarsson, Zanna, Eliah Kagan, karel Apr 21 at 22:40
This question has been asked before and already has an answer. If those answers do not fully address your question, please ask a new question.
If an answer to a linked duplicate question answers your question please vote for it. DonâÂÂt put the answer in your question or the comments! :-) I took the liberty to revert the change.
â David Foerster
Apr 23 at 9:14
2
@DavidFoerster I think it's helpful for visitors and reviewers to know that something worked for OP. If it can't be an answer (because of closure) then that information being somewhere makes more sense than it being nowhere, imho. (Also, in some cases the author of a duplicate question won't have the ability to upvote the target or its answers)
â Zanna
Apr 23 at 9:17
@Zanna: If you think so, I don't mind if you revert the changes. My voting advise was tailored specifically to PocketSam who has more than enough rep to vote.
â David Foerster
Apr 23 at 9:24
@DavidFoerster thanks, I put it back, merging some of your improvements :)
â Zanna
Apr 23 at 9:50
1
@PocketSam: A small tip for program output and screenshots in future questions: you can make most programs print English messages by prefixing the command withLC_MESSAGES=POSIX
, e. g.LC_MESSAGES=POSIX free
. Works the same for graphical applications. With super-user privileges you needsudo LC_MESSAGES=POSIX apt ...
orgksudo env LC_MESSAGES=POSIX synaptic
(for graphical applications).
â David Foerster
Apr 23 at 11:44
add a comment |Â
up vote
6
down vote
favorite
up vote
6
down vote
favorite
This question already has an answer here:
Fast switch input source via CapsLock button in Ubuntu 17.10
1 answer
Ubuntu 17.10 and later: can't change the input switching shortcut to alt+shift
3 answers
How can I switch input language with CapsLock on Ubuntu 18.04? For some reason when I try to set CapsLock as a switching key it enables Caps, but doesn't set it as switching language key.
When this window is open and I press Caps, the LED light switches on and off. But the key isn't registered.
Update: As explained in the linked post, you have to use Gnome Tweak Tool to change these settings.
sudo apt install gnome-tweak-tool
keyboard keyboard-layout language 18.04
This question already has an answer here:
Fast switch input source via CapsLock button in Ubuntu 17.10
1 answer
Ubuntu 17.10 and later: can't change the input switching shortcut to alt+shift
3 answers
How can I switch input language with CapsLock on Ubuntu 18.04? For some reason when I try to set CapsLock as a switching key it enables Caps, but doesn't set it as switching language key.
When this window is open and I press Caps, the LED light switches on and off. But the key isn't registered.
Update: As explained in the linked post, you have to use Gnome Tweak Tool to change these settings.
sudo apt install gnome-tweak-tool
This question already has an answer here:
Fast switch input source via CapsLock button in Ubuntu 17.10
1 answer
Ubuntu 17.10 and later: can't change the input switching shortcut to alt+shift
3 answers
keyboard keyboard-layout language 18.04
edited Apr 23 at 11:42
![](https://i.stack.imgur.com/E0SEH.png?s=32&g=1)
![](https://i.stack.imgur.com/E0SEH.png?s=32&g=1)
David Foerster
26.1k1361106
26.1k1361106
asked Apr 21 at 14:52
PocketSam
2,536198
2,536198
marked as duplicate by pomsky, Gunnar Hjalmarsson, Zanna, Eliah Kagan, karel Apr 21 at 22:40
This question has been asked before and already has an answer. If those answers do not fully address your question, please ask a new question.
marked as duplicate by pomsky, Gunnar Hjalmarsson, Zanna, Eliah Kagan, karel Apr 21 at 22:40
This question has been asked before and already has an answer. If those answers do not fully address your question, please ask a new question.
If an answer to a linked duplicate question answers your question please vote for it. DonâÂÂt put the answer in your question or the comments! :-) I took the liberty to revert the change.
â David Foerster
Apr 23 at 9:14
2
@DavidFoerster I think it's helpful for visitors and reviewers to know that something worked for OP. If it can't be an answer (because of closure) then that information being somewhere makes more sense than it being nowhere, imho. (Also, in some cases the author of a duplicate question won't have the ability to upvote the target or its answers)
â Zanna
Apr 23 at 9:17
@Zanna: If you think so, I don't mind if you revert the changes. My voting advise was tailored specifically to PocketSam who has more than enough rep to vote.
â David Foerster
Apr 23 at 9:24
@DavidFoerster thanks, I put it back, merging some of your improvements :)
â Zanna
Apr 23 at 9:50
1
@PocketSam: A small tip for program output and screenshots in future questions: you can make most programs print English messages by prefixing the command withLC_MESSAGES=POSIX
, e. g.LC_MESSAGES=POSIX free
. Works the same for graphical applications. With super-user privileges you needsudo LC_MESSAGES=POSIX apt ...
orgksudo env LC_MESSAGES=POSIX synaptic
(for graphical applications).
â David Foerster
Apr 23 at 11:44
add a comment |Â
If an answer to a linked duplicate question answers your question please vote for it. DonâÂÂt put the answer in your question or the comments! :-) I took the liberty to revert the change.
â David Foerster
Apr 23 at 9:14
2
@DavidFoerster I think it's helpful for visitors and reviewers to know that something worked for OP. If it can't be an answer (because of closure) then that information being somewhere makes more sense than it being nowhere, imho. (Also, in some cases the author of a duplicate question won't have the ability to upvote the target or its answers)
â Zanna
Apr 23 at 9:17
@Zanna: If you think so, I don't mind if you revert the changes. My voting advise was tailored specifically to PocketSam who has more than enough rep to vote.
â David Foerster
Apr 23 at 9:24
@DavidFoerster thanks, I put it back, merging some of your improvements :)
â Zanna
Apr 23 at 9:50
1
@PocketSam: A small tip for program output and screenshots in future questions: you can make most programs print English messages by prefixing the command withLC_MESSAGES=POSIX
, e. g.LC_MESSAGES=POSIX free
. Works the same for graphical applications. With super-user privileges you needsudo LC_MESSAGES=POSIX apt ...
orgksudo env LC_MESSAGES=POSIX synaptic
(for graphical applications).
â David Foerster
Apr 23 at 11:44
If an answer to a linked duplicate question answers your question please vote for it. DonâÂÂt put the answer in your question or the comments! :-) I took the liberty to revert the change.
â David Foerster
Apr 23 at 9:14
If an answer to a linked duplicate question answers your question please vote for it. DonâÂÂt put the answer in your question or the comments! :-) I took the liberty to revert the change.
â David Foerster
Apr 23 at 9:14
2
2
@DavidFoerster I think it's helpful for visitors and reviewers to know that something worked for OP. If it can't be an answer (because of closure) then that information being somewhere makes more sense than it being nowhere, imho. (Also, in some cases the author of a duplicate question won't have the ability to upvote the target or its answers)
â Zanna
Apr 23 at 9:17
@DavidFoerster I think it's helpful for visitors and reviewers to know that something worked for OP. If it can't be an answer (because of closure) then that information being somewhere makes more sense than it being nowhere, imho. (Also, in some cases the author of a duplicate question won't have the ability to upvote the target or its answers)
â Zanna
Apr 23 at 9:17
@Zanna: If you think so, I don't mind if you revert the changes. My voting advise was tailored specifically to PocketSam who has more than enough rep to vote.
â David Foerster
Apr 23 at 9:24
@Zanna: If you think so, I don't mind if you revert the changes. My voting advise was tailored specifically to PocketSam who has more than enough rep to vote.
â David Foerster
Apr 23 at 9:24
@DavidFoerster thanks, I put it back, merging some of your improvements :)
â Zanna
Apr 23 at 9:50
@DavidFoerster thanks, I put it back, merging some of your improvements :)
â Zanna
Apr 23 at 9:50
1
1
@PocketSam: A small tip for program output and screenshots in future questions: you can make most programs print English messages by prefixing the command with
LC_MESSAGES=POSIX
, e. g. LC_MESSAGES=POSIX free
. Works the same for graphical applications. With super-user privileges you need sudo LC_MESSAGES=POSIX apt ...
or gksudo env LC_MESSAGES=POSIX synaptic
(for graphical applications).â David Foerster
Apr 23 at 11:44
@PocketSam: A small tip for program output and screenshots in future questions: you can make most programs print English messages by prefixing the command with
LC_MESSAGES=POSIX
, e. g. LC_MESSAGES=POSIX free
. Works the same for graphical applications. With super-user privileges you need sudo LC_MESSAGES=POSIX apt ...
or gksudo env LC_MESSAGES=POSIX synaptic
(for graphical applications).â David Foerster
Apr 23 at 11:44
add a comment |Â
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
If an answer to a linked duplicate question answers your question please vote for it. DonâÂÂt put the answer in your question or the comments! :-) I took the liberty to revert the change.
â David Foerster
Apr 23 at 9:14
2
@DavidFoerster I think it's helpful for visitors and reviewers to know that something worked for OP. If it can't be an answer (because of closure) then that information being somewhere makes more sense than it being nowhere, imho. (Also, in some cases the author of a duplicate question won't have the ability to upvote the target or its answers)
â Zanna
Apr 23 at 9:17
@Zanna: If you think so, I don't mind if you revert the changes. My voting advise was tailored specifically to PocketSam who has more than enough rep to vote.
â David Foerster
Apr 23 at 9:24
@DavidFoerster thanks, I put it back, merging some of your improvements :)
â Zanna
Apr 23 at 9:50
1
@PocketSam: A small tip for program output and screenshots in future questions: you can make most programs print English messages by prefixing the command with
LC_MESSAGES=POSIX
, e. g.LC_MESSAGES=POSIX free
. Works the same for graphical applications. With super-user privileges you needsudo LC_MESSAGES=POSIX apt ...
orgksudo env LC_MESSAGES=POSIX synaptic
(for graphical applications).â David Foerster
Apr 23 at 11:44