Skip to content

AlfreddGco/keyboard-shortcuts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

52 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Keyboard-Shortcuts

C++ program for auto-writing with custom keyboard shortcuts in Linux systems

Dependencies

The only dependency needed is libxtst-dev which you can install manually or using make file:

make install

Compiling

make

Install as service

sudo make install_service

After this instalation, the service is enabled and program will start whenever the user logins. Also, the "kbd-shortcuts" command will be available in terminal

Usage

For adding, removing and showing shortcuts run the next commmand after installing as service:

kbd-shortcuts --help

Super + ctrl will make program start listening for command and start autowriting

Program is closed by killing the process or by stopping the service with:

sudo systemctl stop kbd-shortcuts.service

To do

  • Support for MacOS
  • Support for most languages
  • Support for removing program and disable service
  • Better code (Better memory usage)

About

Project written in C++ for Linux that lets you have personalized keyboard shortcuts for automatic writing

Resources

Stars

Watchers

Forks

Packages

No packages published