git-gui: allow closing console window with Escape

This gives users a quick shortcut to close the window. But since the
window can also show commands in progress, closing the window on Escape
can give the perception that the command has been cancelled even though
it hasn't been. So, only enable this binding when the command is done.

Signed-off-by: Pratyush Yadav <me@yadavpratyush.com>
maint
Pratyush Yadav 2019-12-07 03:16:31 +05:30
parent 2763530048
commit 1e1ccbfdd3
1 changed files with 2 additions and 0 deletions

View File

@ -203,6 +203,8 @@ method done {ok} {
focus $w.ok
}
}

bind $w <Key-Escape> "destroy $w;break"
}

method _sb_set {sb orient first last} {