A quick fixes for the key and mouse click issue in
r197 (based on dinorex's and Capn_Fish's tips):
#1 Fix mouse right and middle clicks:
Edit /etc/sysconfig/x11mousebutt
Change the values from
hold_right_button 0
right_button 96
middle_button 97
power_button 117
To
hold_right_button 0
right_button 69
middle_button 50
power_button 117
Save the file.
#2 Edit /usr/bin/inputconfig.py
Change the values as follows:
self.rightmouse_mod = 69
self.middlemouse_mod = 50
self.ctrl_mod = 37
self.alt_mod = 64
Save the file.
#3 Edit ~/Choices/input.cfg, in the 3rd line, use
... MIDDLEMOUSEMOD="50" ... RIGHTMOUSEMOD="69"
And you may also want to change the "Shortcuts" in there.
Save the file.
(Re)start X. The keys should work now.
#4 There is also a fix for the four application keys (Calendar, Address, Mail, Home), see
https://www.oesf.org/forums/index.php?act=S...ndpost&p=158860