SpectralVectors / RightMouseNavigation

Game Engine-style Right Mouse Viewport Navigation
GNU General Public License v3.0
221 stars 18 forks source link

Add custom Navigation key support #6

Closed SpectralVectors closed 3 years ago

SpectralVectors commented 3 years ago

Blender's Walk navigation uses WASD by default, which works for QWERTY layouts, but may not be friendly to AZERTY, Dvorak etc.

Adding preferences for custom keys would resolve this.

SpectralVectors commented 3 years ago

I'm closing this issue, as I'm realizing that any solution I implement won't necessarily be any faster than just going into Edit > Preferences > Keymap > 3D View Walk/Fly Modal, and switching them yourself.

If there is demand I can revisit the issue, but it seems like the workaround is so simple that anything I add might just complicate things.