[workstation] Change the key combination for issue report shortcut

- Changes the key combination for issue reporting shortcut to Ctrl + Alt
  + i as Ctrl + Shift + i conflicts with one of the chrome shortcuts.
- Now the user feedback overlay remembers the previous overlay
  visibility status before showing itself and set it back to the
  previous status when closed.
- Please note that there is currently a bug where only the right alt key
  works and the left alt key does nothing(fxb/100687). A fix is coming
  (fxr/679330)

Change-Id: I542a7283f32ff1013e6fd0a7592e4622f57b05e2
Reviewed-on: https://fuchsia-review.googlesource.com/c/experiences/+/679957
Reviewed-by: Charles Whitten <cwhitten@google.com>
Reviewed-by: Sanjay Chouksey <sanjayc@google.com>
Commit-Queue: Yeonhee Lee <yhlee@google.com>
2 files changed
tree: ed71352e919b7e89df90eeaf461587fd8ba037c1
  1. base_shells/
  2. benchmarks/
  3. bin/
  4. examples/
  5. lib/
  6. session_shells/
  7. tests/
  8. .gitignore
  9. AUTHORS
  10. BUILD.gn
  11. CONTRIBUTING.md
  12. LICENSE
  13. OWNERS
  14. PATENTS
  15. README.md
README.md

Fuchsia Experiences Repository

This is a companion repository to Fuchsia and contains code that either implements or supports user facing code for the Fuchsia platform. The code provides a majority of the user interface for the Workstation product as well as a small set of examples, tests, and benchmarks.

Build & Run

This repository is a “source petal” included in the Fuchsia Platform Source Tree (FPST) checkout. Code in this repository must be built with Fuchsia in order to be functional, see the guide for instructions on getting the source.

Hardware

Hardware support should be considered experimental. However, NUC's and Pixelbooks are known to work best. For details on hardware setup see: Install Fuchsia on a Device

Building

Once you have functional checkout you can configure a build targeting Workstation:

    fx set workstation.<board> # For options run: `fx list-boards`
    fx build

See Fuchsia's build and pave instructions for detailed instructions.

Running

Once built, standard Fuchsia workflows for paving, running code, and testing apply. See: fx workflows for detailed instructions.