sn4k3 / UVtools

MSLA/DLP, file analysis, calibration, repair, conversion and manipulation
GNU Affero General Public License v3.0
1.15k stars 103 forks source link

[FEATURE REQUEST] Issue fixing: keyboard shortcuts #871

Open JoveToo opened 2 months ago

JoveToo commented 2 months ago

Is your feature request related to a problem?

Currently, navigating through a file requries the use of the mouse. It means i have to constantely move the mouse all over the screen for all the relevant buttons when fixing defects.

Describe the solution you'd like

I would like to see keyboard shortcuts for the common things you do when fixing defects. I would propose:

For moving through the current selected layer: A (move Left -- scroll layer right) D (imove Right -- scroll layer left) W (move up -- scroll layer down) S (move down -- scroll layer up) These are common key combinations used in many games for the same functionality. Should feel natural.

For moving through the layers: Q (layer up) E (layer down)

and lastly: R (Apply pixel editor changes) F (Undo last pixel editor action -- this is new functionality and doesn't exist yet)

This would allow me to do all the relevant actions during fixing defects with a single hand while keeping the mouse mostly to the area where I am working.

Files

No response

sn4k3 commented 2 months ago

I will look into this. To apply pixel editor changes: CTRL + E