Keyboard navigation from change screen into diffs
The support for keyboard navigation in the change screen allows the user to start reviewing the files that were changed within the different patch sets by just using keys. Bug: issue 498 Change-Id: I577f0a2d5b6da20d48b5cf80035c2571ee903ebb Signed-off-by: Edwin Kempin <edwin.kempin@gmail.com>
This commit is contained in:
		 Edwin Kempin
					Edwin Kempin
				
			
				
					committed by
					
						 Shawn O. Pearce
						Shawn O. Pearce
					
				
			
			
				
	
			
			
			 Shawn O. Pearce
						Shawn O. Pearce
					
				
			
						parent
						
							cf19531ad9
						
					
				
				
					commit
					785a9090cd
				
			| @@ -47,6 +47,9 @@ public interface ChangeConstants extends Constants { | ||||
|   String changeTablePagePrev(); | ||||
|   String changeTablePageNext(); | ||||
|   String upToDashboard(); | ||||
|   String expandCollapseDependencies(); | ||||
|   String previousPatchSet(); | ||||
|   String nextPatchSet(); | ||||
|   String keyPublishComments(); | ||||
|  | ||||
|   String patchTableColumnName(); | ||||
| @@ -59,7 +62,8 @@ public interface ChangeConstants extends Constants { | ||||
|  | ||||
|   String patchTablePrev(); | ||||
|   String patchTableNext(); | ||||
|   String patchTableOpen(); | ||||
|   String patchTableOpenDiff(); | ||||
|   String patchTableOpenUnifiedDiff(); | ||||
|   String upToChangeIconLink(); | ||||
|   String prevPatchLinkIcon(); | ||||
|   String nextPatchLinkIcon(); | ||||
|   | ||||
		Reference in New Issue
	
	Block a user