git-gui: use +/- instead of ]/[ to show more/less context in diff
authorMichele Ballabio <barra_cuda@katamail.com>
Fri, 4 Apr 2008 21:04:42 +0000 (23:04 +0200)
committerShawn O. Pearce <spearce@spearce.org>
Sat, 5 Apr 2008 04:03:19 +0000 (00:03 -0400)
On some systems, brackets cannot be used as event details
(they don't have a keysym), so use +/- instead (both on
keyboard and keypad) and add ctrl-= as a synonym of ctrl-+
for convenience.

[sp: Had to change accelerator to show only "$M1T-="; the
original version included "$M1T-+ $M1T-=" but this is
not drawn at all on Mac OS X.]

Signed-off-by: Michele Ballabio <barra_cuda@katamail.com>
Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
No differences found