What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Skype & Technology » Skype & Live Messenger » Disable F1 button?

Disable F1 button?
Author: Message:
CookieRevised
Elite Member
*****

Avatar

Posts: 15519
Reputation: 173
– / Male / Flag
Joined: Jul 2003
Status: Away
RE: Disable F1 button?
M73A, I suppose you are writing your essay in Word?

In that case, it is relativly easy to disable it


Method 1: with a macro

This will work for most other keys too (similar things can be done in all other Office programs too, though the macro syntax differs a bit from application to application):

You can make a macro and overwrite the key like that. The macro consists of:
code:
Sub AutoOpen()
    KeyBindings.Add wdKeyCategoryDisable, "", BuildKeyCode(wdKeyF1)
End Sub
Put that into a module (which you need to create/add in the VBA for Word editor: Tools > Macro > Visual Basic Editor > Project (whatever) > Right click > Add > Module). Save the document and turn macro's on (if you didn't already), then  restart Word and reopen the document...


Method 2: simply disable F1 in Word all together

Right Click a toolbar > Change > Keyboard (left bottom button) > Category: 'Window and help' > Command: 'Help' > Select the used key in the list (which is F1) > Remove

Close the dialogs by pressing the Close buttons.


Method 3: external apps

Or you could use an external program like AutoHotKey, which does essentially the same, remapping a key by using a macro.

This post was edited on 04-26-2007 at 01:44 AM by CookieRevised.
.-= A 'frrrrrrrituurrr' for Wacky =-.
04-26-2007 12:24 AM
Profile PM Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
Disable F1 button? - by M73A on 04-25-2007 at 04:32 PM
RE: Disable F1 button? - by tosikosi on 04-25-2007 at 04:34 PM
RE: Disable F1 button? - by M73A on 04-25-2007 at 04:56 PM
RE: Disable F1 button? - by NiteMare on 04-25-2007 at 04:58 PM
RE: Disable F1 button? - by M73A on 04-25-2007 at 05:01 PM
RE: Disable F1 button? - by CookieRevised on 04-26-2007 at 12:24 AM


Threaded Mode | Linear Mode
View a Printable Version
Send this Thread to a Friend
Subscribe | Add to Favorites
Rate This Thread:

Forum Jump:

Forum Rules:
You cannot post new threads
You cannot post replies
You cannot post attachments
You can edit your posts
HTML is Off
myCode is On
Smilies are On
[img] Code is On