[Bug 159230] Shortcuts are not available for Find and replace dialog in Mac

2024-02-11 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=159230

Heiko Tietze  changed:

   What|Removed |Added

   Keywords||accessibility
 CC|libreoffice-ux-advise@lists |heiko.tietze@documentfounda
   |.freedesktop.org|tion.org

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Bug 159230] Shortcuts are not available for Find and replace dialog in Mac

2024-02-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=159230

Mike Kaganski  changed:

   What|Removed |Added

   See Also|https://bugs.documentfounda |
   |tion.org/show_bug.cgi?id=15 |
   |2379|

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Bug 159230] Shortcuts are not available for Find and replace dialog in Mac

2024-02-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=159230

Mike Kaganski  changed:

   What|Removed |Added

 CC||mitja.mas...@gmail.com

--- Comment #11 from Mike Kaganski  ---
*** Bug 152379 has been marked as a duplicate of this bug. ***

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Bug 159230] Shortcuts are not available for Find and replace dialog in Mac

2024-02-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=159230

Mike Kaganski  changed:

   What|Removed |Added

   See Also||https://bugs.documentfounda
   ||tion.org/show_bug.cgi?id=15
   ||2379

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Bug 159230] Shortcuts are not available for Find and replace dialog in Mac

2024-01-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=159230

--- Comment #10 from Patrick Luby  ---
Maybe this helps, but Apple publishes the following support document:

https://support.apple.com/en-us/HT201236

By replacing /en-us/ with other language/country combinations (e.g. fr-fr,
ja-jp) we can see the most common standard macOS key shortcuts.

FWIW, Command-H is in the same section as Command-C, Command-V, and Command-Q.

I just tested with English, French, and Japanese languages with Safari on macOS
Sonoma with US QWERTY, French AZERTY, and Japanese - Kana and in all cases,
Command-H hides Safari so maybe we can trust Apple's support document?

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Bug 159230] Shortcuts are not available for Find and replace dialog in Mac

2024-01-22 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=159230

steve  changed:

   What|Removed |Added

   Keywords|needsUXEval |

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Bug 159230] Shortcuts are not available for Find and replace dialog in Mac

2024-01-22 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=159230

--- Comment #9 from Patrick Luby  ---
(In reply to Heiko Tietze from comment #8)
> So even showing the mnemonics by default wont work. => WF, actually NOB

Correct. A couple of examples for the bug filer and any other new macOS users
switching from Windows:

1. Pressing Option+m on a US QWERTY keyboard (to check the "match case"
checkbox in the Search and Replace dialog for example) passes a key input event
with the "µ" Greek character.

2. Pressing Option-e on a US QWERTY keyboard passes a key input event with the
"`" acute accent character. Then, pressing only a regular key such as "a"
immediately after releasing Option-e, passes two key input events: backspace
(to remove the acute accent) and a "á" character.

3. Interestingly, pressing Option-key with the Japanese - Kana keyboard passes
Romaji (ASCII) characters.

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Bug 159230] Shortcuts are not available for Find and replace dialog in Mac

2024-01-22 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=159230

Heiko Tietze  changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Blocks||98290
 Resolution|--- |NOTOURBUG

--- Comment #8 from Heiko Tietze  ---
(In reply to Patrick Luby from comment #7)
> macOS has reserved most Option+key combinations for input methods
So even showing the mnemonics by default wont work. => WF, actually NOB


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=98290
[Bug 98290] [META] Better shortcuts on macOS
-- 
You are receiving this mail because:
You are the assignee for the bug.

[Bug 159230] Shortcuts are not available for Find and replace dialog in Mac

2024-01-22 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=159230

--- Comment #7 from Patrick Luby  ---
(In reply to Heiko Tietze from comment #6)
> Now I wonder if we can show/provide them anyway. What do you think, Caolan
> and Patrick?

Hate to be the bearer of bad news, but macOS has reserved most Option+key
combinations for input methods. Even in the US QWERTY input method, nearly
every Option+key is transformed into a Unicode character key press event before
LibreOffice gets the event.

Also, Control+key is reserved for many system functions and input method
features.

This is one of the main reasons why almost no applications (even Apple's own
applications) do not implement Windows style mnemonics.

In theory, maybe there are some combination of keys that aren't reserved by
macOS, but in my quick review with US QWERTY and Japanese - Kana input methods
as well as Apple's list of standard system shortcuts (see link below):

https://support.apple.com/en-us/HT201236

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Bug 159230] Shortcuts are not available for Find and replace dialog in Mac

2024-01-22 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=159230

Heiko Tietze  changed:

   What|Removed |Added

 CC||caolan.mcnamara@collabora.c
   ||om,
   ||libreoffice-ux-advise@lists
   ||.freedesktop.org,
   ||plub...@libreoffice.org

--- Comment #6 from Heiko Tietze  ---
We follow the system settings, and under Linux the kf5 VCL always shows
mnemonics while gtk3 only when Alt is pressed. MacOS has deprecated mnemonics
for some reason, see
https://developer.apple.com/documentation/appkit/nscell/1560878-mnemonic.

Now I wonder if we can show/provide them anyway. What do you think, Caolan and
Patrick?

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Bug 159230] Shortcuts are not available for Find and replace dialog in Mac

2024-01-18 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=159230

--- Comment #5 from Daniele  ---
Created attachment 192038
  --> https://bugs.documentfoundation.org/attachment.cgi?id=192038=edit
Find & Replace drop-down menu

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Bug 159230] Shortcuts are not available for Find and replace dialog in Mac

2024-01-18 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=159230

--- Comment #4 from Daniele  ---
Hi Steve,
I see your point now. Actually I must have been mixed up when using a Linux
computer for some time to do my work. I thought that it was a feature once
available in Mac Os.

However it would be really useful to have the shortcuts already created for the
users and made available in a simple and intuitive way.

Having underlined letter may not be the case as it would not meet MacOs users
expectations.

Some other way would nonetheless be really helpful: either in the drop-down
menu, as a subsection (>) of Find & Replace (see attachment) or in the Find &
Replace window itself as a checkable option (show shortcuts for example), or in
another intuitive place (available shortcuts?).

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Bug 159230] Shortcuts are not available for Find and replace dialog in Mac

2024-01-17 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=159230

steve  changed:

   What|Removed |Added

   Keywords||needsUXEval

--- Comment #3 from steve  ---
I don't think it is a good idea for LO to deviate from standard OS behavior.
Adding keyword: needsUXEval

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Bug 159230] Shortcuts are not available for Find and replace dialog in Mac

2024-01-17 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=159230

--- Comment #2 from Daniele  ---
Hi steve,
I am not seeing any underlined letters in any dialog actually.

What I meant is that other Os such as Linux have them (see anonanon73440385
screen recording in this thread:
https://ask.libreoffice.org/t/find-replace-not-working/60260/2).

So I wondered if the Mac OS release could have this feature implemented too.

And I was referring to the Find and Replace dialogue since there repetitive
work is usually done.

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Bug 159230] Shortcuts are not available for Find and replace dialog in Mac

2024-01-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=159230

steve  changed:

   What|Removed |Added

 CC||l...@disr.it

--- Comment #1 from steve  ---
In which dialog are you seeing underlined letters on macOS? Can you share a
screenshot?

-- 
You are receiving this mail because:
You are the assignee for the bug.