For delete, I might be inclined to add the following to my env file funckey d "prepopup; pop dyn_option_select @:@Delete" when in the design you hover over a cline, segment, text, shape, via and use the "d" key. No mouse involved. Toggle I might do something like: alias t2 set toggle on alias t1 set toggle off funckey t 'settoggle CMD t1 t2;$CMD' Then, using the t key, you can enable or disable the toggle command.
↧