0

I am attempting to build an on screen keyboard for Google TV using the Anymote protocol. Sending keys listed here works fine:

http://code.google.com/p/anymote-protocol/source/browse/proto/keycodes.proto

How can I send keys without keycodes like an ampersand? On the Google TV remote, I hit the left shift then @. Is it possible to emulate this?

mr.freeze
  • 13,731
  • 5
  • 36
  • 42

1 Answers1

2

Have you tried the Data event: https://developers.google.com/tv/remote/docs/anymote

Leon Nicholls
  • 4,623
  • 2
  • 16
  • 17