secondlife / secondlife/viewer
Improve Second Life Viewer Avatar Controls ("Double Right Mouse Button")
- Dominant language
- C++
- Stars
- 299
- Forks
- 146
- Avg merge
- 1d 9h
- Merged PRs (30d)
- 88
Description
I've been trying to emulate Firestorm's wonderfully intuitive "Mousewalking" into Second Life Viewer (SLV), because SLV doesn't have it.
"Mousewalking" is not the "point to and auto walk" feature already found in most viewers, its a Firestorm Viewer ability to manually move an avatar around with great precision by only using mouse controls.
By using "Mousewalking", fewer other keyboard controls are needed, which makes "Mousewalking" a real improvement to people with limited accessibility.
In SLV, I've assigned "Double Left Mouse Button" (Double LMB) to the "Alternate 2" control column for "Walk" to emulate Firestorm's "Mousewalking" walking mode. And it works well.
But running is a different matter. In Firestorm, double clicking the right side mouse button will make the avatar run. But in SLV, no such "Double RMB" option is available.
Could we please have "Double RMB" as a control option in Second Life Viewer?
Until then, I've assigned my middle mouse button (MMB) to do the job of a lacking SLV "Double RMB" to do the running, which isn't ideal, because the MMB toggles the voice operation...! :D
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.