<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<!DOCTYPE bugzilla SYSTEM "https://bugs.kde.org/page.cgi?id=bugzilla.dtd">

<bugzilla version="5.0.6"
          urlbase="https://bugs.kde.org/"
          
          maintainer="sysadmin@kde.org"
>

    <bug>
          <bug_id>411758</bug_id>
          
          <creation_ts>2019-09-09 14:37:31 +0000</creation_ts>
          <short_desc>kcmshell5 screenlocker does not close on Alt-O &quot;OK&quot; shortcut</short_desc>
          <delta_ts>2025-05-28 07:11:10 +0000</delta_ts>
          <reporter_accessible>1</reporter_accessible>
          <cclist_accessible>1</cclist_accessible>
          <classification_id>3</classification_id>
          <classification>Frameworks and Libraries</classification>
          <product>frameworks-kirigami</product>
          <component>general</component>
          <version>5.62.0</version>
          <rep_platform>openSUSE</rep_platform>
          <op_sys>Linux</op_sys>
          <bug_status>RESOLVED</bug_status>
          <resolution>FIXED</resolution>
          
          
          <bug_file_loc></bug_file_loc>
          <status_whiteboard></status_whiteboard>
          <keywords></keywords>
          <priority>NOR</priority>
          <bug_severity>normal</bug_severity>
          <target_milestone>Not decided</target_milestone>
          
          
          <everconfirmed>1</everconfirmed>
          <reporter name="Fabian Vogt">fabian</reporter>
          <assigned_to name="Marco Martin">notmart</assigned_to>
          <cc>john</cc>
    
    <cc>nate</cc>
          
          <cf_commitlink></cf_commitlink>
          <cf_versionfixedin></cf_versionfixedin>
          <cf_sentryurl></cf_sentryurl>
          <votes>0</votes>

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>1879180</commentid>
    <comment_count>0</comment_count>
    <who name="Fabian Vogt">fabian</who>
    <bug_when>2019-09-09 14:37:31 +0000</bug_when>
    <thetext>The OK button has the O accelerator and Alt-O highlights the button, but does not press it.
Using Ctrl-Return works fine.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1882495</commentid>
    <comment_count>1</comment_count>
    <who name="Fabian Vogt">fabian</who>
    <bug_when>2019-09-27 12:51:45 +0000</bug_when>
    <thetext>Seems to be a kirigami design issue. The MnemonicAttached class does not/can not check whether an accelerator is already used by the QWidget world, which results in duplicates.

In this case it&apos;s either &quot;P&amp;ositioning&quot; or &quot;&amp;Order&quot; as duplicate.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1883339</commentid>
    <comment_count>2</comment_count>
    <who name="Marco Martin">notmart</who>
    <bug_when>2019-10-03 09:55:27 +0000</bug_when>
    <thetext>I think i&apos;ll try to detect if we are in a QQuickWidget. in this case i&apos;ll disable completely the automatic computation of shortcuts</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1883359</commentid>
    <comment_count>3</comment_count>
    <who name="Marco Martin">notmart</who>
    <bug_when>2019-10-03 12:03:53 +0000</bug_when>
    <thetext>Git commit 32d724f2b68c2e2386a1d27c654bcf6530bdf07e by Marco Martin.
Committed on 03/10/2019 at 12:02.
Pushed by mart into branch &apos;master&apos;.

don&apos;t generate shortcuts in QQuickWidget

if our qml scene is inside qwidgets: we can&apos;t check
our automatic shortcuts aren&apos;t conflicting with the ones from qwidgets
only use the ones the user explicitly specified with &amp; in this case

M  +18   -8    src/mnemonicattached.cpp
M  +1    -1    src/mnemonicattached.h

https://commits.kde.org/kirigami/32d724f2b68c2e2386a1d27c654bcf6530bdf07e</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>2419497</commentid>
    <comment_count>4</comment_count>
    <who name="John Kizer">john</who>
    <bug_when>2025-04-28 05:06:51 +0000</bug_when>
    <thetext>Hi - I no longer see an &quot;O&quot; accelerator on the lock screen - is the underlying issue still applicable in Plasma 6?

Thanks!</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>2423341</commentid>
    <comment_count>5</comment_count>
    <who name="Bug Janitor Service">bug-janitor</who>
    <bug_when>2025-05-13 03:46:46 +0000</bug_when>
    <thetext>🐛🧹 ⚠️ This bug has been in NEEDSINFO status with no change for at least 15 days. Please provide the requested information, then set the bug status to REPORTED. If there is no change for at least 30 days, it will be automatically closed as RESOLVED WORKSFORME.

For more information about our bug triaging procedures, please read https://community.kde.org/Guidelines_and_HOWTOs/Bug_triaging.

Thank you for helping us make KDE software even better for everyone!</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>2428196</commentid>
    <comment_count>6</comment_count>
    <who name="Bug Janitor Service">bug-janitor</who>
    <bug_when>2025-05-28 03:47:29 +0000</bug_when>
    <thetext>🐛🧹 This bug has been in NEEDSINFO status with no change for at least 30 days. Closing as RESOLVED WORKSFORME.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>2428219</commentid>
    <comment_count>7</comment_count>
    <who name="Fabian Vogt">fabian</who>
    <bug_when>2025-05-28 07:11:10 +0000</bug_when>
    <thetext>(In reply to John Kizer from comment #4)
&gt; Hi - I no longer see an &quot;O&quot; accelerator on the lock screen

It&apos;s about the KCM, where holding the Alt key does show O for the Ok button.

&gt; - is the
&gt; underlying issue still applicable in Plasma 6?
&gt; 
&gt; Thanks!

Nope, the commit from comment 3 fixed this.</thetext>
  </long_desc>
      
      

    </bug>

</bugzilla>