[roll] Roll fuchsia [input][shortcut] Implements fuchsia.ui.shortcut2

Shortcut2 is a simplified rework of fuchsia.ui.shortcut.

However, it offers more flexibility for defining shortcuts
that depend on keymaps instead of hardware keys, allowing
all keyboards, including virtual ones, to support
shortcuts.

This is not a full implementation - a11y provisions are
deferred for the time being, and will be backfilled in
due time. Also, no special provisions for non-Latin
shortcuts, but the functionality can be added in a
straightforward way.

Original-Fixed: 106086
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/717344
Original-Revision: a74de527b7634fc0f7433cccef51282f5647a6ce
GitOrigin-RevId: ef5eb2ef5c142214e7195a00e920ae2f51a3b2b1
Change-Id: Ic32ec6acfa853a9ed25bc646b052c5518cc9be5c
1 file changed
tree: 4c77d1dcfc8b6f78ede65ac928b3943fd8a00d9a
  1. git-hooks/
  2. infra/
  3. third_party/
  4. cts
  5. firmware
  6. flower
  7. jiri.lock
  8. minimal
  9. prebuilts
  10. README.md
  11. stem
  12. test_durations
  13. toolchain
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.