Author Topic: Accelerators  (Read 1862 times)

0 Members and 1 Guest are viewing this topic.

ML

  • Guest
Accelerators
« 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;

CAB

  • Global Moderator
  • Seagull
  • Posts: 10401
Accelerators
« Reply #1 on: November 19, 2004, 10:07:47 AM »
Try

[CONTROL+SHIFT+"C"]^C^Cstart Calc
[ CONTROL+SHIFT+"E"]^C^Cstart explorer
I've reached the age where the happy hour is a nap. (°¿°)
Windows 10 core i7 4790k 4Ghz 32GB GTX 970
Please support this web site.

ronjonp

  • Needs a day job
  • Posts: 7529
Accelerators
« Reply #2 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

Windows 11 x64 - AutoCAD /C3D 2023

Custom Build PC

ML

  • Guest
Accelerators
« Reply #3 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

ML

  • Guest
Accelerators
« Reply #4 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: