git-gui: Refactor M1 binding selection.

Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
This commit is contained in:
Shawn O. Pearce 2006-11-21 20:21:11 -05:00
parent 1d72cb6c18
commit b673bbc59c

View File

@ -2637,14 +2637,15 @@ catch {
font create font_uibold font create font_uibold
font create font_diffbold font create font_diffbold
set M1B M1
set M1T M1
if {[is_Windows]} { if {[is_Windows]} {
set M1B Control set M1B Control
set M1T Ctrl set M1T Ctrl
} elseif {[is_MacOSX]} { } elseif {[is_MacOSX]} {
set M1B M1 set M1B M1
set M1T Cmd set M1T Cmd
} else {
set M1B M1
set M1T M1
} }
proc apply_config {} { proc apply_config {} {