bluescan / tacentview

An image and texture viewer for tga, png, apng, exr, dds, pvr, ktx, ktx2, astc, pkm, qoi, gif, hdr, jpg, tif, ico, webp, and bmp files. Uses Dear ImGui, OpenGL, and Tacent. Useful for game devs as it displays information like the presence of an alpha channel and querying specific pixels for their colour.
ISC License
344 stars 33 forks source link

[Suggestion] Option to close the program with 'Escape' #32

Closed ClangPan closed 2 years ago

ClangPan commented 2 years ago

Some other image viewers have this feature (and sometimes by default), and I think it helps speeding up the workflow when going through multiple pictures.

Sure. FYI Alt-F4 currently works.

I am aware of Alt-F4 but using only one button compared to having to cramp my hand for two quite far apart button feels better IMO.

bluescan commented 2 years ago

Hi. Thanks for taking the time to enter all your suggestions as separate issues. I've fixed this one in eac8607d.

"Option to allow using Esc key to quite app. Enabled by default. See Preferences->Interface to enable/disable"