Eng-Tips is the largest engineering community on the Internet

Intelligent Work Forums for Engineering Professionals

Programme Function Keys 1

Status
Not open for further replies.

Hayden

Mechanical
Jul 31, 2002
121
0
0
NZ
Is it possible for me to program my function keys (F1-F12)quickly?

I'm just not happy with the order of them. A couple of the functions are also redundant for me.

Cheers

Hayden
 
Replies continue below

Recommended for you

You can use one of the following methods to create accelerator keys in the MNU file:

Use the Customize dialog box (Keyboard tab)
Manually add the keys to the MNU file
Method #1: Use Customize dialog box

Right-click any toolbar button and click Customize on the shortcut menu.
In the Customize dialog box, click the Keyboard tab.
Select a command.
Place the insertion point in the Press New Shortcut Key text box.
Press the key combination that you want to assign to the command.

If an accelerator key already exists for that command, it will appear in the Current Keys box. If the key combination you specify is already assigned to a different command, the command will appear in the Currently Assigned To box.

To see a list of all current accelerator keys, click Show All.


Click Assign, and then close the Customize dialog box to recompile the menu.
Method #2: Manually add accelerators keys to MNU file

In a text editor, such as Microsoft® Notepad, open the menu template file from the Support folder.
Locate the section labeled ***ACCELERATORS.
At the end of the ***ACCELERATORS section, use one of the following formats to add a new accelerator key:

[<Key Sequence>]^C^C<Command Name>

- or -

ID_<Command Name> [<Key Sequence>]

An example of these formats is shown below. The first one assigns the CTRL+Q key combination to invoke the QUIT command; the second one assigns the SHIFT+CTRL+L key combination to invoke the LINE command.

[CONTROL+&quot;Q&quot;]^C^C_quit
ID_Line [SHIFT+CONTROL+&quot;L&quot;]


Save the MNU file to the Support folder, replacing the existing MNU file.
Now, you must activate the new accelrator keys.

To activate new accelerators keys

Start your Autodesk software.
Enter menu on the command line.
In the Select Menu File dialog box, browse to the Support folder.
From the File Type list, select MNU as the file type.
Select the MNU file that includes the accelerator keys and click Open.
Click Yes to continue loading the MNU file.
This process recompiles the menu so you can use the new accelerator keys.

hope this helps...good luck!
 
Hi,
well explanation C. [thumbsup2] , but before overwriting the acad.mnu I would save the old one...

regards, Lothar

Win NT4.0 (SP6),
ACAD 2000i (SP2), ADT 3.0 (SP3),
ACAD 2002, ADT 3.3,
OCÈ 5200

 
Status
Not open for further replies.
Back
Top