fstl-app / fstl

A fast STL file viewer
448 stars 105 forks source link

[FEATURE] Add Customizable Shortcut System #112

Open DeveloperPaul123 opened 1 year ago

DeveloperPaul123 commented 1 year ago

With all of the actions that are possible now within fstl, it would be good to make these accessible via keyboard shortcuts. However, instead of hardcoding these shortcuts, we should instead create a system that allows users to assign whatever keyboard/mouse shortcuts they would like for a particular action.

The shortcut selections should be saved to user local storage and persistent across application sessions.