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:
M73A
Veteran Member
*****

Avatar


Posts: 3213
Reputation: 37
34 / Male / Flag
Joined: Jul 2004
O.P. Disable F1 button?
OMG ITS SO ANNOYING NOW...

im stressed at this damn media essay, and when i talk in wlm, i sometimes put !... with my dodgy keyboard with F1 straight above the ! i hit the both (fat hands! haha)

i never use the damn f1 button, and if i needed help id ask on here!?

can i turn it off (A)

Thanks

[Image: lost7ru.gif]
04-25-2007 04:32 PM
Profile E-Mail PM Find Quote Report
tosikosi
Junior Member
**


Posts: 18
Joined: Apr 2007
RE: Disable F1 button?
i think is not possible to disable F buttons but can i have some help in verification thing answer in my thread please
04-25-2007 04:34 PM
Profile E-Mail PM Find Quote Report
M73A
Veteran Member
*****

Avatar


Posts: 3213
Reputation: 37
34 / Male / Flag
Joined: Jul 2004
O.P. RE: Disable F1 button?
er.. thanks for the insightful reply. if i could understand your post about verification i may have an idea how to help, but it is barely readable.

[Image: lost7ru.gif]
04-25-2007 04:56 PM
Profile E-Mail PM Find Quote Report
NiteMare
Veteran Member
*****

Avatar
Giga-Byte me

Posts: 2497
Reputation: 37
36 / Male / Flag
Joined: Aug 2003
RE: Disable F1 button?
get a knife, and pop the F1 key off your keyboard, presto, disabled

This post was edited on 04-25-2007 at 04:59 PM by NiteMare.
[Image: sig/]
I'll never forget what she said 6666 days, 18 hours, 8 minutes, 47 seconds ago
Need hosting? Check
out my website. we can help you out :)
04-25-2007 04:58 PM
Profile PM Web Find Quote Report
M73A
Veteran Member
*****

Avatar


Posts: 3213
Reputation: 37
34 / Male / Flag
Joined: Jul 2004
O.P. RE: Disable F1 button?
quote:
Originally posted by NiteMare
get a knife, and pop the F1 key off your keyboard, presto, disabled
lmaonaise!

not very aesthetically pleasing though :(

[Image: lost7ru.gif]
04-25-2007 05:01 PM
Profile E-Mail PM Find Quote Report
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 »


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