8000 GitHub - mehmetalicayhan/c-n-lockindicator
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

mehmetalicayhan/c-n-lockindicator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

c-n-lockindicator

A simple capslock and numlock indicator developed using Qt and QML

You can see the change on the status bar when you press Capslock or numlock

Downloads and Installation

  • For now only compatabile with Debian based Linux distributions

  • Go to release page and download .deb file

  • Open a terminal and enter following command

  sudo dpkg -i c-n-lockindicator1.0.0.deb  

Building from source code without QtCreator

  • Download or clone source code
  git clone https://github.com/mehmetalicayhan/c-n-lockindicator.git
  • Create build directory
  mkdir build
  • Go to build directory
  cd build
  • Enter following commands
  qmake ../ 
  make
0