cross-sommelier-config: pass Alt+Tab to the host

This allows the system-wide window switching shortcut to work when
running a Linux app in fullscreen mode.

BUG=b:325087818
TEST=Run gnome-mahjongg, press Fullscreen; Alt+Tab switches windows

Change-Id: I86f0c1e06b6123f74754a1fe5845c69e0f7657a9
Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/containers/cros-container-guest-tools/+/5522856
Reviewed-by: Dennis Kempin <denniskempin@google.com>
Tested-by: kokoro <noreply+kokoro@google.com>
Commit-Queue: Daniel Verkamp <dverkamp@chromium.org>
3 files changed
tree: bb187dc12c48f32b80814376ffabcfbe0795466f
  1. cros-adapta/
  2. cros-apt-config/
  3. cros-debs/
  4. cros-garcon/
  5. cros-guest-tools/
  6. cros-host-fonts/
  7. cros-logging/
  8. cros-notificationd/
  9. cros-pipe-config/
  10. cros-port-listener/
  11. cros-pulse-config/
  12. cros-sftp/
  13. cros-sommelier/
  14. cros-sommelier-config/
  15. cros-sudo-config/
  16. cros-systemd-overrides/
  17. cros-tast-tests/
  18. cros-ui-config/
  19. cros-vmstat-metrics/
  20. cros-wayland/
  21. cros-xdg-desktop-portal/
  22. kokoro/
  23. lxd/
  24. mesa/
  25. scripts/
  26. termina/
  27. .gitignore
  28. LICENSE
  29. OWNERS
  30. PRESUBMIT.cfg
  31. README.md
  32. WORKSPACE
README.md

cros-container-guest-tools

Overview

These are the guest packages for setting up a container to integrate with Chrome OS. This includes build scripts that are run in Google's internal continuous integration service.

Building

The guest packages can be built with Bazel.

bazel build //cros-debs:debs

Releasing

promote\_apt.sh MILESTONE and promote\_container.sh MILESTONE in scripts are used to promote containers from staging to live. NOTE: Whatever is the latest in staging is what gets promoted to live so make sure it's what was tested.