How to map 'references' in keyboard shortcuts?

User: "Alberto Perticone"
Altair Community Member
Updated by Alberto Perticone

Hi everyone,

does anybody know how to map the references browser panel? For instance, I know that the script for 'Review' is:

 ::HM_Framework::ToggleReviewFromGraphicsArea

Could you provide something similar for the 'References' command, usually accessible through the right click over an element in the entities tree?

 

Thanks

Find more posts tagged with

Sort by:
1 - 1 of 11
    User: "tinh"
    Altair Community Member
    Accepted Answer
    Updated by tinh

    Ok. I see

    just modify a bit and it can works on both Include View & Model View:

    proc mbrGetSelectedComps {} { 	#model browser get selected comps: 	set results {} 	foreach tree {.model .fepre_model} { 		if {[winfo exists $tree]} break 	} 	set tree [winfo children $tree._pw._fbr].frmTreeArea.frmTree.__treectrl ....

     

    updated file: