mac: wire up pane traversal keys
This change adds two new global key bindings: Command-Option-UpArrow traverses to the next accessible pane Command-Option-Shift-UpArrow traverses to the previous accessible pane This allows keyboard access to: * The downloads bar * Bubbles that don't grab focus when they appear * The toolbar etc etc. This is the approach proposed by UX in https://bugs.chromium.org/p/chromium/issues/detail?id=919260#c20, but I decided to use the (imo more Mac-like) "shift means backward" convention rather than using DownArrow for forward and UpArrow for backward. Bug: 919260,956432,945923 Change-Id: I4d15d706b903d1be9d1894725f96107a4b6b1373 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1856888 Commit-Queue: Elly Fong-Jones <ellyjones@chromium.org> Reviewed-by:Robert Sesek <rsesek@chromium.org> Cr-Commit-Position: refs/heads/master@{#705285}
Showing
Please register or sign in to comment