TheSwamp

CAD Forums => CAD General => Topic started by: ML on November 19, 2004, 09:12:42 AM

Title: Accelerators
Post by: ML on November 19, 2004, 09:12:42 AM
Does anyone have an idea why these accelerators aren't working?
They were working just fine until a week or so ago.
I can't figure it out

Thank you

Mark

***ACCELERATORS

      [CONTROL+SHIFT+"C"]^C^Cstart;Calc;
      [ CONTROL+SHIFT+"E"]^C^Cstart;explorer;
Title: Accelerators
Post by: CAB on November 19, 2004, 10:07:47 AM
Try

[CONTROL+SHIFT+"C"]^C^Cstart Calc
[ CONTROL+SHIFT+"E"]^C^Cstart explorer
Title: Accelerators
Post by: ronjonp on November 19, 2004, 10:29:03 AM
***ACCELERATORS
[CONTROL+SHIFT+"C"]^C^Cstart;Calc;
[ CONTROL+SHIFT+"E"]^C^Cstart;explorer;

I don't see anything wrong with them. Might want to try this for opening explorer...I use it everyday.

^C^C^(startapp "explorer" (strcat "/e," ^M;(getvar "dwgprefix")));

Ron
Title: Accelerators
Post by: ML on November 22, 2004, 06:52:14 AM
Thanks CAB

Thanks Ron

I will first try to remoce the enters (;) and see what happens.


I have seen that aproach also Ron. That would be a good alternative but I was hoping to just do accelerators for the above 2 things

Mark
Title: Accelerators
Post by: ML on November 22, 2004, 03:25:57 PM
Cab,

Code: [Select]

[CONTROL+SHIFT+"C"]^C^Cstart Calc
[ CONTROL+SHIFT+"E"]^C^Cstart explorer


Does not work either :(

The weird thing is that the same code works at home  :cry: