-RM-62-MR-Implement personalized mapping of mouse and key events
In Qt, this is quite easy, IFF we would have used QActions for all the commands we provide. But we did'nt. We should check which commands should be personalizable and create QActions for them. We can then create a QListWidget allowing simple keyboard shortcut manipulation.
(from redmine: created on 2011-09-19, closed on 2012-12-14)