Skip to content
This repository has been archived by the owner on Sep 27, 2024. It is now read-only.
/ MouseKeyX Public archive

Simple application to change the profile of the mouse side buttons

License

Notifications You must be signed in to change notification settings

aniko33/MouseKeyX

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MouseKeyX

Installation

Clone repository

git clone https://github.com/aniko33/MouseKeyX

Open folder

cd MouseKeyX

Run setup script:

bash setup.sh

Configuration

The installation script will have created you the folder: .config/mousekeyx, in this folder you can add configuration files. files must be format: .xbindkeys

Configuration template:

"some_command"
    b:button_number

You have to replace "some_command" with the command you want to run and then replace "button_number" with the number of the button you can get using xev (xev -event button | grep button)

Sample configuration:

"xte 'key y'"
    b:8

xte is a Xorg tool for sending keyboard inputs

Useful links

Arch wiki

Stackoverflow

About

Simple application to change the profile of the mouse side buttons

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published