Add 'a' as shortcut to go to change and open reply box

This saves one keystroke when going from a file back to the
change screen to send a reply comment.

CodeMirror seems to be eating the 'a' and refuses to let us
bind to the character there.

Change-Id: I2cfac04cad9a9cebe94913ae9f464894df4c2a7d
This commit is contained in:
Shawn Pearce
2013-08-14 13:08:24 -07:00
parent 7f605c1584
commit b7cf9b6271
5 changed files with 44 additions and 10 deletions

View File

@@ -40,6 +40,7 @@ public interface PatchConstants extends Constants {
String illegalNumberOfColumns();
String upToChange();
String openReply();
String linePrev();
String lineNext();
String chunkPrev();

View File

@@ -22,6 +22,7 @@ intralineTimeout = Intraline difference not available due to timeout.
illegalNumberOfColumns = The number of columns cannot be zero or negative
upToChange = Up to change
openReply = Reply and score
linePrev = Previous line
lineNext = Next line
chunkPrev = Previous diff chunk or comment