Talk:Multimedia Key Mapping in Mythbuntu using xmodmap

Revision as of 18:03, 27 February 2015 by Admin (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Return to "Multimedia Key Mapping in Mythbuntu using xmodmap" page.

Middle Mouse Button

Here is how to convert the PrintScreen key into a middle mouse button:

xmodmap -e 'keysym Print = Pointer_Button2'
xkbset m
xkbset exp =m

You need the xkbset program to change a keypress event into a buttonpress event. xkbset can be downloaded from: http://www.math.missouri.edu/~stephen/software/xkbset/ ( or xkbset-0.5.tar.gz, local copy)

Last modified on 27 February 2015, at 18:03