#
# Keycode to use in order to emulate the middle mouse button:
# If empty, the default (87) is used.
# You only need to change this if you want to use a different key. 
#
MOUSE_BUTTON2=""
#
# Keycode to use in order to emulate the right mouse button:
# If empty, the default (88) is used
# You only need to change this if you want to use a different key. 
#
MOUSE_BUTTON3=""
