0

I am building an application designed for Hebrew speakers.

The code keyEvent.KEYCODE_ENTER gives me the KeyCode for Enter on the english keyboard. How do I find out what is the KeyCode for Enter on the hebrew keybord?

Mel
  • 5,837
  • 10
  • 37
  • 42

1 Answers1

0

Please find it out here by loading this page, focusing the text box and pressing the key you want to investigate (Enter in your case):

https://www.w3.org/2002/09/tests/keys.html

mynetx
  • 878
  • 7
  • 25