Tom94 / tev

High dynamic range (HDR) image viewer for graphics people
BSD 3-Clause "New" or "Revised" License
1.02k stars 86 forks source link

Add a link in README.md pointing to the keyboard shortcut visualization #230

Closed MKimiSH closed 3 weeks ago

MKimiSH commented 1 month ago

The motivation behind is that the set of key bindings of tev has really grown and sometimes it's hard to keep track for users and developers (#123, #193, #229). Therefore, I translated the list of hot keys from the help popup, as well as from ImageViewer.cpp, to a visualizer I encountered, KeyCombiner, and mentioned it in the README (it's here for quicker reviewing). It allows viewing the hot keys as a list and see the bindings associated with each modifier (or modifier combination).

Please feel free to check whether the key bindings are correct and complete.

PS: While doing the translation, I noticed that some of the key bindings are not actually in the help window. For example, the pageUp and pageDown keys are mapped as up or down but were not mentioned. We can perhaps update the help window after this PR has been merged.

Tom94 commented 3 weeks ago

Thank you, this looks great! Apologies for the delay in getting to the PR.