acoppes / unity-history-window

A simple selection history window for Unity.
MIT License
293 stars 24 forks source link

Hotkeys/Shortcuts for previous/next selection, to navigate quickly. #11

Closed acoppes closed 7 years ago

acoppes commented 7 years ago

I removed previous and next buttons since they have no reason to exist if you have to press over them having the history above, but maybe hotkeys could work. The thing is, they have to be configurable (to avoid other hotkeys config from other plugins, etc) and they have to work while the window is closed if runInBackground is configured.