-
Notifications
You must be signed in to change notification settings - Fork 204
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Suggestions for new shortcuts #298
Comments
Thanks! Regarding the |
When the inspector is active, the scene should be paused and event listeners should be removed, so keypresses should not do anything. |
@ngokevin yes that's why |
Can't you just add the event listener after the vr-scene and its events are initialized? (maybe with a setTimeout()?) |
@feiss is not a problem about timing is more a problem on what happens if the vrscene has a listener for esc that does something, if we add a listener we'll screw it, that's why we tend to use rare shortcuts in that situation like |
h to show shortcut cheatsheet |
what about the traditional F1? with additional help links and info |
F1 is reserved usually by the browser, and for example in mac keyboard you need to click |
I'm sold! h then |
Maybe |
@feiss Num +, Num - Do you mean for example translate or rotate step by step? In that case in which axis? |
backspace/supr: why not both? |
Yep!
I don't get that, right now the helper has a constant size, it's not affected by the zoom of the perspective view do you want to make it bigger/smaller? is that useful? |
By the way can you update the first comment adding |
|
@fernandojsg Yes, |
allrighty, About |
Updated the list of shortcuts created based on: #305 |
@vershwal this is current layout in master. Everything works nice. Fernando even added a |
Yes I saw the cut functionality. It works great. Also by check I meant ticking the copy/paste dialogue in the issue above (Marking it as resolved). Wrong choice of words I guess. I think you have checked it. Thanks |
Following #154 , support for more shortcuts would be very interesting for desktop users.
(Some of these actions are not yet included in the editor, I'll try to write a spec for each one in a separated issue)
w,e,r
Switch to Translate/Rotate/Scale modes (Maya and Max standard, very convenient)
z
View selected object (f would be a more convenient shortcut for this, but is currently used for 'fullscreen') (see View selection, View All, Reset View #300)
a
View all objects (see View selection, View All, Reset View #300 )
ctrl + LMB
Add object to selection (this could be an whole issue itself, support for multiple selection)
ctrl + a
Select All
d
Duplicate/clone current selection
g
Toggle grid visibility
n
Add new entity
supr/backspace
Delete current selection
ctrl+c, ctrl+v
copy/paste current selection
1,2,3,4
Switch to Front/Left/Top/Perspective view
o
Toggle local/global transform mode
Num +, Num -
Increase/decrease transform helper (in discrete steps, between (min, max) values)
ctrl+alt+i
Switch Edit and VR modes.
Esc
for exiting edit mode (current behaviour)h
Toggle help/shortcuts panel
Shortcut customization in the cheatsheet panel that #276 suggested would be nice, although I don't think it's high priority.
The text was updated successfully, but these errors were encountered: