Author Topic: Keyboard Accelerators  (Read 1234 times)

0 Members and 1 Guest are viewing this topic.

MSTG007

  • Gator
  • Posts: 2601
  • I can't remeber what I already asked! I need help!
Keyboard Accelerators
« on: May 25, 2016, 08:02:28 AM »
This might be a dumb question... Each time I select F1 the help menu pops up. Then the OSNAP command is activated after I close out the Help Menu.

How can I disable the help menu so my keyboard accelerators work again? lol.  :uglystupid2:


Code: [Select]
//
//  Keyboard Accelerators
//
***ACCELERATORS
ID_VBARun      [ALT+"F8"]
ID_VBAIDE      [ALT+"F11"]
["F1"]App,End
["F2"]Cen,Mid
["F4"]Per,Qua
["F5"]Ins,Nod
["F6"]Near
["F7"]Int,Tan
Civil3D 2020

Bryco

  • Water Moccasin
  • Posts: 1883
Re: Keyboard Accelerators
« Reply #1 on: May 25, 2016, 08:09:39 PM »
1)   Open Cui
2)   In the “Command List” box select “New”
3)   In the Properties window that pops up on the lower right:
In the name line  type  NoHelp
Either leave the macro line as ^C^C
4)   Now Drag and drop that new command to the upper left box  “Customizations in ALL CUI FILES-> Keyboard shortcuts-> Shortcut keys.
5)   The Command (NoHelp) will now appear in the top right box that will be called “Shortcuts”. Doubleclick on it to open the information box below.
6)   In the line Key(s)    type in F1 or if you click on the word Key(s) a little box to the right with 3 dots will show up. Click on this and you can click on the F1 key and assign it. Beware, if you have caps on  you will get shift +F1, so turn caps off.
7)   Apply, ok and you are good to go.