Page 1 of 1

CTRL key shortcuts still work?

PostPosted: Fri Oct 25, 2013 11:39 am
by Evan Shu
Does it still work to create a keyboard shortcut for commands in the DCADWIN.MNU file?

For example, I tried to create a CTRL+Z key for the Zoom to Last Extents menu command via
Zoom to Extents|Ctrl+Z|Zoom to last known extents of drawing
in DCADWIN.MNU (line 69), but after closing and reopening DataCAD, it displays in the menu but doesn't work as a shortcut.

Am I missing a step or doing it wrong? (I tried other letters in case Z was reserved with no luck. This is in DataCAD 15.)

Thanks,

Evan

Re: CTRL key shortcuts still work?

PostPosted: Fri Oct 25, 2013 12:02 pm
by joshhuggins
Make sure Ctrl+Z is not set for Undo towards the top of the file, or something else for that matter. Or check to see if the line exists twice.

Re: CTRL key shortcuts still work?

PostPosted: Fri Oct 25, 2013 12:03 pm
by Mark Toce
The issue is that [Ctrl]+[z] is already assigned to "Undo." You'll need to search the file for existing shortcuts that use the letters you want to use, to make sure that they aren't already in use. If they are, you must remove any other shortcuts before assigning your custom one.

Re: CTRL key shortcuts still work?

PostPosted: Fri Oct 25, 2013 12:11 pm
by Roger D
Are there a few that windows controls? Ctrl-O and/or Ctrl-N that we can not override?

Re: CTRL key shortcuts still work?

PostPosted: Fri Oct 25, 2013 12:12 pm
by Evan Shu
Yup, that did it. The letters I had tried were all used previously in that file. When I used Q (after having searched to make sure it wasn't used earlier, it worked just fine.)

I just wanted to make sure I could do it before I bragged on it working for Cheap Tricks this month. Mucho thanks for the quick responses.

Evan

Re: CTRL key shortcuts still work?

PostPosted: Fri Oct 25, 2013 12:41 pm
by Roger D
You can also do
Ctrl-Alt-A
Ctrl-Shift-A
Ctrl-Shift-Alt-A
ALt-A
Shift-A
Alt-Shift
also can use the numbers
see pp 603-604 of the ref manual.

Re: CTRL key shortcuts still work?

PostPosted: Fri Oct 25, 2013 12:42 pm
by Paul Nida
You could also use "CTRL+SHIFT+z" or " CTRL+ALT+z"

Re: CTRL key shortcuts still work?

PostPosted: Fri Oct 25, 2013 12:45 pm
by Paul Nida
You can also use the F-Keys if they are not already used.