Hi, Here you go procedure ( toggle_partial_via_selection_locally( @key (win hiGetCurrentWindow () ) @rest _args) "Toggle Partial Via Selection in current window" win -> selectPartialVia = !win -> selectPartialVia ) procedure ( toggle_partial_via_selection_globally( @rest _args) "Toggle Partial Via Selection for all windows " envSetVal ( "graphic" "selectPartialVia" ' boolean ! envGetVal ( "graphic" "selectPartialVia" ' boolean)) ) Cheers Aurélien
↧