git-gui: Refactor M1 binding selection.
Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
This commit is contained in:
parent
1d72cb6c18
commit
b673bbc59c
5
git-gui
5
git-gui
@ -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 {} {
|
||||||
|
Loading…
Reference in New Issue
Block a user