commit | f2283d8b80ea00e11e056ed88e23ddc20ec8552c | [log] [tgz] |
---|---|---|
author | Jayson Adams <shrike@chromium.org> | Wed Jul 27 20:19:49 2022 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed Jul 27 20:19:49 2022 |
tree | f6b5fb971a3380411509600211ecf12f9d948fb2 | |
parent | 1e1a852a1ca1e8f2f862968da7d1e0515e763c91 [diff] |
[Mac keyboard shortcuts] Fix behavior of Fn e (emoji palette) Fn/World e corresponds to Edit -> Emoji & Symbols. With the insertion point in a web content textfield pressing Fn/World e would invoke the character palette but also insert the character "e" into the content. With this cl the palette appears but the character "e" gets consumed. Bug: 1294834 Change-Id: I1f6e596680a97b6458a080ae908e097cf7a4727b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3496322 Reviewed-by: Avi Drissman <avi@chromium.org> Commit-Queue: Jayson Adams <shrike@chromium.org> Cr-Commit-Position: refs/heads/main@{#1028883}
Chromium is an open-source browser project that aims to build a safer, faster, and more stable way for all users to experience the web.
The project's web site is https://www.chromium.org.
To check out the source code locally, don't use git clone
! Instead, follow the instructions on how to get the code.
Documentation in the source is rooted in docs/README.md.
Learn how to Get Around the Chromium Source Code Directory Structure .
For historical reasons, there are some small top level directories. Now the guidance is that new top level directories are for product (e.g. Chrome, Android WebView, Ash). Even if these products have multiple executables, the code should be in subdirectories of the product.
If you found a bug, please file it at https://crbug.com/new.