5002: control n and p to move between categories not working
svn: r17791
This commit is contained in:
@@ -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 = ""
|
||||
|
||||
|
||||
Reference in New Issue
Block a user