F1 key help

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Pos yo, quién si no!

    F1 key help

    Hi,

    I need to use the F1 key, launching a custom
    function, but I need to remove the browser
    help screen (I.E. and Firefox)

    Any idea?

    Thanks in advance,

    Enzo


  • VK

    #2
    Re: F1 key help

    You cannot override system functions. But you can use F-keys left free
    for your needs. Subset of such for both IE & FF is:

    F2, F8, F9, F10, F12

    So you could do rather elegantly: "press F1 for system help", "press F2
    for my help"

    Comment

    • Martin Honnen

      #3
      Re: F1 key help



      Pos yo, quién si no! wrote:
      [color=blue]
      > I need to use the F1 key, launching a custom
      > function, but I need to remove the browser
      > help screen (I.E. and Firefox)[/color]

      IE has
      document.onhelp = function () {
      // do your stuff here
      };

      --

      Martin Honnen

      Comment

      • Pos yo, quién si no!

        #4
        Re: F1 key help

        Hell Vk,

        I use e.stopPropagati on(); e.preventDefaul t();
        inside a function called from an input text and
        works fine from Firefox, but only when I'm editing
        this input.

        thanks,

        Enzo


        Comment

        • Sujan

          #5
          Re: F1 key help

          IE only.

          goto to this page and find out yourself, you can use the script. but
          first click on the body and then press F1 key.

          Latest news coverage, email, free stock quotes, live scores and video are just the beginning. Discover more every day at Yahoo!


          There you are.

          Sujan

          Comment

          • Pos yo, quién si no!

            #6
            Re: F1 key help

            > goto to this page and find out yourself, you can use the script. but[color=blue]
            > first click on the body and then press F1 key.
            >
            > http://www.geocities.com/sujanjkey/m...lessPopup.html
            >[/color]

            Great script, but I need also Firefox ...

            Thanks

            Enzo


            Comment

            • ASM

              #7
              Re: F1 key help

              Pos yo, quién si no! wrote:[color=blue][color=green]
              >>goto to this page and find out yourself, you can use the script. but
              >>first click on the body and then press F1 key.
              >>
              >>http://www.geocities.com/sujanjkey/m...lessPopup.html[/color]
              >
              > Great script, but I need also Firefox ...[/color]

              any way on my Mac F1 does anything
              - IE5.2
              - FF 10.04

              and does no more why url above

              Why to do not use some alt+key ? or ctrl+key ?



              --
              Stephane Moriaux et son [moins] vieux Mac

              Comment

              • Stewart Gordon

                #8
                Re: F1 key help

                VK wrote:[color=blue]
                > You cannot override system functions. But you can use F-keys left free
                > for your needs. Subset of such for both IE & FF is:
                >
                > F2, F8, F9, F10, F12
                >
                > So you could do rather elegantly: "press F1 for system help", "press F2
                > for my help"[/color]

                Nonsense. There's no standard to the effect that every browser on every
                OS must hook up the F1 key to launch "system help", nor to leave F2 free
                for websites to mess with.

                Moreover, no standard even stipulates that every piece of equipment
                capable of displaying web pages must _have_ F1 and F2 keys.

                Stewart.

                --
                -----BEGIN GEEK CODE BLOCK-----
                Version: 3.1
                GCS/M d- s:- a->--- UB@ P+ L E@ W++@ N+++ o K- w++@ O? M V? PS- PE- Y?
                PGP- t- 5? X? R b DI? D G e++>++++ h-- r-- !y
                ------END GEEK CODE BLOCK------

                My e-mail is valid but not my primary mailbox. Please keep replies on
                the 'group where everyone may benefit.

                Comment

                Working...