Jump to content

Recommended Posts

Posted

I want to disable Function Key  F1  Because Esc and F1 keys are very close in my key board.

Posted

Get smaller fingers so you don't hit them by accident?

 

Look at an internet search:  'AutoCAD mapping F keys"

  • Like 1
  • Funny 2
Posted

Another approach is to use the AutoHotkey program, as follows:
1. Download and install the AutoHotkey program from the address: https://www.autohotkey.com/
2. Create a text file and name it, for example, NOT_F1.AHK (the AHK extension is mandatory!). The file will contain a single line, as below:

F1::return

3. Launch the script by double-clicking on its name. The F1 key will be disabled for ALL your programs!
4. An icon will be created in the System tray, as in the attached picture.

5. If you want to reactivate the F1 key, press Exit and you will restore the functionality of the F1 key.

2024-12-30 090547.jpg

  • Like 1
Posted

Not sure disabling F keys for all programmes is the best solution when you can do it just for AutoCAD

  • Agree 1
Posted

@Steven P

I'm not saying that the AutoHotkey solution is the best! It's just another approach. In AutoHotkey there is also possible to disable a key only for a specific window. I don't want to go into details. On the other hand, not all CAD programs can apply the CUI solution. For example, it doesn't work in ZWCAD.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...