ChangeScreen2: Group Related Changes keys together
Don't mix these with other navigation keys. Change-Id: Ib37e08b39aef466e57e3d2ea541133ad4934ca16
This commit is contained in:
@@ -169,7 +169,7 @@ class RelatedChangesTab {
|
||||
this.list = list;
|
||||
table.setWidth("");
|
||||
|
||||
keysNavigation.setName(Gerrit.C.sectionNavigation());
|
||||
keysNavigation.setName(Resources.C.relatedChanges());
|
||||
keysNavigation.add(
|
||||
new PrevKeyCommand(0, 'K', Resources.C.previousChange()),
|
||||
new NextKeyCommand(0, 'J', Resources.C.nextChange()));
|
||||
|
||||
Reference in New Issue
Block a user