You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Please could you add support for arrow keys when adjusting property values. It was a really useful feature in the previous version.
Ideally it could follow the shortcuts for chrome devtools (https://developer.chrome.com/docs/devtools/shortcuts/):
Up Arrow/Down Arrow -> Increment/Decrement by 1
Alt (or Option for MacOS) + Up Arrow/Down Arrow -> Increment/Decrement by 0.1
Shift + Up Arrow/Down Arrow -> Increment/Decrement by 10
Ctrl (or Command for MacOS) + Up Arrow/Down Arrow -> Increment/Decrement by 100
I am currently using Chrome (112.0.5615.49 ) on MacOS and Pixi Devtools version 2.6.1
The text was updated successfully, but these errors were encountered:
The previous version tried to mimic the interface of the style panel, which has the keyboard behavior you've described.
The new version is based on the Blender interface. It uses mouse-drag to quickly find the desired value. The drag has shift, ctrl and ctrl+shift modifiers.
I'm hessitant to add the keyboard-to-increment feature, as the up and shift+up already have defined behavior (to-begin and select-to-begining) and it would make upcoming features like calculations more difficult to implement
Ah okay yeah that makes sense. I didn't realise there were the ctrl, shift and ctrl+shift modifiers for the drag feature, but will give that a go, thanks!
One thing to mention though is: I see there are arrows that look clickable, however clicking on them doesn't seem to adjust the value - is this intended behaviour?
Please could you add support for arrow keys when adjusting property values. It was a really useful feature in the previous version.
Ideally it could follow the shortcuts for chrome devtools (https://developer.chrome.com/docs/devtools/shortcuts/):
Up Arrow/Down Arrow -> Increment/Decrement by 1
Alt (or Option for MacOS) + Up Arrow/Down Arrow -> Increment/Decrement by 0.1
Shift + Up Arrow/Down Arrow -> Increment/Decrement by 10
Ctrl (or Command for MacOS) + Up Arrow/Down Arrow -> Increment/Decrement by 100
I am currently using Chrome (112.0.5615.49 ) on MacOS and Pixi Devtools version 2.6.1
The text was updated successfully, but these errors were encountered: