Talk:Multimedia Key Mapping in Mythbuntu using xmodmap

From Free Knowledge Base- The DUCK Project: information for everyone
Revision as of 18:03, 27 February 2015 by Admin (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

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)