currently i have a mapkey that exits all the way through while im sketching from a protrusion i also have one that exits out from a sketch.
problem is one does not work for the other. is there a way to edit my config.pro to make it do both no matter what feature i am in?
i have tried copying form into the other and it does not work that way
current mapkey
mapkey mm @MAPKEY_LABELexit all;~ Activate `GET SELECT` `quit_sel`;\
mapkey(continued) ~ Activate `references` `Close`;~ FocusIn `UI Message Dialog` `no`;\
mapkey(continued) ~ FocusIn `UI Message Dialog` `yes`;~ Activate `UI Message Dialog` `yes`;\
mapkey(continued) ~ Activate `main_dlg_cur` `ProCmdSketQuit.sket_r`;\
mapkey(continued) ~ FocusIn `UI Message Dialog` `yes`;~ Activate `UI Message Dialog` `yes`;\
mapkey(continued) ~ Activate `Odui_Dlg_00` `stdbtn_2`;~ FocusIn `UI Message Dialog` `yes`;\
mapkey(continued) ~ Activate `UI Message Dialog` `yes`;
!=========================================================== ================
mapkey m, @MAPKEY_LABELexit all;~ Activate `GET SELECT` `quit_sel`;\
mapkey(continued) ~ Activate `references` `Close`;~ FocusIn `UI Message Dialog` `no`;\
mapkey(continued) ~ FocusIn `UI Message Dialog` `yes`;~ Activate `UI Message Dialog` `yes`;\
mapkey(continued) ~ Activate `main_dlg_cur` `ProCmdSketQuit.sket_r`;\
mapkey(continued) ~ FocusIn `UI Message Dialog` `yes`;~ Activate `UI Message Dialog` `yes`;\
mapkey(continued) ~ Activate `Odui_Dlg_01` `stdbtn_2`;~ FocusIn `UI Message Dialog` `yes`;\
mapkey(continued) ~ Activate `UI Message Dialog` `yes`;~ Enter `main_dlg_cur` `dashInst0.Quit`;\
mapkey(continued) ~ Activate `main_dlg_cur` `dashInst0.Quit`;\
mapkey(continued) ~ FocusIn `UI Message Dialog` `yes`;~ Activate `UI Message Dialog` `yes`;
Edited by: ice8
problem is one does not work for the other. is there a way to edit my config.pro to make it do both no matter what feature i am in?
i have tried copying form into the other and it does not work that way
current mapkey
mapkey mm @MAPKEY_LABELexit all;~ Activate `GET SELECT` `quit_sel`;\
mapkey(continued) ~ Activate `references` `Close`;~ FocusIn `UI Message Dialog` `no`;\
mapkey(continued) ~ FocusIn `UI Message Dialog` `yes`;~ Activate `UI Message Dialog` `yes`;\
mapkey(continued) ~ Activate `main_dlg_cur` `ProCmdSketQuit.sket_r`;\
mapkey(continued) ~ FocusIn `UI Message Dialog` `yes`;~ Activate `UI Message Dialog` `yes`;\
mapkey(continued) ~ Activate `Odui_Dlg_00` `stdbtn_2`;~ FocusIn `UI Message Dialog` `yes`;\
mapkey(continued) ~ Activate `UI Message Dialog` `yes`;
!=========================================================== ================
mapkey m, @MAPKEY_LABELexit all;~ Activate `GET SELECT` `quit_sel`;\
mapkey(continued) ~ Activate `references` `Close`;~ FocusIn `UI Message Dialog` `no`;\
mapkey(continued) ~ FocusIn `UI Message Dialog` `yes`;~ Activate `UI Message Dialog` `yes`;\
mapkey(continued) ~ Activate `main_dlg_cur` `ProCmdSketQuit.sket_r`;\
mapkey(continued) ~ FocusIn `UI Message Dialog` `yes`;~ Activate `UI Message Dialog` `yes`;\
mapkey(continued) ~ Activate `Odui_Dlg_01` `stdbtn_2`;~ FocusIn `UI Message Dialog` `yes`;\
mapkey(continued) ~ Activate `UI Message Dialog` `yes`;~ Enter `main_dlg_cur` `dashInst0.Quit`;\
mapkey(continued) ~ Activate `main_dlg_cur` `dashInst0.Quit`;\
mapkey(continued) ~ FocusIn `UI Message Dialog` `yes`;~ Activate `UI Message Dialog` `yes`;
Edited by: ice8