|
| ||||||||||
| Tags: applet manager, indicator keylock, linux mint, ubuntu, unix |
![]() |
| | Thread Tools | Search this Thread |
|
#1
| |||
| |||
| Caps Lock indicator in Linux Mint
|
|
#2
| ||||
| ||||
| 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
| ||||
| ||||
| 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
| |||
| |||
| 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 Code: if [ "$PS1" ]; then
# Disables the bloody CapsLock button
xmodmap -e "remove lock = Caps_Lock"
...
fi |
![]() |
|
| Thread Tools | Search this Thread |
| |
Similar Threads for: "Caps Lock indicator in Linux Mint" | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| HP Pavilion dv4 not getting charged only Scroll/Num Lock and Caps Lock LED's blinking | Pillars | Portable Devices | 5 | 31-01-2012 09:06 PM |
| Linux Mint 9: No tray Indicator for Wireless Networking | Amigot Fuyhen | Operating Systems | 3 | 11-01-2011 05:43 AM |
| Issue with Dinovo Mini backslash, caps lock and num lock keys | Jarini | Hardware Peripherals | 7 | 02-11-2010 02:27 AM |
| Set warning sound for Caps lock,Num lock in Windows 7 | rajmalhotra | Operating Systems | 3 | 13-05-2009 02:49 PM |
| Notification area/ How to get rid of Caps Lock, Scroll Lock | Heidi | Vista Help | 4 | 27-03-2009 06:46 PM |