From: Michele Ballabio Date: Fri, 4 Apr 2008 21:04:42 +0000 (+0200) Subject: git-gui: use +/- instead of ]/[ to show more/less context in diff X-Git-Tag: gitgui-0.10.1^0 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/729ffa50f75a025935623bfc58d0932c65f7de2f?hp=729ffa50f75a025935623bfc58d0932c65f7de2f git-gui: use +/- instead of ]/[ to show more/less context in diff 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 Signed-off-by: Shawn O. Pearce ---