tooll3 / t3

Tooll 3 is an open source software to create realtime motion graphics.
MIT License
3.41k stars 189 forks source link

Feature Request: Keybind/option to navigate in/out of nodes #414

Closed oddsphere-av closed 4 months ago

oddsphere-av commented 5 months ago

I've got RSI in both of my elbows which inflames when I double click a lot. I would really appreciate the implementation of any alternative for navigating in and out of nodes.

This was requested in the discord but it was mentioned there are issues with implementing keybinds for opening/closing an op/node. Even if there was an option when right clicking a node to 'open', it would be super helpful cutting down repetitive clicks.

Thanks so much for all the work

oddsphere-av commented 5 months ago

I tried using X-Mouse to bind a keystroke or mouse button to double click but it doesn't seem to work inside Tooll3 unfortunately

newemka commented 5 months ago

Hello, I managed to add this feature but I didn't impletement it via UserAction.cs so I will rework it and make a pull request https://github.com/tooll3/t3/assets/3755089/c83af49a-05ba-4dec-b242-ffcf2150ec2e

newemka commented 5 months ago

here is the Pull Request: https://github.com/tooll3/t3/pull/416

oddsphere-av commented 5 months ago

here is the Pull Request: #416

Thank you <3