18.04 ctrl+shift to change language











up vote
51
down vote

favorite
12












Can I use Ctrl+Shift for changing languages? I can't set this hotkey for changing keyboard languages.



At this moment Alt+Shift switch languages, but I can't see this hotkey in keyboard hotkeys list or in



gsettings list-recursively  org.gnome.desktop.wm.keybindings | sort | more


output.










share|improve this question




















  • 3




    Possible duplicate of Ubuntu 17.10 can't change the input switching shortcut to alt+shift
    – Fabby
    May 19 at 21:52















up vote
51
down vote

favorite
12












Can I use Ctrl+Shift for changing languages? I can't set this hotkey for changing keyboard languages.



At this moment Alt+Shift switch languages, but I can't see this hotkey in keyboard hotkeys list or in



gsettings list-recursively  org.gnome.desktop.wm.keybindings | sort | more


output.










share|improve this question




















  • 3




    Possible duplicate of Ubuntu 17.10 can't change the input switching shortcut to alt+shift
    – Fabby
    May 19 at 21:52













up vote
51
down vote

favorite
12









up vote
51
down vote

favorite
12






12





Can I use Ctrl+Shift for changing languages? I can't set this hotkey for changing keyboard languages.



At this moment Alt+Shift switch languages, but I can't see this hotkey in keyboard hotkeys list or in



gsettings list-recursively  org.gnome.desktop.wm.keybindings | sort | more


output.










share|improve this question















Can I use Ctrl+Shift for changing languages? I can't set this hotkey for changing keyboard languages.



At this moment Alt+Shift switch languages, but I can't see this hotkey in keyboard hotkeys list or in



gsettings list-recursively  org.gnome.desktop.wm.keybindings | sort | more


output.







18.04 input-language key-binding






share|improve this question















share|improve this question













share|improve this question




share|improve this question








edited Apr 29 at 8:52









Graham

2,22261527




2,22261527










asked Apr 29 at 8:45









Hayate

358137




358137








  • 3




    Possible duplicate of Ubuntu 17.10 can't change the input switching shortcut to alt+shift
    – Fabby
    May 19 at 21:52














  • 3




    Possible duplicate of Ubuntu 17.10 can't change the input switching shortcut to alt+shift
    – Fabby
    May 19 at 21:52








3




3




Possible duplicate of Ubuntu 17.10 can't change the input switching shortcut to alt+shift
– Fabby
May 19 at 21:52




Possible duplicate of Ubuntu 17.10 can't change the input switching shortcut to alt+shift
– Fabby
May 19 at 21:52










2 Answers
2






active

oldest

votes

















up vote
92
down vote



accepted










You can set such keyboard shortcut as follows:





  • On Ubuntu 18.04 LTS with GNOME desktop from GNOME Tweaks.





    1. Install it



      sudo apt-get install gnome-tweaks


    2. Then open GNOME Tweaks (gnome-tweaks).


    3. Select Keyboard & Mouse tab

    4. Click Additional Layout Options button

    5. Expand Switching to another layout

    6. Select Ctrl + Shift here


    See screenshot below:



    GNOME Tweaks - set <Ctrl+Shift>



    Or simply:



    gsettings set org.gnome.desktop.input-sources xkb-options 
    "['grp:ctrl_shift_toggle']"


    If you do not like Super + Space and Shift+Super+Space you can disable them with



    gsettings set org.gnome.desktop.wm.keybindings switch-input-source "['']"
    gsettings set org.gnome.desktop.wm.keybindings switch-input-source-backward "['']"
    gsettings set org.freedesktop.ibus.general.hotkey triggers "['']"


    Note: you will face interference problem as Ctrl+Shift+T in GNOME Terminal will switch language at once with opening new tab. It is known bug 1683383.




  • On Ubuntu 18.04 LTS MATE this is possible from mate-keyboard-properties:




    1. Open MATE Control Center

    2. Click Keyboard

    3. Go to Layouts tab

    4. Click Options

    5. Expand Switching to another layout


    6. Select Ctrl + Shift here



      See screenshot below:



      MATE Control Center keyboard



      Or simply:



      gsettings set org.mate.peripherals-keyboard-xkb.kbd options 
      "['grptgrp:ctrl_shift_toggle']"


      Note: here bug 1683383 is fixed by packages from my PPA :



      sudo add-apt-repository ppa:nrbrtx/xorg-hotkeys
      sudo apt-get update
      sudo apt-get dist-upgrade


      So Ctrl + Shift keyboard layout switcher will work normally on MATE DE after applying patch from ArchLinux AUR "for freedesktop bug 865 (need to kick hotkeys on release, not press)".




      Warranty disclaimer: packages were tested in




      • Ubuntu 16.04 LTS with HWE (Unity, MATE, Xfce);

      • Ubuntu 18.04 LTS (Cinnamon, KDE, MATE, Xfce);

      • Ubuntu 18.10 (Cinnamon, KDE, MATE, Xfce).


      However other desktops may have issues even after applying the patch. For example these packages do not fix problems for GNOME Shell and Unity (in 18.04 LTS and 18.10).









If you are interested you can participate in poll and discussion on community.ubuntu.com.






share|improve this answer



















  • 4




    gnome-tweaks broke text selection via ctrl+shift+arrow :( Does another solutions allow such text selection?
    – Hayate
    Apr 30 at 5:34










  • You have been warned about this. Possible solution is to switch to normal DE such as MATE, Xfce, Cinnamon, KDE. See links in my answer.
    – N0rbert
    Apr 30 at 9:45










  • Ok, i see, thx.
    – Hayate
    May 1 at 2:14






  • 2




    Works fine on Ubuntu 18.04.1 LTS.
    – Hemã Vidal
    Sep 10 at 0:46






  • 1




    Thanks, it works fine :) It is really sad that you can't do that without installing a program, bad UX.
    – gdaras
    Nov 24 at 13:15




















up vote
4
down vote













I found a partial workaround based on other answers for using Ctrl+Shift and shortcuts for GNOME in Ubuntu 18.04:





  1. Install GNOME Tweaks as proposed in N0rbert's anwser:



    sudo apt install gnome-tweaks


    then:




    • run it;

    • open "Keyboard & Mouse" tab;

    • click "Additional Layout Options" button;

    • instead of selecting Ctrl+Shift key combination in "Switching to another layout" of "Additional Layout Options" window simply untick all checkboxes:


    Additional Layout Options




  2. Open "Settings" application from "Show applications" menu at the left bottom corner. Alternatively run a command in terminal:



    gnome-control-center


    then




    • go to "Devices" > "Keyboard" tab;

    • scroll to "Typing" group;

    • set shortcuts for "Switch to next input source" and "Switch to previous input source" (an order of keys DOES MATTER!!!):


    Keyboard settings



    If setting Ctrl+Shift or Shift+Ctrl shortcuts is impossible using this dialog (as it was in my case), then you can change these parameters in an alternative way:





    • install dconf-editor:



      sudo apt install dconf-editor



    • run it from terminal:



      dconf-editor


    • go to org > gnome > desktop > wm > keybindings;


    • select switch-input-source or switch-input-source-backward;

    • switch off "Use default value" and input "Custom Value": <Control>Shift_L for changing layout with Ctrl+Shift or <Shift>Control_L — for changing layout with Shift+Ctrl:


    dconf-editor



    Another way is to use gsettings set console command as proposed here:



    gsettings set org.gnome.desktop.wm.keybindings 
    switch-input-source "['<Control>Shift_L']"



A limitation of this solution is that an order of keys pressed is important. If you set Ctrl+Shift to change keyboard layout then it will work only when you press Ctrl key first, and then Shift key. Pressing Shift key first and Ctrl after will not work in this case. But this fact allows to use shortcuts containing Shift and Ctrl keys combination in different applications , for example:





  • Shift+Ctrl+T to open new tab in Terminal;


  • Shift+Ctrl+E to export image in Gimp;


  • Shift+Ctrl+F to open search dialog in WebStorm/PhpStorm.






share|improve this answer






















    protected by Community Aug 22 at 7:02



    Thank you for your interest in this question.
    Because it has attracted low-quality or spam answers that had to be removed, posting an answer now requires 10 reputation on this site (the association bonus does not count).



    Would you like to answer one of these unanswered questions instead?














    2 Answers
    2






    active

    oldest

    votes








    2 Answers
    2






    active

    oldest

    votes









    active

    oldest

    votes






    active

    oldest

    votes








    up vote
    92
    down vote



    accepted










    You can set such keyboard shortcut as follows:





    • On Ubuntu 18.04 LTS with GNOME desktop from GNOME Tweaks.





      1. Install it



        sudo apt-get install gnome-tweaks


      2. Then open GNOME Tweaks (gnome-tweaks).


      3. Select Keyboard & Mouse tab

      4. Click Additional Layout Options button

      5. Expand Switching to another layout

      6. Select Ctrl + Shift here


      See screenshot below:



      GNOME Tweaks - set <Ctrl+Shift>



      Or simply:



      gsettings set org.gnome.desktop.input-sources xkb-options 
      "['grp:ctrl_shift_toggle']"


      If you do not like Super + Space and Shift+Super+Space you can disable them with



      gsettings set org.gnome.desktop.wm.keybindings switch-input-source "['']"
      gsettings set org.gnome.desktop.wm.keybindings switch-input-source-backward "['']"
      gsettings set org.freedesktop.ibus.general.hotkey triggers "['']"


      Note: you will face interference problem as Ctrl+Shift+T in GNOME Terminal will switch language at once with opening new tab. It is known bug 1683383.




    • On Ubuntu 18.04 LTS MATE this is possible from mate-keyboard-properties:




      1. Open MATE Control Center

      2. Click Keyboard

      3. Go to Layouts tab

      4. Click Options

      5. Expand Switching to another layout


      6. Select Ctrl + Shift here



        See screenshot below:



        MATE Control Center keyboard



        Or simply:



        gsettings set org.mate.peripherals-keyboard-xkb.kbd options 
        "['grptgrp:ctrl_shift_toggle']"


        Note: here bug 1683383 is fixed by packages from my PPA :



        sudo add-apt-repository ppa:nrbrtx/xorg-hotkeys
        sudo apt-get update
        sudo apt-get dist-upgrade


        So Ctrl + Shift keyboard layout switcher will work normally on MATE DE after applying patch from ArchLinux AUR "for freedesktop bug 865 (need to kick hotkeys on release, not press)".




        Warranty disclaimer: packages were tested in




        • Ubuntu 16.04 LTS with HWE (Unity, MATE, Xfce);

        • Ubuntu 18.04 LTS (Cinnamon, KDE, MATE, Xfce);

        • Ubuntu 18.10 (Cinnamon, KDE, MATE, Xfce).


        However other desktops may have issues even after applying the patch. For example these packages do not fix problems for GNOME Shell and Unity (in 18.04 LTS and 18.10).









    If you are interested you can participate in poll and discussion on community.ubuntu.com.






    share|improve this answer



















    • 4




      gnome-tweaks broke text selection via ctrl+shift+arrow :( Does another solutions allow such text selection?
      – Hayate
      Apr 30 at 5:34










    • You have been warned about this. Possible solution is to switch to normal DE such as MATE, Xfce, Cinnamon, KDE. See links in my answer.
      – N0rbert
      Apr 30 at 9:45










    • Ok, i see, thx.
      – Hayate
      May 1 at 2:14






    • 2




      Works fine on Ubuntu 18.04.1 LTS.
      – Hemã Vidal
      Sep 10 at 0:46






    • 1




      Thanks, it works fine :) It is really sad that you can't do that without installing a program, bad UX.
      – gdaras
      Nov 24 at 13:15

















    up vote
    92
    down vote



    accepted










    You can set such keyboard shortcut as follows:





    • On Ubuntu 18.04 LTS with GNOME desktop from GNOME Tweaks.





      1. Install it



        sudo apt-get install gnome-tweaks


      2. Then open GNOME Tweaks (gnome-tweaks).


      3. Select Keyboard & Mouse tab

      4. Click Additional Layout Options button

      5. Expand Switching to another layout

      6. Select Ctrl + Shift here


      See screenshot below:



      GNOME Tweaks - set <Ctrl+Shift>



      Or simply:



      gsettings set org.gnome.desktop.input-sources xkb-options 
      "['grp:ctrl_shift_toggle']"


      If you do not like Super + Space and Shift+Super+Space you can disable them with



      gsettings set org.gnome.desktop.wm.keybindings switch-input-source "['']"
      gsettings set org.gnome.desktop.wm.keybindings switch-input-source-backward "['']"
      gsettings set org.freedesktop.ibus.general.hotkey triggers "['']"


      Note: you will face interference problem as Ctrl+Shift+T in GNOME Terminal will switch language at once with opening new tab. It is known bug 1683383.




    • On Ubuntu 18.04 LTS MATE this is possible from mate-keyboard-properties:




      1. Open MATE Control Center

      2. Click Keyboard

      3. Go to Layouts tab

      4. Click Options

      5. Expand Switching to another layout


      6. Select Ctrl + Shift here



        See screenshot below:



        MATE Control Center keyboard



        Or simply:



        gsettings set org.mate.peripherals-keyboard-xkb.kbd options 
        "['grptgrp:ctrl_shift_toggle']"


        Note: here bug 1683383 is fixed by packages from my PPA :



        sudo add-apt-repository ppa:nrbrtx/xorg-hotkeys
        sudo apt-get update
        sudo apt-get dist-upgrade


        So Ctrl + Shift keyboard layout switcher will work normally on MATE DE after applying patch from ArchLinux AUR "for freedesktop bug 865 (need to kick hotkeys on release, not press)".




        Warranty disclaimer: packages were tested in




        • Ubuntu 16.04 LTS with HWE (Unity, MATE, Xfce);

        • Ubuntu 18.04 LTS (Cinnamon, KDE, MATE, Xfce);

        • Ubuntu 18.10 (Cinnamon, KDE, MATE, Xfce).


        However other desktops may have issues even after applying the patch. For example these packages do not fix problems for GNOME Shell and Unity (in 18.04 LTS and 18.10).









    If you are interested you can participate in poll and discussion on community.ubuntu.com.






    share|improve this answer



















    • 4




      gnome-tweaks broke text selection via ctrl+shift+arrow :( Does another solutions allow such text selection?
      – Hayate
      Apr 30 at 5:34










    • You have been warned about this. Possible solution is to switch to normal DE such as MATE, Xfce, Cinnamon, KDE. See links in my answer.
      – N0rbert
      Apr 30 at 9:45










    • Ok, i see, thx.
      – Hayate
      May 1 at 2:14






    • 2




      Works fine on Ubuntu 18.04.1 LTS.
      – Hemã Vidal
      Sep 10 at 0:46






    • 1




      Thanks, it works fine :) It is really sad that you can't do that without installing a program, bad UX.
      – gdaras
      Nov 24 at 13:15















    up vote
    92
    down vote



    accepted







    up vote
    92
    down vote



    accepted






    You can set such keyboard shortcut as follows:





    • On Ubuntu 18.04 LTS with GNOME desktop from GNOME Tweaks.





      1. Install it



        sudo apt-get install gnome-tweaks


      2. Then open GNOME Tweaks (gnome-tweaks).


      3. Select Keyboard & Mouse tab

      4. Click Additional Layout Options button

      5. Expand Switching to another layout

      6. Select Ctrl + Shift here


      See screenshot below:



      GNOME Tweaks - set <Ctrl+Shift>



      Or simply:



      gsettings set org.gnome.desktop.input-sources xkb-options 
      "['grp:ctrl_shift_toggle']"


      If you do not like Super + Space and Shift+Super+Space you can disable them with



      gsettings set org.gnome.desktop.wm.keybindings switch-input-source "['']"
      gsettings set org.gnome.desktop.wm.keybindings switch-input-source-backward "['']"
      gsettings set org.freedesktop.ibus.general.hotkey triggers "['']"


      Note: you will face interference problem as Ctrl+Shift+T in GNOME Terminal will switch language at once with opening new tab. It is known bug 1683383.




    • On Ubuntu 18.04 LTS MATE this is possible from mate-keyboard-properties:




      1. Open MATE Control Center

      2. Click Keyboard

      3. Go to Layouts tab

      4. Click Options

      5. Expand Switching to another layout


      6. Select Ctrl + Shift here



        See screenshot below:



        MATE Control Center keyboard



        Or simply:



        gsettings set org.mate.peripherals-keyboard-xkb.kbd options 
        "['grptgrp:ctrl_shift_toggle']"


        Note: here bug 1683383 is fixed by packages from my PPA :



        sudo add-apt-repository ppa:nrbrtx/xorg-hotkeys
        sudo apt-get update
        sudo apt-get dist-upgrade


        So Ctrl + Shift keyboard layout switcher will work normally on MATE DE after applying patch from ArchLinux AUR "for freedesktop bug 865 (need to kick hotkeys on release, not press)".




        Warranty disclaimer: packages were tested in




        • Ubuntu 16.04 LTS with HWE (Unity, MATE, Xfce);

        • Ubuntu 18.04 LTS (Cinnamon, KDE, MATE, Xfce);

        • Ubuntu 18.10 (Cinnamon, KDE, MATE, Xfce).


        However other desktops may have issues even after applying the patch. For example these packages do not fix problems for GNOME Shell and Unity (in 18.04 LTS and 18.10).









    If you are interested you can participate in poll and discussion on community.ubuntu.com.






    share|improve this answer














    You can set such keyboard shortcut as follows:





    • On Ubuntu 18.04 LTS with GNOME desktop from GNOME Tweaks.





      1. Install it



        sudo apt-get install gnome-tweaks


      2. Then open GNOME Tweaks (gnome-tweaks).


      3. Select Keyboard & Mouse tab

      4. Click Additional Layout Options button

      5. Expand Switching to another layout

      6. Select Ctrl + Shift here


      See screenshot below:



      GNOME Tweaks - set <Ctrl+Shift>



      Or simply:



      gsettings set org.gnome.desktop.input-sources xkb-options 
      "['grp:ctrl_shift_toggle']"


      If you do not like Super + Space and Shift+Super+Space you can disable them with



      gsettings set org.gnome.desktop.wm.keybindings switch-input-source "['']"
      gsettings set org.gnome.desktop.wm.keybindings switch-input-source-backward "['']"
      gsettings set org.freedesktop.ibus.general.hotkey triggers "['']"


      Note: you will face interference problem as Ctrl+Shift+T in GNOME Terminal will switch language at once with opening new tab. It is known bug 1683383.




    • On Ubuntu 18.04 LTS MATE this is possible from mate-keyboard-properties:




      1. Open MATE Control Center

      2. Click Keyboard

      3. Go to Layouts tab

      4. Click Options

      5. Expand Switching to another layout


      6. Select Ctrl + Shift here



        See screenshot below:



        MATE Control Center keyboard



        Or simply:



        gsettings set org.mate.peripherals-keyboard-xkb.kbd options 
        "['grptgrp:ctrl_shift_toggle']"


        Note: here bug 1683383 is fixed by packages from my PPA :



        sudo add-apt-repository ppa:nrbrtx/xorg-hotkeys
        sudo apt-get update
        sudo apt-get dist-upgrade


        So Ctrl + Shift keyboard layout switcher will work normally on MATE DE after applying patch from ArchLinux AUR "for freedesktop bug 865 (need to kick hotkeys on release, not press)".




        Warranty disclaimer: packages were tested in




        • Ubuntu 16.04 LTS with HWE (Unity, MATE, Xfce);

        • Ubuntu 18.04 LTS (Cinnamon, KDE, MATE, Xfce);

        • Ubuntu 18.10 (Cinnamon, KDE, MATE, Xfce).


        However other desktops may have issues even after applying the patch. For example these packages do not fix problems for GNOME Shell and Unity (in 18.04 LTS and 18.10).









    If you are interested you can participate in poll and discussion on community.ubuntu.com.







    share|improve this answer














    share|improve this answer



    share|improve this answer








    edited Dec 1 at 8:10

























    answered Apr 29 at 9:15









    N0rbert

    20.6k54494




    20.6k54494








    • 4




      gnome-tweaks broke text selection via ctrl+shift+arrow :( Does another solutions allow such text selection?
      – Hayate
      Apr 30 at 5:34










    • You have been warned about this. Possible solution is to switch to normal DE such as MATE, Xfce, Cinnamon, KDE. See links in my answer.
      – N0rbert
      Apr 30 at 9:45










    • Ok, i see, thx.
      – Hayate
      May 1 at 2:14






    • 2




      Works fine on Ubuntu 18.04.1 LTS.
      – Hemã Vidal
      Sep 10 at 0:46






    • 1




      Thanks, it works fine :) It is really sad that you can't do that without installing a program, bad UX.
      – gdaras
      Nov 24 at 13:15
















    • 4




      gnome-tweaks broke text selection via ctrl+shift+arrow :( Does another solutions allow such text selection?
      – Hayate
      Apr 30 at 5:34










    • You have been warned about this. Possible solution is to switch to normal DE such as MATE, Xfce, Cinnamon, KDE. See links in my answer.
      – N0rbert
      Apr 30 at 9:45










    • Ok, i see, thx.
      – Hayate
      May 1 at 2:14






    • 2




      Works fine on Ubuntu 18.04.1 LTS.
      – Hemã Vidal
      Sep 10 at 0:46






    • 1




      Thanks, it works fine :) It is really sad that you can't do that without installing a program, bad UX.
      – gdaras
      Nov 24 at 13:15










    4




    4




    gnome-tweaks broke text selection via ctrl+shift+arrow :( Does another solutions allow such text selection?
    – Hayate
    Apr 30 at 5:34




    gnome-tweaks broke text selection via ctrl+shift+arrow :( Does another solutions allow such text selection?
    – Hayate
    Apr 30 at 5:34












    You have been warned about this. Possible solution is to switch to normal DE such as MATE, Xfce, Cinnamon, KDE. See links in my answer.
    – N0rbert
    Apr 30 at 9:45




    You have been warned about this. Possible solution is to switch to normal DE such as MATE, Xfce, Cinnamon, KDE. See links in my answer.
    – N0rbert
    Apr 30 at 9:45












    Ok, i see, thx.
    – Hayate
    May 1 at 2:14




    Ok, i see, thx.
    – Hayate
    May 1 at 2:14




    2




    2




    Works fine on Ubuntu 18.04.1 LTS.
    – Hemã Vidal
    Sep 10 at 0:46




    Works fine on Ubuntu 18.04.1 LTS.
    – Hemã Vidal
    Sep 10 at 0:46




    1




    1




    Thanks, it works fine :) It is really sad that you can't do that without installing a program, bad UX.
    – gdaras
    Nov 24 at 13:15






    Thanks, it works fine :) It is really sad that you can't do that without installing a program, bad UX.
    – gdaras
    Nov 24 at 13:15














    up vote
    4
    down vote













    I found a partial workaround based on other answers for using Ctrl+Shift and shortcuts for GNOME in Ubuntu 18.04:





    1. Install GNOME Tweaks as proposed in N0rbert's anwser:



      sudo apt install gnome-tweaks


      then:




      • run it;

      • open "Keyboard & Mouse" tab;

      • click "Additional Layout Options" button;

      • instead of selecting Ctrl+Shift key combination in "Switching to another layout" of "Additional Layout Options" window simply untick all checkboxes:


      Additional Layout Options




    2. Open "Settings" application from "Show applications" menu at the left bottom corner. Alternatively run a command in terminal:



      gnome-control-center


      then




      • go to "Devices" > "Keyboard" tab;

      • scroll to "Typing" group;

      • set shortcuts for "Switch to next input source" and "Switch to previous input source" (an order of keys DOES MATTER!!!):


      Keyboard settings



      If setting Ctrl+Shift or Shift+Ctrl shortcuts is impossible using this dialog (as it was in my case), then you can change these parameters in an alternative way:





      • install dconf-editor:



        sudo apt install dconf-editor



      • run it from terminal:



        dconf-editor


      • go to org > gnome > desktop > wm > keybindings;


      • select switch-input-source or switch-input-source-backward;

      • switch off "Use default value" and input "Custom Value": <Control>Shift_L for changing layout with Ctrl+Shift or <Shift>Control_L — for changing layout with Shift+Ctrl:


      dconf-editor



      Another way is to use gsettings set console command as proposed here:



      gsettings set org.gnome.desktop.wm.keybindings 
      switch-input-source "['<Control>Shift_L']"



    A limitation of this solution is that an order of keys pressed is important. If you set Ctrl+Shift to change keyboard layout then it will work only when you press Ctrl key first, and then Shift key. Pressing Shift key first and Ctrl after will not work in this case. But this fact allows to use shortcuts containing Shift and Ctrl keys combination in different applications , for example:





    • Shift+Ctrl+T to open new tab in Terminal;


    • Shift+Ctrl+E to export image in Gimp;


    • Shift+Ctrl+F to open search dialog in WebStorm/PhpStorm.






    share|improve this answer



























      up vote
      4
      down vote













      I found a partial workaround based on other answers for using Ctrl+Shift and shortcuts for GNOME in Ubuntu 18.04:





      1. Install GNOME Tweaks as proposed in N0rbert's anwser:



        sudo apt install gnome-tweaks


        then:




        • run it;

        • open "Keyboard & Mouse" tab;

        • click "Additional Layout Options" button;

        • instead of selecting Ctrl+Shift key combination in "Switching to another layout" of "Additional Layout Options" window simply untick all checkboxes:


        Additional Layout Options




      2. Open "Settings" application from "Show applications" menu at the left bottom corner. Alternatively run a command in terminal:



        gnome-control-center


        then




        • go to "Devices" > "Keyboard" tab;

        • scroll to "Typing" group;

        • set shortcuts for "Switch to next input source" and "Switch to previous input source" (an order of keys DOES MATTER!!!):


        Keyboard settings



        If setting Ctrl+Shift or Shift+Ctrl shortcuts is impossible using this dialog (as it was in my case), then you can change these parameters in an alternative way:





        • install dconf-editor:



          sudo apt install dconf-editor



        • run it from terminal:



          dconf-editor


        • go to org > gnome > desktop > wm > keybindings;


        • select switch-input-source or switch-input-source-backward;

        • switch off "Use default value" and input "Custom Value": <Control>Shift_L for changing layout with Ctrl+Shift or <Shift>Control_L — for changing layout with Shift+Ctrl:


        dconf-editor



        Another way is to use gsettings set console command as proposed here:



        gsettings set org.gnome.desktop.wm.keybindings 
        switch-input-source "['<Control>Shift_L']"



      A limitation of this solution is that an order of keys pressed is important. If you set Ctrl+Shift to change keyboard layout then it will work only when you press Ctrl key first, and then Shift key. Pressing Shift key first and Ctrl after will not work in this case. But this fact allows to use shortcuts containing Shift and Ctrl keys combination in different applications , for example:





      • Shift+Ctrl+T to open new tab in Terminal;


      • Shift+Ctrl+E to export image in Gimp;


      • Shift+Ctrl+F to open search dialog in WebStorm/PhpStorm.






      share|improve this answer

























        up vote
        4
        down vote










        up vote
        4
        down vote









        I found a partial workaround based on other answers for using Ctrl+Shift and shortcuts for GNOME in Ubuntu 18.04:





        1. Install GNOME Tweaks as proposed in N0rbert's anwser:



          sudo apt install gnome-tweaks


          then:




          • run it;

          • open "Keyboard & Mouse" tab;

          • click "Additional Layout Options" button;

          • instead of selecting Ctrl+Shift key combination in "Switching to another layout" of "Additional Layout Options" window simply untick all checkboxes:


          Additional Layout Options




        2. Open "Settings" application from "Show applications" menu at the left bottom corner. Alternatively run a command in terminal:



          gnome-control-center


          then




          • go to "Devices" > "Keyboard" tab;

          • scroll to "Typing" group;

          • set shortcuts for "Switch to next input source" and "Switch to previous input source" (an order of keys DOES MATTER!!!):


          Keyboard settings



          If setting Ctrl+Shift or Shift+Ctrl shortcuts is impossible using this dialog (as it was in my case), then you can change these parameters in an alternative way:





          • install dconf-editor:



            sudo apt install dconf-editor



          • run it from terminal:



            dconf-editor


          • go to org > gnome > desktop > wm > keybindings;


          • select switch-input-source or switch-input-source-backward;

          • switch off "Use default value" and input "Custom Value": <Control>Shift_L for changing layout with Ctrl+Shift or <Shift>Control_L — for changing layout with Shift+Ctrl:


          dconf-editor



          Another way is to use gsettings set console command as proposed here:



          gsettings set org.gnome.desktop.wm.keybindings 
          switch-input-source "['<Control>Shift_L']"



        A limitation of this solution is that an order of keys pressed is important. If you set Ctrl+Shift to change keyboard layout then it will work only when you press Ctrl key first, and then Shift key. Pressing Shift key first and Ctrl after will not work in this case. But this fact allows to use shortcuts containing Shift and Ctrl keys combination in different applications , for example:





        • Shift+Ctrl+T to open new tab in Terminal;


        • Shift+Ctrl+E to export image in Gimp;


        • Shift+Ctrl+F to open search dialog in WebStorm/PhpStorm.






        share|improve this answer














        I found a partial workaround based on other answers for using Ctrl+Shift and shortcuts for GNOME in Ubuntu 18.04:





        1. Install GNOME Tweaks as proposed in N0rbert's anwser:



          sudo apt install gnome-tweaks


          then:




          • run it;

          • open "Keyboard & Mouse" tab;

          • click "Additional Layout Options" button;

          • instead of selecting Ctrl+Shift key combination in "Switching to another layout" of "Additional Layout Options" window simply untick all checkboxes:


          Additional Layout Options




        2. Open "Settings" application from "Show applications" menu at the left bottom corner. Alternatively run a command in terminal:



          gnome-control-center


          then




          • go to "Devices" > "Keyboard" tab;

          • scroll to "Typing" group;

          • set shortcuts for "Switch to next input source" and "Switch to previous input source" (an order of keys DOES MATTER!!!):


          Keyboard settings



          If setting Ctrl+Shift or Shift+Ctrl shortcuts is impossible using this dialog (as it was in my case), then you can change these parameters in an alternative way:





          • install dconf-editor:



            sudo apt install dconf-editor



          • run it from terminal:



            dconf-editor


          • go to org > gnome > desktop > wm > keybindings;


          • select switch-input-source or switch-input-source-backward;

          • switch off "Use default value" and input "Custom Value": <Control>Shift_L for changing layout with Ctrl+Shift or <Shift>Control_L — for changing layout with Shift+Ctrl:


          dconf-editor



          Another way is to use gsettings set console command as proposed here:



          gsettings set org.gnome.desktop.wm.keybindings 
          switch-input-source "['<Control>Shift_L']"



        A limitation of this solution is that an order of keys pressed is important. If you set Ctrl+Shift to change keyboard layout then it will work only when you press Ctrl key first, and then Shift key. Pressing Shift key first and Ctrl after will not work in this case. But this fact allows to use shortcuts containing Shift and Ctrl keys combination in different applications , for example:





        • Shift+Ctrl+T to open new tab in Terminal;


        • Shift+Ctrl+E to export image in Gimp;


        • Shift+Ctrl+F to open search dialog in WebStorm/PhpStorm.







        share|improve this answer














        share|improve this answer



        share|improve this answer








        edited Oct 30 at 16:06









        N0rbert

        20.6k54494




        20.6k54494










        answered Oct 30 at 13:16









        Ezze

        2601414




        2601414

















            protected by Community Aug 22 at 7:02



            Thank you for your interest in this question.
            Because it has attracted low-quality or spam answers that had to be removed, posting an answer now requires 10 reputation on this site (the association bonus does not count).



            Would you like to answer one of these unanswered questions instead?



            Popular posts from this blog

            Quarter-circle Tiles

            build a pushdown automaton that recognizes the reverse language of a given pushdown automaton?

            Mont Emei