[roll] Roll fuchsia [ime_handler] Starts populating key_meaning in input3::KeyEvent.

As defined, the "key meaning" is a hint on how a key press should
be interpreted.

At the moment the only two possible interpretations are an Unicode code
point based on a QWERTY keymap, or a nonprintable key.

See: https://cs.opensource.google/fuchsia/fuchsia/+/master:sdk/fidl/fuchsia.ui.input3/events.fidl;l=55?q=keymeaning%20lang:fidl&ss=fuchsia%2Ffuchsia

Tested: Unit tests.  Also added a trap for when more nonprintable keys
  are added.
Fixes: 72452
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/508344
Original-Revision: a373247805bbea42d35b247ad23c5a763cee0a24
GitOrigin-RevId: 1614edacba0c21b684b5f6e03ba70834aa957ba0
Change-Id: I6b32772a11d7e307036762aeab96e41bc9654e3b
1 file changed
tree: 0855bbae9b59020af59173750515166ce7aef511
  1. garnet/
  2. infra/
  3. peridot/
  4. third_party/
  5. topaz/
  6. zircon/
  7. firmware
  8. flower
  9. jiri.lock
  10. minimal
  11. prebuilts
  12. README.md
  13. stem
  14. test_durations
README.md

Integration

This repository contains Fuchsia's Global Integration manifest files.

Making changes

All changes should be made to the internal version of this repository. Our infrastructure automatically updates this version when the internal one changes.

Currently all changes must be made by a Google employee. Non-Google employees wishing to make a change can ask for assistance via the IRC channel #fuchsia on Freenode.

Obtaining the source

First install Jiri.

Next run:

$ jiri init
$ jiri import minimal https://fuchsia.googlesource.com/integration
$ jiri update

Third party

Third party projects should have their own subdirectory in ./third_party.