Results 1 to 4 of 4

Thread: Caps Lock indicator in Linux Mint

  1. #1
    Join Date
    Dec 2010
    Posts
    199

    Caps Lock indicator in Linux Mint

    I am using laptop but unfortunately Caps Lock key indicator light is not working on my laptop.Many of you know that Operating system has feature that Caps Lock is on or off. So I am requesting to you that is there any setting the Linux Mint that displays whether the Caps Lock is on or off? Is there any program available that might solve my problem? I am waiting for your prompt reply. Thanks in advance.

  2. #2
    Join Date
    May 2008
    Posts
    2,680

    Re: Caps Lock indicator in Linux Mint

    I don’t know about the Linux Mint but I can suggest you to about the Ubuntu. You can download Indicator-keylock from the internet and install into you Ubuntu. It will let you know the status of the keyboard lock keys. Once you have downloaded the application you can use the following command to install.
    sudo add-apt-repository ppa:tsbarnes/indicator-keylock && sudo apt-get update
    sudo apt-get install indicator-keylock

  3. #3
    Join Date
    Apr 2009
    Posts
    1,107

    Re: Caps Lock indicator in Linux Mint

    From Applet Manager you can install the Lock-Keys applet.Once you have installed you have to right click on panel. Now choose Add to panel , search for the desired applet . From the bottom of right window choose add. Once it is placed it into the panel you have to right click on it . Now choose move and put where at the desired location. I hope above mention instructions will help you to solve your problem. Thanks for reading.

  4. #4
    Join Date
    Nov 2009
    Posts
    865

    Re: Caps Lock indicator in Linux Mint

    Well I am suggesting following line of code that you can write on the terminal and see whether it is working for you or not
    Code:
    xmodmap -e "remove lock = Caps_Lock
    If the above mention code is not working for you then you can also use the below mention code.
    Code:
    if [ "$PS1" ]; then
        # Disables the bloody CapsLock button
        xmodmap -e "remove lock = Caps_Lock"
        ...
    fi
    Please let me know if any of the solution worked for you or not. If you have got any solution from other forum please let me know so we can share your experience with others.

Similar Threads

  1. Replies: 5
    Last Post: 31-01-2012, 10:06 PM
  2. Linux Mint 9: No tray Indicator for Wireless Networking
    By Amigot Fuyhen in forum Operating Systems
    Replies: 3
    Last Post: 11-01-2011, 06:43 AM
  3. Issue with Dinovo Mini backslash, caps lock and num lock keys
    By Jarini in forum Hardware Peripherals
    Replies: 7
    Last Post: 02-11-2010, 02:27 AM
  4. Set warning sound for Caps lock,Num lock in Windows 7
    By rajmalhotra in forum Operating Systems
    Replies: 3
    Last Post: 13-05-2009, 02:49 PM
  5. Replies: 4
    Last Post: 27-03-2009, 06:46 PM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Page generated in 1,713,868,277.01285 seconds with 17 queries