prati0100 / git-gui

Tcl/Tk based UI for Git. I am currently acting as the project's maintainer.
160 stars 87 forks source link

Set focus on close button after push #27

Closed AtomicNibble closed 4 years ago

AtomicNibble commented 4 years ago

When you push a branch with Cntl + p + Enter the close button is disabled during the push.

But once the push completes the close button has no focus, so you can't just press enter to close the window, meaning you must use the mouse.

Thanks.

prati0100 commented 4 years ago

You can hit Escape to close the window. That should be just as convenient as hitting Enter IMO.

AtomicNibble commented 4 years ago

Don't work for me, tried on Ubuntu and Win10. Version 0.21

prati0100 commented 4 years ago

Version 0.21

Is this the git-gui version? There has not yet been a release of git-gui with this feature, but if you install the git-gui version that ships with Git v2.25.0 you should see that feature.

AtomicNibble commented 4 years ago

Yep, that works thanks!