Dayananda Posted December 29, 2024 Posted December 29, 2024 I want to disable Function Key F1 Because Esc and F1 keys are very close in my key board. Quote
Steven P Posted December 29, 2024 Posted December 29, 2024 Get smaller fingers so you don't hit them by accident? Look at an internet search: 'AutoCAD mapping F keys" 1 2 Quote
Tharwat Posted December 29, 2024 Posted December 29, 2024 You need to modify the key from the CUI manually. 2 Quote
lido Posted December 30, 2024 Posted December 30, 2024 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. 1 Quote
Steven P Posted December 30, 2024 Posted December 30, 2024 Not sure disabling F keys for all programmes is the best solution when you can do it just for AutoCAD 1 Quote
lido Posted December 30, 2024 Posted December 30, 2024 @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. Quote
rlx Posted December 30, 2024 Posted December 30, 2024 I think Tharwat had the right solution : https://forums.autodesk.com/t5/autocad-forum/ad-how-to-redifine-f1-key/td-p/9395761 1 Quote
Recommended Posts
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.