Lock keys panel indicator for MATE Desktop

The name of the pictureThe name of the pictureThe name of the pictureClash Royale CLAN TAG#URR8PPP








up vote
8
down vote

favorite
1












I have no indicator LEDs on my keyboard to show whether Caps-Lock is on (I don't have Num-Lock and Scroll-Lock keys so the best option would be to have an indicator only for Caps Lock, but three indicators would be better than none)



I would really like to see the lock-keys status in the indicator panel so I can tell at a glance whether I'm typing my passwords correctly





I'm using Ubuntu MATE 16.04. I've seen this question but it relates to Unity DE.







share|improve this question

























    up vote
    8
    down vote

    favorite
    1












    I have no indicator LEDs on my keyboard to show whether Caps-Lock is on (I don't have Num-Lock and Scroll-Lock keys so the best option would be to have an indicator only for Caps Lock, but three indicators would be better than none)



    I would really like to see the lock-keys status in the indicator panel so I can tell at a glance whether I'm typing my passwords correctly





    I'm using Ubuntu MATE 16.04. I've seen this question but it relates to Unity DE.







    share|improve this question























      up vote
      8
      down vote

      favorite
      1









      up vote
      8
      down vote

      favorite
      1






      1





      I have no indicator LEDs on my keyboard to show whether Caps-Lock is on (I don't have Num-Lock and Scroll-Lock keys so the best option would be to have an indicator only for Caps Lock, but three indicators would be better than none)



      I would really like to see the lock-keys status in the indicator panel so I can tell at a glance whether I'm typing my passwords correctly





      I'm using Ubuntu MATE 16.04. I've seen this question but it relates to Unity DE.







      share|improve this question













      I have no indicator LEDs on my keyboard to show whether Caps-Lock is on (I don't have Num-Lock and Scroll-Lock keys so the best option would be to have an indicator only for Caps Lock, but three indicators would be better than none)



      I would really like to see the lock-keys status in the indicator panel so I can tell at a glance whether I'm typing my passwords correctly





      I'm using Ubuntu MATE 16.04. I've seen this question but it relates to Unity DE.









      share|improve this question












      share|improve this question




      share|improve this question








      edited Apr 13 '17 at 12:24









      Community♦

      1




      1









      asked Jul 16 '16 at 18:07









      Zanna

      47.7k13116226




      47.7k13116226




















          3 Answers
          3






          active

          oldest

          votes

















          up vote
          5
          down vote



          accepted










          Introduction



          Disclaimer: I am author of this indicator



          The lks-indicator shows status of the lock keys , like Caps Lock, Scroll Lock, and Num Lock. While originally written for Unity desktop, it works with some others, in particular with MATE. It has options for ignoring certain keys, or showing all and indicating which one is active.



          Usage



          As shown by -h it has several command line options:



          usage: lks-indicator [-h] [--show-all]
          [--ignore-keys IGNORE_KEYS [IGNORE_KEYS ...]]

          lks-indicator - Indicates on/off status of Lock keys.

          optional arguments:
          -h, --help show this help message and exit
          --show-all Show all keys, and mark switched-on keys by surrounding with brackets.

          --ignore-keys IGNORE_KEYS [IGNORE_KEYS ...]
          Ignore specified keys (C, N or S).


          Launching is as simple as running in command-line (from the same directory where indicator is located)



          python lks-indicator 


          To close the indicator, please use the Quit button. Using Ctrl + C doesn't work well with indicators.



          Installation



          The indicator is available on GitHub



          For those who have git installed:



          1. cd /opt

          2. sudo git clone https://github.com/SergKolo/lks-indicator.git

          3. chmod -R +x /opt/lks-indicator/

          If you do not have git installed, run sudo apt-get install git



          Alternatively , you can just download the repository as zip file.



          wget https://github.com/SergKolo/lks-indicator/archive/master.zip


          Indicator in action



          As you can see below, the indicator displays green icon and which key is currently active. When no keys are engaged, the icon remains green



          enter image description here



          Update September 2nd , 2016:



          The indicator got a bit of update:



          • monochrome indicator added, and can be used with -m option

          • label now uses circles to indicate which key is enganged

          enter image description here






          share|improve this answer























          • better than the native indicator because it allows me to ignore keys that don't exist on my keyboard. Thank you so much :)
            – Zanna
            Aug 5 '16 at 15:44

















          up vote
          8
          down vote













          Native Solution



          It turns out that MATE-Tweak, built into the default installation of Ubuntu MATE, has an option to enable keyboard LED indicators





          Under Interface, check the box Enable keyboard LED





          And now you have three key lock icons in your indicator panel - one for each key. Here's what it looks like when Caps Lock is on but the other locks are off:








          share|improve this answer






























            up vote
            2
            down vote













            If you prefer the terminal or dconf-editor, which also goes for regular Linux Mint, you can use this setting:
            org.mate.peripherals-keyboard-xkb.general duplicate-leds,
            e.g.



            gsettings set org.mate.peripherals-keyboard-xkb.general duplicate-leds true 


            Tested on Linux Mint MATE 18.1.






            share|improve this answer





















            • On Linux Mint 19 with Mate installed, this is the only way that works for me. I cannot install MATE Tweak, as it duplicates the setting already present in the Desktop Settings control panel.
              – kiamlaluno
              Jul 31 at 20:38










            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',
            convertImagesToLinks: true,
            noModals: false,
            showLowRepImageUploadWarning: true,
            reputationToPostImages: 10,
            bindNavPrevention: true,
            postfix: "",
            onDemand: true,
            discardSelector: ".discard-answer"
            ,immediatelyShowMarkdownHelp:true
            );



            );








             

            draft saved


            draft discarded


















            StackExchange.ready(
            function ()
            StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f799437%2flock-keys-panel-indicator-for-mate-desktop%23new-answer', 'question_page');

            );

            Post as a guest






























            3 Answers
            3






            active

            oldest

            votes








            3 Answers
            3






            active

            oldest

            votes









            active

            oldest

            votes






            active

            oldest

            votes








            up vote
            5
            down vote



            accepted










            Introduction



            Disclaimer: I am author of this indicator



            The lks-indicator shows status of the lock keys , like Caps Lock, Scroll Lock, and Num Lock. While originally written for Unity desktop, it works with some others, in particular with MATE. It has options for ignoring certain keys, or showing all and indicating which one is active.



            Usage



            As shown by -h it has several command line options:



            usage: lks-indicator [-h] [--show-all]
            [--ignore-keys IGNORE_KEYS [IGNORE_KEYS ...]]

            lks-indicator - Indicates on/off status of Lock keys.

            optional arguments:
            -h, --help show this help message and exit
            --show-all Show all keys, and mark switched-on keys by surrounding with brackets.

            --ignore-keys IGNORE_KEYS [IGNORE_KEYS ...]
            Ignore specified keys (C, N or S).


            Launching is as simple as running in command-line (from the same directory where indicator is located)



            python lks-indicator 


            To close the indicator, please use the Quit button. Using Ctrl + C doesn't work well with indicators.



            Installation



            The indicator is available on GitHub



            For those who have git installed:



            1. cd /opt

            2. sudo git clone https://github.com/SergKolo/lks-indicator.git

            3. chmod -R +x /opt/lks-indicator/

            If you do not have git installed, run sudo apt-get install git



            Alternatively , you can just download the repository as zip file.



            wget https://github.com/SergKolo/lks-indicator/archive/master.zip


            Indicator in action



            As you can see below, the indicator displays green icon and which key is currently active. When no keys are engaged, the icon remains green



            enter image description here



            Update September 2nd , 2016:



            The indicator got a bit of update:



            • monochrome indicator added, and can be used with -m option

            • label now uses circles to indicate which key is enganged

            enter image description here






            share|improve this answer























            • better than the native indicator because it allows me to ignore keys that don't exist on my keyboard. Thank you so much :)
              – Zanna
              Aug 5 '16 at 15:44














            up vote
            5
            down vote



            accepted










            Introduction



            Disclaimer: I am author of this indicator



            The lks-indicator shows status of the lock keys , like Caps Lock, Scroll Lock, and Num Lock. While originally written for Unity desktop, it works with some others, in particular with MATE. It has options for ignoring certain keys, or showing all and indicating which one is active.



            Usage



            As shown by -h it has several command line options:



            usage: lks-indicator [-h] [--show-all]
            [--ignore-keys IGNORE_KEYS [IGNORE_KEYS ...]]

            lks-indicator - Indicates on/off status of Lock keys.

            optional arguments:
            -h, --help show this help message and exit
            --show-all Show all keys, and mark switched-on keys by surrounding with brackets.

            --ignore-keys IGNORE_KEYS [IGNORE_KEYS ...]
            Ignore specified keys (C, N or S).


            Launching is as simple as running in command-line (from the same directory where indicator is located)



            python lks-indicator 


            To close the indicator, please use the Quit button. Using Ctrl + C doesn't work well with indicators.



            Installation



            The indicator is available on GitHub



            For those who have git installed:



            1. cd /opt

            2. sudo git clone https://github.com/SergKolo/lks-indicator.git

            3. chmod -R +x /opt/lks-indicator/

            If you do not have git installed, run sudo apt-get install git



            Alternatively , you can just download the repository as zip file.



            wget https://github.com/SergKolo/lks-indicator/archive/master.zip


            Indicator in action



            As you can see below, the indicator displays green icon and which key is currently active. When no keys are engaged, the icon remains green



            enter image description here



            Update September 2nd , 2016:



            The indicator got a bit of update:



            • monochrome indicator added, and can be used with -m option

            • label now uses circles to indicate which key is enganged

            enter image description here






            share|improve this answer























            • better than the native indicator because it allows me to ignore keys that don't exist on my keyboard. Thank you so much :)
              – Zanna
              Aug 5 '16 at 15:44












            up vote
            5
            down vote



            accepted







            up vote
            5
            down vote



            accepted






            Introduction



            Disclaimer: I am author of this indicator



            The lks-indicator shows status of the lock keys , like Caps Lock, Scroll Lock, and Num Lock. While originally written for Unity desktop, it works with some others, in particular with MATE. It has options for ignoring certain keys, or showing all and indicating which one is active.



            Usage



            As shown by -h it has several command line options:



            usage: lks-indicator [-h] [--show-all]
            [--ignore-keys IGNORE_KEYS [IGNORE_KEYS ...]]

            lks-indicator - Indicates on/off status of Lock keys.

            optional arguments:
            -h, --help show this help message and exit
            --show-all Show all keys, and mark switched-on keys by surrounding with brackets.

            --ignore-keys IGNORE_KEYS [IGNORE_KEYS ...]
            Ignore specified keys (C, N or S).


            Launching is as simple as running in command-line (from the same directory where indicator is located)



            python lks-indicator 


            To close the indicator, please use the Quit button. Using Ctrl + C doesn't work well with indicators.



            Installation



            The indicator is available on GitHub



            For those who have git installed:



            1. cd /opt

            2. sudo git clone https://github.com/SergKolo/lks-indicator.git

            3. chmod -R +x /opt/lks-indicator/

            If you do not have git installed, run sudo apt-get install git



            Alternatively , you can just download the repository as zip file.



            wget https://github.com/SergKolo/lks-indicator/archive/master.zip


            Indicator in action



            As you can see below, the indicator displays green icon and which key is currently active. When no keys are engaged, the icon remains green



            enter image description here



            Update September 2nd , 2016:



            The indicator got a bit of update:



            • monochrome indicator added, and can be used with -m option

            • label now uses circles to indicate which key is enganged

            enter image description here






            share|improve this answer















            Introduction



            Disclaimer: I am author of this indicator



            The lks-indicator shows status of the lock keys , like Caps Lock, Scroll Lock, and Num Lock. While originally written for Unity desktop, it works with some others, in particular with MATE. It has options for ignoring certain keys, or showing all and indicating which one is active.



            Usage



            As shown by -h it has several command line options:



            usage: lks-indicator [-h] [--show-all]
            [--ignore-keys IGNORE_KEYS [IGNORE_KEYS ...]]

            lks-indicator - Indicates on/off status of Lock keys.

            optional arguments:
            -h, --help show this help message and exit
            --show-all Show all keys, and mark switched-on keys by surrounding with brackets.

            --ignore-keys IGNORE_KEYS [IGNORE_KEYS ...]
            Ignore specified keys (C, N or S).


            Launching is as simple as running in command-line (from the same directory where indicator is located)



            python lks-indicator 


            To close the indicator, please use the Quit button. Using Ctrl + C doesn't work well with indicators.



            Installation



            The indicator is available on GitHub



            For those who have git installed:



            1. cd /opt

            2. sudo git clone https://github.com/SergKolo/lks-indicator.git

            3. chmod -R +x /opt/lks-indicator/

            If you do not have git installed, run sudo apt-get install git



            Alternatively , you can just download the repository as zip file.



            wget https://github.com/SergKolo/lks-indicator/archive/master.zip


            Indicator in action



            As you can see below, the indicator displays green icon and which key is currently active. When no keys are engaged, the icon remains green



            enter image description here



            Update September 2nd , 2016:



            The indicator got a bit of update:



            • monochrome indicator added, and can be used with -m option

            • label now uses circles to indicate which key is enganged

            enter image description here







            share|improve this answer















            share|improve this answer



            share|improve this answer








            edited Nov 23 '16 at 23:36









            Tan

            1032




            1032











            answered Jul 17 '16 at 8:00









            Sergiy Kolodyazhnyy

            63.6k9127272




            63.6k9127272











            • better than the native indicator because it allows me to ignore keys that don't exist on my keyboard. Thank you so much :)
              – Zanna
              Aug 5 '16 at 15:44
















            • better than the native indicator because it allows me to ignore keys that don't exist on my keyboard. Thank you so much :)
              – Zanna
              Aug 5 '16 at 15:44















            better than the native indicator because it allows me to ignore keys that don't exist on my keyboard. Thank you so much :)
            – Zanna
            Aug 5 '16 at 15:44




            better than the native indicator because it allows me to ignore keys that don't exist on my keyboard. Thank you so much :)
            – Zanna
            Aug 5 '16 at 15:44












            up vote
            8
            down vote













            Native Solution



            It turns out that MATE-Tweak, built into the default installation of Ubuntu MATE, has an option to enable keyboard LED indicators





            Under Interface, check the box Enable keyboard LED





            And now you have three key lock icons in your indicator panel - one for each key. Here's what it looks like when Caps Lock is on but the other locks are off:








            share|improve this answer



























              up vote
              8
              down vote













              Native Solution



              It turns out that MATE-Tweak, built into the default installation of Ubuntu MATE, has an option to enable keyboard LED indicators





              Under Interface, check the box Enable keyboard LED





              And now you have three key lock icons in your indicator panel - one for each key. Here's what it looks like when Caps Lock is on but the other locks are off:








              share|improve this answer

























                up vote
                8
                down vote










                up vote
                8
                down vote









                Native Solution



                It turns out that MATE-Tweak, built into the default installation of Ubuntu MATE, has an option to enable keyboard LED indicators





                Under Interface, check the box Enable keyboard LED





                And now you have three key lock icons in your indicator panel - one for each key. Here's what it looks like when Caps Lock is on but the other locks are off:








                share|improve this answer















                Native Solution



                It turns out that MATE-Tweak, built into the default installation of Ubuntu MATE, has an option to enable keyboard LED indicators





                Under Interface, check the box Enable keyboard LED





                And now you have three key lock icons in your indicator panel - one for each key. Here's what it looks like when Caps Lock is on but the other locks are off:









                share|improve this answer















                share|improve this answer



                share|improve this answer








                edited Sep 14 '16 at 12:40


























                answered Jul 16 '16 at 18:07









                Zanna

                47.7k13116226




                47.7k13116226




















                    up vote
                    2
                    down vote













                    If you prefer the terminal or dconf-editor, which also goes for regular Linux Mint, you can use this setting:
                    org.mate.peripherals-keyboard-xkb.general duplicate-leds,
                    e.g.



                    gsettings set org.mate.peripherals-keyboard-xkb.general duplicate-leds true 


                    Tested on Linux Mint MATE 18.1.






                    share|improve this answer





















                    • On Linux Mint 19 with Mate installed, this is the only way that works for me. I cannot install MATE Tweak, as it duplicates the setting already present in the Desktop Settings control panel.
                      – kiamlaluno
                      Jul 31 at 20:38














                    up vote
                    2
                    down vote













                    If you prefer the terminal or dconf-editor, which also goes for regular Linux Mint, you can use this setting:
                    org.mate.peripherals-keyboard-xkb.general duplicate-leds,
                    e.g.



                    gsettings set org.mate.peripherals-keyboard-xkb.general duplicate-leds true 


                    Tested on Linux Mint MATE 18.1.






                    share|improve this answer





















                    • On Linux Mint 19 with Mate installed, this is the only way that works for me. I cannot install MATE Tweak, as it duplicates the setting already present in the Desktop Settings control panel.
                      – kiamlaluno
                      Jul 31 at 20:38












                    up vote
                    2
                    down vote










                    up vote
                    2
                    down vote









                    If you prefer the terminal or dconf-editor, which also goes for regular Linux Mint, you can use this setting:
                    org.mate.peripherals-keyboard-xkb.general duplicate-leds,
                    e.g.



                    gsettings set org.mate.peripherals-keyboard-xkb.general duplicate-leds true 


                    Tested on Linux Mint MATE 18.1.






                    share|improve this answer













                    If you prefer the terminal or dconf-editor, which also goes for regular Linux Mint, you can use this setting:
                    org.mate.peripherals-keyboard-xkb.general duplicate-leds,
                    e.g.



                    gsettings set org.mate.peripherals-keyboard-xkb.general duplicate-leds true 


                    Tested on Linux Mint MATE 18.1.







                    share|improve this answer













                    share|improve this answer



                    share|improve this answer











                    answered Jun 18 '17 at 9:24









                    Eemil

                    211




                    211











                    • On Linux Mint 19 with Mate installed, this is the only way that works for me. I cannot install MATE Tweak, as it duplicates the setting already present in the Desktop Settings control panel.
                      – kiamlaluno
                      Jul 31 at 20:38
















                    • On Linux Mint 19 with Mate installed, this is the only way that works for me. I cannot install MATE Tweak, as it duplicates the setting already present in the Desktop Settings control panel.
                      – kiamlaluno
                      Jul 31 at 20:38















                    On Linux Mint 19 with Mate installed, this is the only way that works for me. I cannot install MATE Tweak, as it duplicates the setting already present in the Desktop Settings control panel.
                    – kiamlaluno
                    Jul 31 at 20:38




                    On Linux Mint 19 with Mate installed, this is the only way that works for me. I cannot install MATE Tweak, as it duplicates the setting already present in the Desktop Settings control panel.
                    – kiamlaluno
                    Jul 31 at 20:38












                     

                    draft saved


                    draft discarded


























                     


                    draft saved


                    draft discarded














                    StackExchange.ready(
                    function ()
                    StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f799437%2flock-keys-panel-indicator-for-mate-desktop%23new-answer', 'question_page');

                    );

                    Post as a guest













































































                    Popular posts from this blog

                    How do so many people here on Academia.SE, and in general, afford lavish higher education programs?

                    Trouble downloading packages list due to a “Hash sum mismatch” error

                    How do I move numbers in filenames, in a batch renaming operation?