jedi23
Very Active Member
- Joined
- Aug 11, 2020
- Messages
- 291
I want to swap the mouse control behaviour of the left and right nub, so that i can move the curser with the right nub.
I looked into the funkeymonkey-pyrainput package. There is a /etc/pyrainput.cfg file and the readme provides possible configurations for it.
So I inserted this into the pyrainput.cfg
	
	
	
		
and reloded the configuration with
	
	
	
		
but it doesn't work as expected.
Any ideas?
				
			I looked into the funkeymonkey-pyrainput package. There is a /etc/pyrainput.cfg file and the readme provides possible configurations for it.
So I inserted this into the pyrainput.cfg
		Code:
	
	nubs.right.x            = [*mouse_x*|mouse_y|mouse_btn|scroll_x|scroll_y]+
nubs.right.y            = [mouse_x|*mouse_y*|mouse_btn|scroll_x|scroll_y]+
nubs.left.x            = [mouse_x|mouse_y|*mouse_btn*|scroll_x|scroll_y]+
nubs.left.y            = [mouse_x|mouse_y|mouse_btn|scroll_x|*scroll_y*]+and reloded the configuration with
		Code:
	
	$ systemctl reload pyrainputAny ideas?
 
	
 
 
		 
 
		 
 
		