Latest changes in bug 86404 are inappropriate on macOS since Cmd+Tab is used by the window manager. So please switch from QUOTELEFT_MOD1 to QUOTELEFT_MOD3 similar to what has been done in https://opengrok.libreoffice.org/xref/core/officecfg/registry/data/org/openoffice/Office/Accelerators.xcu#1115
Patch at https://gerrit.libreoffice.org/#/c/59459/
heiko tietze committed a patch related to this issue. It has been pushed to "master": http://cgit.freedesktop.org/libreoffice/core/commit/?id=fcb8ee70824acace8fbe2357eaeba52ad9b7332f tdf#119425 - Use Ctrl+Tab to switch between sheets on macOS It will be available in 6.2.0. The patch should be included in the daily builds available at http://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More information about daily builds can be found at: http://wiki.documentfoundation.org/Testing_Daily_Builds Affected users are encouraged to test the fix and report feedback.
heiko tietze committed a patch related to this issue. It has been pushed to "libreoffice-6-1": http://cgit.freedesktop.org/libreoffice/core/commit/?id=cb7b687a152d9ab71eaeb9efd5e936339bdf91e5&h=libreoffice-6-1 tdf#119425 - Use Ctrl+Tab to switch between sheets on macOS It will be available in 6.1.1. The patch should be included in the daily builds available at http://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More information about daily builds can be found at: http://wiki.documentfoundation.org/Testing_Daily_Builds Affected users are encouraged to test the fix and report feedback.
This still doesn't work for me in latest master (buildid 694a433d5fbc9ab77dd37e7be9e79fd3776eb24) 1) Open a Calc spreadsheet. 2) Click on a cell in first sheet. 3) Press Ctrl-Tab 4) Nothing happens
Nor does it work in LO 6112 release.
(In reply to Alex Thurgood from comment #4) > This still doesn't work for me in latest master (buildid > 694a433d5fbc9ab77dd37e7be9e79fd3776eb24) > > 1) Open a Calc spreadsheet. > 2) Click on a cell in first sheet. > 3) Press Ctrl-Tab > 4) Nothing happens Does it work when you switch locale to US English?
(In reply to Heiko Tietze from comment #6) > Does it work when you switch locale to US English? Do you mean system locale or LO-locale ?
(In reply to Alex Thurgood from comment #7) > (In reply to Heiko Tietze from comment #6) > > > Does it work when you switch locale to US English? > > Do you mean system locale or LO-locale ? Think LibO is enough. I suspect "<value xml:lang="en-US" install:module="unxwnt">.uno:JumpToPrevTable</value>" to be inappropriate for French.
Switching just the LO user interface to en-US and restarting LO makes no difference, the key combo still doesn't work.
Hmm setting the UI locale to en-US (Preferences > Language Seetings > Languages) and restarting LO also made no difference.
Tested with master and the shortcut is indeed not working. Alt+cmd+up/down (legacy) works and ctrl itself too (ctrl+1..5 to set the number format; patch in [1]). I can also assign a new shortcut like ctrl+0 for 100% zoom, so customization is okay [2]. The ctl+tab shortcut was introduced with [3] and surely tested. Tor, do you have an idea what's wrong? [1] https://gerrit.libreoffice.org/#/c/52869/ [2] https://gerrit.libreoffice.org/#/c/52964/ [3] https://gerrit.libreoffice.org/#/c/59459/
Dear Heiko Tietze, To make sure we're focusing on the bugs that affect our users today, LibreOffice QA is asking bug reporters and confirmers to retest open, confirmed bugs which have not been touched for over a year. There have been thousands of bug fixes and commits since anyone checked on this bug report. During that time, it's possible that the bug has been fixed, or the details of the problem have changed. We'd really appreciate your help in getting confirmation that the bug is still present. If you have time, please do the following: Test to see if the bug is still present with the latest version of LibreOffice from https://www.libreoffice.org/download/ If the bug is present, please leave a comment that includes the information from Help - About LibreOffice. If the bug is NOT present, please set the bug's Status field to RESOLVED-WORKSFORME and leave a comment that includes the information from Help - About LibreOffice. Please DO NOT Update the version field Reply via email (please reply directly on the bug tracker) Set the bug's Status field to RESOLVED - FIXED (this status has a particular meaning that is not appropriate in this case) If you want to do more to help you can test to see if your issue is a REGRESSION. To do so: 1. Download and install oldest version of LibreOffice (usually 3.3 unless your bug pertains to a feature added after 3.3) from http://downloadarchive.documentfoundation.org/libreoffice/old/ 2. Test your bug 3. Leave a comment with your results. 4a. If the bug was present with 3.3 - set version to 'inherited from OOo'; 4b. If the bug was not present in 3.3 - add 'regression' to keyword Feel free to come ask questions or to say hello in our QA chat: https://kiwiirc.com/nextclient/irc.freenode.net/#libreoffice-qa Thank you for helping us make LibreOffice even better for everyone! Warm Regards, QA Team MassPing-UntouchedBug
still doesn't work in Version: 6.4.0.0.alpha0+ Build ID: 98519e6e4da252c717e2018d4800a00115101bc3 CPU threads: 4; OS: Mac OS X 10.14.6; UI render: GL; VCL: osx; TinderBox: MacOSX-x86_64@49-TDF, Branch:master, Time: 2019-09-18_07:14:28 Locale: ru-RU (ru_RU.UTF-8); UI-Language: en-US Calc: threaded
Unassigning, no idea what's wrong.
I think what's wrong is that ctrl+tab is supposed to cycle menu and UI elements. It's used for that in other apps on my mac at least As such, I would not implement this fix on macOS So do we need a patch to disable the shortcut just to make sure we don't run into any accessibility problems in the future?
(In reply to eisa01 from comment #15) > I think what's wrong is that ctrl+tab is supposed to cycle menu and UI > elements. Really? I read at https://support.apple.com/guide/safari/keyboard-and-other-shortcuts-cpsh003/mac Make the next tab the active tab > Control-Tab or Shift-Command-] Make the previous tab the active tab > Control-Shift-Tab or Shift-Command -[
Hm.. that is correct. It also works in Firefox on macOS to get the tab switcher But under the HIG it's listed as reserved or "used by the system", so I don't know In Numbers I can either cycle UI elements, or I get stuck in cycling the sidebar tabs - so both behaviors... From the HIG: Move focus to the next group of controls in a dialog or the next table (when Tab moves to the next cell). Move focus to the previous group of controls. https://developer.apple.com/design/human-interface-guidelines/macos/user-interaction/keyboard/
Dear Heiko Tietze, To make sure we're focusing on the bugs that affect our users today, LibreOffice QA is asking bug reporters and confirmers to retest open, confirmed bugs which have not been touched for over a year. There have been thousands of bug fixes and commits since anyone checked on this bug report. During that time, it's possible that the bug has been fixed, or the details of the problem have changed. We'd really appreciate your help in getting confirmation that the bug is still present. If you have time, please do the following: Test to see if the bug is still present with the latest version of LibreOffice from https://www.libreoffice.org/download/ If the bug is present, please leave a comment that includes the information from Help - About LibreOffice. If the bug is NOT present, please set the bug's Status field to RESOLVED-WORKSFORME and leave a comment that includes the information from Help - About LibreOffice. Please DO NOT Update the version field Reply via email (please reply directly on the bug tracker) Set the bug's Status field to RESOLVED - FIXED (this status has a particular meaning that is not appropriate in this case) If you want to do more to help you can test to see if your issue is a REGRESSION. To do so: 1. Download and install oldest version of LibreOffice (usually 3.3 unless your bug pertains to a feature added after 3.3) from https://downloadarchive.documentfoundation.org/libreoffice/old/ 2. Test your bug 3. Leave a comment with your results. 4a. If the bug was present with 3.3 - set version to 'inherited from OOo'; 4b. If the bug was not present in 3.3 - add 'regression' to keyword Feel free to come ask questions or to say hello in our QA chat: https://web.libera.chat/?settings=#libreoffice-qa Thank you for helping us make LibreOffice even better for everyone! Warm Regards, QA Team MassPing-UntouchedBug
It is still present Version: 24.2.0.0.beta1 (AARCH64) / LibreOffice Community Build ID: 5f390384195b7264c6e52add9e90a39790285249 CPU threads: 10; OS: macOS 14.2; UI render: Skia/Metal; VCL: osx Locale: en-US (en_US.UTF-8); UI: en-US Calc: threaded