3

I'm looking for a software-based caps lock indicator for Kubuntu 14.04. I found one from 2010 at kde-apps, but installing it was a disaster. It deleted practically all of my system software in order to get the version it wanted. I found another, more recent one, but it only works for Unity.

Any hope?

Vishnu N K
  • 595
  • 5
  • 22
Paul A.
  • 2,141

1 Answers1

1

Not sure if this is the Unity version, but you could give it a try.

Open Terminal and type:

sudo add-apt-repository ppa:tsbarnes/indicator-keylock

sudo apt-get update

sudo apt-get install indicator-keylock indicator-keylock-*

enter image description here

Kalamalka Kid
  • 3,224
  • 11
  • 33
  • 65