changing keyCode onkeydown

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

    changing keyCode onkeydown

    hi
    I want to know if there is a way to change the keycode on press

    the main goal
    is to switch any languagh to english
    for example
    when I press on "א" (hebrew) the output will return as "t"..

    thanks

  • GArlington

    #2
    Re: changing keyCode onkeydown

    On Mar 5, 10:06 am, ShayHk <sha...@gmail.c omwrote:
    hi
    I want to know if there is a way to change the keycode on press
    >
    the main goal
    is to switch any languagh to english
    for example
    when I press on "א" (hebrew) the output will return as "t"..
    >
    thanks
    You need javascript onkeydown...

    Comment

    • ShayHk

      #3
      Re: changing keyCode onkeydown

      I Know.
      but how do I change the value of the keycode OnKeyDown ?

      Comment

      Working...