5002: control n and p to move between categories not working

svn: r17791
This commit is contained in:
Benny Malengier
2011-06-15 08:35:42 +00:00
parent c35cc878a7
commit ee14f249f3
2 changed files with 36 additions and 1 deletions

View File

@@ -128,7 +128,7 @@ class CategorySidebar(BaseSidebar):
uitoolitems += '\n<toolitem action="%s"/>' % pageid
# id, stock, button text, UI, tooltip, page
if view_num < 9:
modifier = "<CONTROL>%d" % ((view_num % 9) + 1)
modifier = "<CONTROL><ALT>%d" % ((view_num % 9) + 1)
else:
modifier = ""