Results 1 to 10 of 10

Thread: Disable F1 Help

  1. #1
    Member
    Join Date
    2005-03
    Posts
    14
    Login to Give a bone
    0

    Default Disable F1 Help

    Is there any way to disable the F1 button in AutoCad 2006? The method I used for previous versions does not seem to work. I can't find the acad.mns file to edit.

  2. #2
    Wish List Manager BrenBren's Avatar
    Join Date
    2000-11
    Location
    150700
    Posts
    3,439
    Login to Give a bone
    0

    Default Re: Disable F1 Help

    Quote Originally Posted by jhunter
    Is there any way to disable the F1 button in AutoCad 2006? The method I used for previous versions does not seem to work. I can't find the acad.mns file to edit.
    The old MNU,MNS files have been replaced by CUI files. I don't have an answer on how to disable it, but I am going to move this thread over to the new CUI forum, maybe you can find an answer there.

  3. #3
    Member
    Join Date
    2004-05
    Posts
    14
    Login to Give a bone
    0

    Default Re: Disable F1 Help

    Create a new *.MNU file and put the code for an accelerator key in there that will override the F1 key ... I use my F1 key for "cancel" so that when I accidentally hit it instead of ESC, I still achieve satisfaction. Here's my code:

    ***MENUGROUP=<menu name here>
    //
    ***ACCELERATORS
    ["F1"]^C^C


    Where it says <menu name here> put the name that you call the menu, and use that same name for the file name ... Then, once you have this menu created, put it in a support path folder for acad. Go into acad, open the CUI custimization interface, go to the "transfer" tab, and on the right, open that menu and import the accelerator as you would normally. You will find it under "Keyboard Shortcuts > Shortcut Keys" ... Just drag it over to the keyboard shortcuts on the other side and presto! Redefined F1 Key ...

    That's the only way I've been able to figure out how to do that so far.

    Hope that helps.

  4. #4
    Member
    Join Date
    2005-03
    Posts
    14
    Login to Give a bone
    0

    Default Re: Disable F1 Help

    Here is what I have;

    ***MENUGROUP=MYMENU.MNU
    //
    ***ACCELERATORS
    ["F1"]^C^C


    But when I go to "Transfer" there is nothing there.

  5. #5
    The Silent Type RobertB's Avatar
    Join Date
    2000-01
    Location
    Seattle WA USA
    Posts
    5,859
    Login to Give a bone
    0

    Default Re: Disable F1 Help

    Locate the "Cancel" command (the Acad.cui has it defined).
    Expand your custom.cui Keyboard Shortcuts node
    Expand the Shortcut Keys node
    Drag-n-drop the "Cancel" command into the Shortcut Keys node
    Change the properties to use the F1 key

    Save and exit the CUI.

  6. #6
    Member
    Join Date
    2004-05
    Posts
    14
    Login to Give a bone
    0

    Default Re: Disable F1 Help

    Quote Originally Posted by jhunter
    Here is what I have;

    ***MENUGROUP=MYMENU.MNU
    //
    ***ACCELERATORS
    ["F1"]^C^C


    But when I go to "Transfer" there is nothing there.
    After you go to the transfer tab, you actually "load" your MYMENU.MNU file into the right hand side of the dialog? If so, you should see a little tree with menus, toolbars, keyboard shortcuts, etc... all expandable to show what stuff is contained within. If you're expanding the keyboard shortcuts branch after loading up your MYMENU.MNU and seeing nothing, post your menu file here so someone can make sure it works for them... at least we can try to eliminate the menu as the source of your problem.

  7. #7
    The Silent Type RobertB's Avatar
    Join Date
    2000-01
    Location
    Seattle WA USA
    Posts
    5,859
    Login to Give a bone
    0

    Default Re: Disable F1 Help

    Don't use a legacy approach (the .mns). There is no need to. Just do what I posted.

  8. #8
    Certifiable AUGI Addict robert.1.hall72202's Avatar
    Join Date
    2004-07
    Location
    Detroit Michigan
    Posts
    2,508
    Login to Give a bone
    0

    Default Re: Disable F1 Help

    Quote Originally Posted by RobertB
    Don't use a legacy approach (the .mns). There is no need to. Just do what I posted.
    That is really great, thanks for posting. I wonder what else would be useful as a keyboard shortcut......seems most shortcuts are handled by the pgp file.

  9. #9
    The Silent Type RobertB's Avatar
    Join Date
    2000-01
    Location
    Seattle WA USA
    Posts
    5,859
    Login to Give a bone
    0

    Default Re: Disable F1 Help

    Quote Originally Posted by rhall.72202
    That is really great, thanks for posting. I wonder what else would be useful as a keyboard shortcut......seems most shortcuts are handled by the pgp file.
    They still are. The CUI cannot define command aliases the same way that the pgp does. E.g. you cannot assign CR=Circle in the CUI.

  10. #10
    AUGI Addict madcadder's Avatar
    Join Date
    2000-11
    Location
    Too far from the beach
    Posts
    1,054
    Login to Give a bone
    0

    Default Re: Disable F1 Help

    I removed the F1 key from all my keyboards years ago.

    Problem Resolved!

Similar Threads

  1. Disable DropGEOM
    By Wish List System in forum Civil 3D Wish List
    Replies: 13
    Last Post: 2015-05-21, 03:40 PM
  2. 2014: Can you disable the F1 key?
    By CADMama in forum AutoCAD General
    Replies: 7
    Last Post: 2013-11-19, 06:42 PM
  3. Can i disable F1 for help??
    By still.james in forum Revit Architecture - General
    Replies: 10
    Last Post: 2013-04-26, 06:32 PM
  4. disable F1
    By scoot in forum AutoCAD General
    Replies: 2
    Last Post: 2011-10-18, 06:44 PM
  5. Disable F1 Help in 2010
    By buzz in forum AMEP General
    Replies: 4
    Last Post: 2009-09-03, 11:40 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •