All Projects → cdobrich → btnx-config

cdobrich / btnx-config

Licence: GPL-2.0, Unknown licenses found Licenses found GPL-2.0 COPYING Unknown COPYING-DOCS
btnx-config is a configuration tool for btnx (Button Extension). It allows the user to send keyboard combinations or execute commands with mouse buttons. btnx-config provides mouse and button detection, and an easy way to configure btnx's behavior. See https://github.com/cdobrich/btnx/ for btnx.

Programming Languages

c
50402 projects - #5 most used programming language
M4
1887 projects
shell
77523 projects
Makefile
30231 projects
C++
36643 projects - #6 most used programming language
Yacc
648 projects

Projects that are alternatives of or similar to btnx-config

vue-clap-button
👍 A Medium like clap button
Stars: ✭ 30 (-36.17%)
Mutual labels:  button
Copy-button
copy textview into anywhere
Stars: ✭ 14 (-70.21%)
Mutual labels:  button
captouch
👇 Add capacitive touch buttons to any FPGA!
Stars: ✭ 96 (+104.26%)
Mutual labels:  button
unity-button-sounds-editor
Editor extension for Unity game engine. It helps to assign AudioClip to buttons and to play sounds by button clicks.
Stars: ✭ 65 (+38.3%)
Mutual labels:  button
react-native-touchable
React-Native button helper library
Stars: ✭ 46 (-2.13%)
Mutual labels:  button
obvi
A Polymer 3+ webcomponent / button for doing speech recognition
Stars: ✭ 54 (+14.89%)
Mutual labels:  button
Radiorealbutton
A custom radio button for Android API 12+
Stars: ✭ 250 (+431.91%)
Mutual labels:  button
vue-burger-button
🍔 vue-burger-button is a functional component, which is faster than a regular component, and is pretty small (JS min+gzip is lower than 700b and CSS min+gzip is lower than 400b).
Stars: ✭ 41 (-12.77%)
Mutual labels:  button
rapp
Cross-platform entry point library
Stars: ✭ 57 (+21.28%)
Mutual labels:  mouse
1000hz
Overclock your old mouse and increase its polling rate
Stars: ✭ 45 (-4.26%)
Mutual labels:  mouse
InputSimulatorStandard
Input Simulator Standard
Stars: ✭ 54 (+14.89%)
Mutual labels:  mouse
CameraButton
No description or website provided.
Stars: ✭ 31 (-34.04%)
Mutual labels:  button
gta-samp-mouse-only
Play GTA San Andreas Multiplayer with mouse only and no keyboard
Stars: ✭ 22 (-53.19%)
Mutual labels:  mouse
ShapeView
打造万能shape,再也不用写很多xml了,可以当做TextView,Button,EditText等多种控件,方便实用
Stars: ✭ 34 (-27.66%)
Mutual labels:  button
vue-loading-button
👇 Vue button with slideout loading indicator
Stars: ✭ 39 (-17.02%)
Mutual labels:  button
Semantic Ui
Semantic is a UI component framework based around useful principles from natural language.
Stars: ✭ 49,729 (+105706.38%)
Mutual labels:  button
CenteredDrawableButton
Android custom button with centered drawable
Stars: ✭ 26 (-44.68%)
Mutual labels:  button
mx3000control
Perixx MX-3000 mouse unofficial configuration tool for Linux
Stars: ✭ 20 (-57.45%)
Mutual labels:  mouse
smart-webcomponents-community
Material & Bootstrap Web Components built with Smart
Stars: ✭ 30 (-36.17%)
Mutual labels:  button
MouseWheel
adjust the mouse scroll speed ubuntu
Stars: ✭ 24 (-48.94%)
Mutual labels:  mouse

btnx-config

btnx-config & btnx are mouse button mapper tools for mouse hardware typically from 2000s to 2015 (for newer mice support, we recommend Piper). btnx-config is the configuration graphical user-interface (GUI) tool for btnx (Button Extension). It allows the user to send keyboard combinations or execute commands with mouse buttons. btnx-config provides mouse and button detection, and an easy way to configure the software's behavior.

IMPORTANT: btnx-config REQUIRES the other package btnx, which is the graphical configuration tool for btnx. See btnx for more details. There is no installation order between btnx and btnx-config. But to use, btnx should be started first, and then btnx-config should be run.

Modern Mice Support

btnx works best with older mice, typically between 2005 and 2015, but possibly farther or later in time. Later generation mice, typically after 2015, are not as well supported. However there is another remapper program we strong recommend for modern mice: Piper.

Screenshots

Main window

Button detection window

Button configuration window

Warning

To avoid possibly problems, Configuration Names should contain no space (and probably no special symbols). The use of underscores is fine. This used to not be a problem, but recently I've noticed (in Fedora 21) btnx-config barfs if you try to feed it a file that has spaces in the name. Will look into fixing this in the long term.

History

btnx and btnx-config was originally written by Olli Salonen. However he has ceased development of the code and one of the repositories is lost. Afraid the code might be totally lost if it is not hosted somewhere, I acquired his blessing to move the project here and maintain it. (Meaning this isn't a fork.) It is now being maintained (albeit limitedly at the moment), particularly for major bugs.

Licences

GNU GPL v2

Programming Languages

C

Building

Dependencies

To build on Ubuntu or Debian, you need the following dependencies:

  • build-essential
  • libdaemon-dev
  • libglade2-dev For Manjaro, install libglade instead.
  • libgtk2.0-dev

On most Ubuntu machines, these are available without needing additional sources being enabled on your apt-package respositories. To install these dependencies, run the following commands on the commandline:

sudo apt install libdaemon-dev libglade2-dev libgtk2.0-dev

To build on Fedora or Redhat, you need the following dependencies:

  • libdaemon-devel
  • libglade2-devel

To build on Manjaro you need the following dependencies:

  • libglade

On Fedora, you may need more if you don't have GNU-Make or the C/C++ compilers (gcc/g++) installed.

To install these dependencies, run the following commands on the commandline:

sudo dnf install libdaemon-devel libglade2-devel

Compiling

btnx and btnx-config follow the simple GNU-Make conventions for easy compiling, after you have the dependencies installed. Run these commands from commandline:

./configure

Then run:

make

Installing

btnx and btnx-config follow the simple GNU-Make conventions for installing, after you have successfully run the compiling step. Run this commands from commandline:

sudo make install

Uninstalling

btnx and btnx-config follow the simple GNU-Make conventions for uninstalling:

sudo make uninstall

Using btnx-config

Assuming you have successfully compiled and installed btnx and btnx-config, you can now configure your mouse-buttons.

Starting btnx-config

The latest version of BTNX-Config should use the pkexec command. The KDE menu should full support users clicking on it, which will prompt for a password for elevated privileges.

If for some reason your system does not support 'pkexec', instead you should invoke the program from a commandline window using the more common sudo command:

sudo btnx-config

Troubleshooting

If receive the following error message when trying to use the KDE application menu button to invoke the btnx-config graphical program:

Could not find the program 'gksu'

This means you are running an older version of BTNX-Config and the helper program 'gksu' is not installed on your system. Please update to the newer version of BTNX-Config which supports modern Linux pkexec commands instead.

Debian and Ubuntu have both decided to move away from using the gksu, gksudo, kdesu, and kdesudo programs for security concerns. You can try to install this program IF it is available for your Linux system. But these programs are being gradually phased out, in favor of using the simple sudo command. Instead you should simply invoke the program from a commandline window using the more common sudo command:

sudo btnx-config

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].