Thread
:
[Debian] ANNOUNCE: Easy Debian Turbo-Charged Edition!
View Single Post
mordark
2009-10-14 , 22:02
Posts: 6 | Thanked: 8 times | Joined on Oct 2009
#
793
After understanding how the "set debian hw keys" script works, I've edited the /home/user/.xbindkeysrc.scm file to add these lines :
; Fullscreen key (Left)
(xbindkey-function 'Left
(lambda ()
(run-command "xmodmap -e 'pointer = 1 2 3'")
(reset-first-binding)))
; Fullscreen key (Right)
(xbindkey-function 'Right
(lambda ()
(run-command "xmodmap -e 'pointer = 3 2 1'")
(reset-first-binding)))
Now I can toggle right-click and left-click with minus+right and minus+left
The Following 5 Users Say Thank You to mordark For This Useful Post:
buurmas
,
chritto
,
Matyas
,
qole
,
salinmooch
mordark
View Public Profile
Send a private message to mordark
Find all posts by mordark