wunditta / MIDI2LR

An application and plugin to remotely control Lightroom with a MIDI controller
http://rsjaffe.github.io/MIDI2LR/
GNU General Public License v3.0
1 stars 0 forks source link

Numbered Functions with real values #8

Closed wunditta closed 11 months ago

wunditta commented 11 months ago

Currently the configurable keyboard shortcuts, presets, profiles, filter, local adjustment presets are only shown with consecutive numbers, e.g. Key 1, Profile 2, etc. This is true for the application when assigning functions to controls, but also for on-screen notifications.

What if the DataBase table would consider the actual values, e.g. the real key for an shortcut, the filter name for a filter, etc. and then show those values in application and on screen. Then this could look like this: "Key Ctrl+D", or "Filter Hide Rejected".

wunditta commented 11 months ago

Most stuff is done. Just add remaining commands...

wunditta commented 11 months ago

Done