keycode or keypress button

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • kkm

    keycode or keypress button

    hello everybody,

    look first source code.
    <script type="text/javascript">
    ....
    ....
    if(keycode == h)
    {
    send to CTRL+F //FF searchbox window bottom.
    }
    </script>

    is that possible, what I mean.
    Because you know, that Firefox will be increase font when press CTRL
    AND +

    I want a button for CTRL AND +.

    thank you for your time.

    kkm
  • kkm

    #2
    Re: keycode or keypress button

    On Oct 20, 12:39 am, kkm <kelvin.wong... @gmail.comwrote :
    hello everybody,
    >
    look first source code.
    <script type="text/javascript">
    ...
    ...
    if(keycode == h)
    Sorry for bad example, I write here again.
    I want a button from keyboard hotkeys.
    Example.
    Press in Firefox and IE F1 open for Help, right? Then I want a button
    for Help in FF or Ie.
    CTRL AND + for increase Fontsize. that's why I want a button for
    fontsize
    {
    send to CTRL+F //FF searchbox window bottom.}
    >
    </script>
    >
    is that possible, what I mean.
    Because you know, that Firefox will be increase font when press CTRL
    AND +
    >
    I want a button for CTRL AND +.
    >
    thank you for your time.
    >
    kkm

    Comment

    Working...