Page 2 of 3

Re: Shortcuts

Posted: 18 Mar 2013, 13:02
by geerten
Well, indeed that's causing the not going 'round'. But that's strange, because the translation window does not take the focus..

Re: Shortcuts

Posted: 30 Mar 2015, 16:42
by minisch
It would be helpful to have a shortcut for the 'Fit-To-View' command. I really need it :)

Is it possible to add it?

Thanks.

Re: Shortcuts

Posted: 30 Mar 2015, 18:15
by coppelia
Hello,

this is something you could also implement with a customization script and the function simCameraFitToView.
But it is probably a good idea to add it hard-coded. What key combination would you suggest, or better, what do other applications use for that operation normally?

Cheers

Re: Shortcuts

Posted: 31 Mar 2015, 10:23
by minisch
Thanks for the quick reply. I am using VREP coupled with SIMULINK and in the latter the SPACE-BAR is used to fit the view of the model to the screen. For this reason I would suggest the same shortcut.

Let me know what you think.

Re: Shortcuts

Posted: 31 Mar 2015, 18:33
by coppelia
ctrl-space is already used to start/stop a simulation in V-REP.
So I used ctrl-b, which is still easily doable with the left hand ;)

Cheers

Re: Shortcuts

Posted: 31 Mar 2015, 22:26
by minisch
I knew that but I meant just SPACE which doesn't look to me to be used for anything else.

By the way, when you say that YOU HAVE DONE IT, it means that it will be available in the next version released right?

Thanks.

Re: Shortcuts

Posted: 01 Apr 2015, 19:21
by coppelia
Space alone doesn't work, it needs to be forwarded to the various key function, including simGetSimulatorMessage (e.g. when a scrips wants to check keyboard input).
The change will be available in next release, out hopefully until the end of the month.

Cheers

Re: Shortcuts

Posted: 02 Apr 2015, 08:11
by minisch
Ok, thanks a lot for the support.

Re: Shortcuts

Posted: 29 Apr 2015, 10:09
by minisch
I checked the new version of VREP (3.2.0) but the feature seems not implemented.

I am doing something wrong or it will be implemented in the next releases?

Thanks.

Re: Shortcuts

Posted: 29 Apr 2015, 10:31
by coppelia
Did you try <ctrl>-b ?

Cheers