--
--
Chromium Developers mailing list: chromi...@chromium.org
View archives, change email options, or unsubscribe:
http://groups.google.com/a/chromium.org/group/chromium-dev
---
You received this message because you are subscribed to the Google Groups "Chromium-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email to chromium-dev+unsubscribe@chromium.org.
To view this discussion on the web visit https://groups.google.com/a/chromium.org/d/msgid/chromium-dev/d31a70d5-d390-4614-b321-54fb69429e89%40chromium.org.
Why not press Tab? It goes to the web content as well (albeit focusing on something, but, still)...
☆PhistucK
On Wed, Sep 27, 2017 at 11:41 AM, Brook Hong <hzgma...@gmail.com> wrote:
Hi All,If the escape key was pressed and no revert happened and we're in fullscreen mode, give focus to the web contents.Why in fullscreen mode? It helps a lot if it could give focus to the web contents only if the escape key was pressed and no revert happened.Why it helps?I'm using a vim-like extension(https://github.com/brookhong/Surfingkeys) to surf the web, shortcuts from the extension only work when page content got focus. All other vim-like extensions(such as vimium and cVim) work in same way. If `Cmd + L` then a `Escape` could precisely bring focus to page content under MAC, it will benefit many extensions.I tried to comment below line in the file, then build, it works like a charm under MAC.if ([windowController isInAnyFullscreenMode]) {Could you please let me know why fullscreen mode is a must?@ishermanThanks
--
--
Chromium Developers mailing list: chromi...@chromium.org
View archives, change email options, or unsubscribe:
http://groups.google.com/a/chromium.org/group/chromium-dev
---
You received this message because you are subscribed to the Google Groups "Chromium-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email to chromium-dev...@chromium.org.
To unsubscribe from this group and stop receiving emails from it, send an email to chromium-dev+unsubscribe@chromium.org.
To view this discussion on the web visit https://groups.google.com/a/chromium.org/d/msgid/chromium-dev/df2f9eba-e24f-4545-8e95-b9e4413204ab%40chromium.org.
☆PhistucK
To view this discussion on the web visit https://groups.google.com/a/chromium.org/d/msgid/chromium-dev/df2f9eba-e24f-4545-8e95-b9e4413204ab%40chromium.org.
Sorry for not making it clear.The issue here is on Mac OSX, the source file autocomplete_text_field_editor.mm under cocoa is also specifically for Mac as far as I know.Actually there are already some discussions on the web,But I see no a good solution for this.
To view this discussion on the web visit https://groups.google.com/a/chromium.org/d/msgid/chromium-dev/57caf90a-4e84-4402-9d14-94fe14bf1f55%40chromium.org.