Yea, it works fine on Windows also. However as most context commands are, a single edge must be selected. When the command begins, the VCB is ready for input (ie, “Segments”,) but the mouse needs to move before the display is updated to show the dividing nodes and tooltip.
One other thing I can report:
When I use the search field in “preferences > shortcuts” that does not show results for context menu commands.
For other non context menu commands the search field works fine.
They cannot be. This is not a lazy decision by Trimble, or Google before them or the @Last guys before them. It is the way that the computer programming frameworks work.
Menu commands have ID numbers that are only valid when that menu is active. So you must create the context that activates the menu, so that the Shortcuts command list can see those commands when it enumerates the list (in the dialog.)
I’m not a Mac guy, but on MS Windows the command IDs are reused for only context menu commands, during other edit contexts. There are only so many integer IDs available and this reuse keeps the count down. (Could be this is leftover from the old days of 16 bit memory spaces?)
Thanks for the explanation! I didn’t expect such a restriction at all.
For the usability it is a disadvantage. I hope in the future the frameworks will behave different and each context menu command will have a permanent id.
Let’s hope not. Now the computer filters out irrelevant options that you don’t have to go through each time.
You only need to remember to make a selection in advance to see the other options.