Shortcuts ordered separately for uppercase and lowercase
- Go to Edit > Preferences > Shortcuts
Expected behavior: The list of actions should be in alphabetical order. Upper case A's should be mixed with lowercase a's. (Aa-Zz)
Actual behavior: The list of actions is in two groups of reverse-alphabetical order. Lower case letters appear in the first half of the list; uppercase letters appear in the second half. (z-a,Z-A).
(Tested using self-built r. 2300, Windows XP)
Comments
Only way seems to redefine the QTreeWidgetItem
http://lists.trolltech.com/qt-interest/2007-06/thread00045-0.html
no problem, its implemented in rev. 2305
At the moment the list is in reverse alphabetical order. Is there a way to put A at the top and Z at the bottom by default?
Automatically closed -- issue fixed for 2 weeks with no activity.