commit | 914c4d4dcd96218d33f5fefc9c175ea785972f06 | [log] [tgz] |
---|---|---|
author | Shawn O. Pearce <spearce@spearce.org> | Fri Oct 12 11:13:58 2007 -0400 |
committer | Shawn O. Pearce <spearce@spearce.org> | Fri Oct 12 23:05:59 2007 -0400 |
tree | 89aff809215d7bae8df5ec6314e6dcf78402a309 | |
parent | 28d1b11a1172ef047a97a901819aac75a8cf75c9 [diff] |
git-gui: Bind n/c/o accelerators in repository chooser On Windows we need to actually setup binds for the accelerator keys, otherwise the OS doesn't respond to them when the user presses the key combinations. Apparently we automatically get these on Mac OS X when we configure the menu commands, but not on Windows. Signed-off-by: Shawn O. Pearce <spearce@spearce.org>