Add repository information for remap-camera-rotation#10696
Conversation
|
New plugin |
|
This plugin requires a review from a Plugin Hub maintainer. The reviewer will request any additional changes if needed. Internal use only: Reviewer details Maintainer details |
|
I see the 'Key remapping' is a plugin controlled by Runelite with a camera section (currently only focused on the camera buttons and not the free-camera movement with mouse option). It would also be a good option to add this feature to your 'Key remapping' plugin |
|
injecting a mouse event as a result of a keypress seems like a problem |
|
I've extensively tested it in IntelliJ and it works good without any issues. Middle mouse button keeps working + the configured key without any issues, how would you think this is a problem? |
|
Also in most other games a mouse functionality linked to the key button is very normal, like push to talk for example is often set to mouse 4-5 (side buttons) as well as keyboard buttons |
|
injecting a mouse event into the game client is going to trigger anticheat/macro detection and is not allowed. we are not going to accept plugins that get users banned. |
|
Ouch okay, I've implemented a workaround without mouse injection events in this new PR, please take a look at that one: #10793 |
This plugin allows you to rebind the middle mouse button to an additional button for free camera movement. Press the configured key and then move your mouse to freely move the camera. Personally pressing the middle mouse button hurts my finger and I tried finding a solution with the in-game options as well as existing plugins to fix this, which is not possible unfortunately. Therefore I made a plugin, which could probably also help out other people.