[kwin] [Bug 371560] Drop KWin's global modifier-only key handling in favor of setting individual modifier keys as shortcuts where applicable (e.g. for Kickoff)

2024-06-20 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=371560

Bug Janitor Service  changed:

   What|Removed |Added

   Priority|NOR |HI

-- 
You are receiving this mail because:
You are watching all bug changes.

[kwin] [Bug 371560] Drop KWin's global modifier-only key handling in favor of setting individual modifier keys as shortcuts where applicable (e.g. for Kickoff)

2024-06-20 Thread Nines
https://bugs.kde.org/show_bug.cgi?id=371560

Nines  changed:

   What|Removed |Added

 CC||mg.sola...@gmail.com

--- Comment #36 from Nines  ---
*** Bug 488783 has been marked as a duplicate of this bug. ***

-- 
You are receiving this mail because:
You are watching all bug changes.

[kwin] [Bug 371560] Drop KWin's global modifier-only key handling in favor of setting individual modifier keys as shortcuts where applicable (e.g. for Kickoff)

2024-05-28 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=371560

adrian.g...@t-online.de changed:

   What|Removed |Added

   See Also||https://bugs.kde.org/show_b
   ||ug.cgi?id=487682

-- 
You are receiving this mail because:
You are watching all bug changes.

[kwin] [Bug 371560] Drop KWin's global modifier-only key handling in favor of setting individual modifier keys as shortcuts where applicable (e.g. for Kickoff)

2024-05-28 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=371560

--- Comment #35 from adrian.g...@t-online.de ---
(In reply to fanzhuyifan from comment #34)
> I did a little investigation, and that settings page uses KShortcutsEditor,
> which defaults to not allowing modifier-only shortcuts, and currently does
> not expose the setting to allow modifier-only shortcuts.

Thank you for looking into this, I opened a separate bug at
https://bugs.kde.org/show_bug.cgi?id=487682

-- 
You are receiving this mail because:
You are watching all bug changes.

[kwin] [Bug 371560] Drop KWin's global modifier-only key handling in favor of setting individual modifier keys as shortcuts where applicable (e.g. for Kickoff)

2024-05-27 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=371560

--- Comment #34 from fanzhuyi...@gmail.com ---
(In reply to adrian.groh from comment #32)
> In Plasma 6.1 Beta, I can now assign modifier-only shortcuts in the
> Shortcuts - System Settings, but trying to assign them in separate config
> menus still does not work. For example, going to Desktop Effects -> Overview
> -> click the configure button, it is not possible to bind a modifier by
> itself there, while it is possible to bind it in the Shortcut System
> Settings directly.
> 
> Apologies if this is the wrong bug for reporting this.

I did a little investigation, and that settings page uses KShortcutsEditor,
which defaults to not allowing modifier-only shortcuts, and currently does not
expose the setting to allow modifier-only shortcuts.

-- 
You are receiving this mail because:
You are watching all bug changes.

[kwin] [Bug 371560] Drop KWin's global modifier-only key handling in favor of setting individual modifier keys as shortcuts where applicable (e.g. for Kickoff)

2024-05-27 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=371560

fanzhuyi...@gmail.com changed:

   What|Removed |Added

 Status|REOPENED|RESOLVED
 Resolution|--- |FIXED

--- Comment #33 from fanzhuyi...@gmail.com ---
(In reply to adrian.groh from comment #32)
> In Plasma 6.1 Beta, I can now assign modifier-only shortcuts in the
> Shortcuts - System Settings, but trying to assign them in separate config
> menus still does not work. For example, going to Desktop Effects -> Overview
> -> click the configure button, it is not possible to bind a modifier by
> itself there, while it is possible to bind it in the Shortcut System
> Settings directly.
> 
> Apologies if this is the wrong bug for reporting this.

Could you open a separate bug report for this? Thanks!

-- 
You are receiving this mail because:
You are watching all bug changes.

[kwin] [Bug 371560] Drop KWin's global modifier-only key handling in favor of setting individual modifier keys as shortcuts where applicable (e.g. for Kickoff)

2024-05-27 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=371560

adrian.g...@t-online.de changed:

   What|Removed |Added

 Resolution|FIXED   |---
 Status|RESOLVED|REOPENED
 CC||adrian.g...@t-online.de

--- Comment #32 from adrian.g...@t-online.de ---
In Plasma 6.1 Beta, I can now assign modifier-only shortcuts in the Shortcuts -
System Settings, but trying to assign them in separate config menus still does
not work. For example, going to Desktop Effects -> Overview -> click the
configure button, it is not possible to bind a modifier by itself there, while
it is possible to bind it in the Shortcut System Settings directly.

Apologies if this is the wrong bug for reporting this.

-- 
You are receiving this mail because:
You are watching all bug changes.

[kwin] [Bug 371560] Drop KWin's global modifier-only key handling in favor of setting individual modifier keys as shortcuts where applicable (e.g. for Kickoff)

2024-04-05 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=371560

Nate Graham  changed:

   What|Removed |Added

   Version Fixed In||6.1

-- 
You are receiving this mail because:
You are watching all bug changes.

[kwin] [Bug 371560] Drop KWin's global modifier-only key handling in favor of setting individual modifier keys as shortcuts where applicable (e.g. for Kickoff)

2024-04-05 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=371560

fanzhuyi...@gmail.com changed:

   What|Removed |Added

  Latest Commit||https://invent.kde.org/plas
   ||ma/kwin/-/commit/c05a26f5c4
   ||79d6087f88add83eb6bfdb9cd13
   ||f6b
 Resolution|--- |FIXED
 Status|ASSIGNED|RESOLVED

--- Comment #31 from fanzhuyi...@gmail.com ---
Git commit c05a26f5c479d6087f88add83eb6bfdb9cd13f6b by Yifan Zhu.
Committed on 05/04/2024 at 14:35.
Pushed by fanzhuyifan into branch 'master'.

remove modifier only shortcuts

This is now implemented in kglobalacceld

M  +0-1autotests/integration/CMakeLists.txt
D  +0-376  autotests/integration/modifier_only_shortcut_test.cpp
M  +0-65   autotests/integration/no_global_shortcuts_test.cpp
M  +0-1src/CMakeLists.txt
M  +0-4src/backends/x11/standalone/x11_standalone_xinputintegration.cpp
M  +0-5src/keyboard_input.cpp
D  +0-43   src/modifier_only_shortcuts.h
M  +0-19   src/options.cpp
M  +0-3src/options.h

https://invent.kde.org/plasma/kwin/-/commit/c05a26f5c479d6087f88add83eb6bfdb9cd13f6b

-- 
You are receiving this mail because:
You are watching all bug changes.

[kwin] [Bug 371560] Drop KWin's global modifier-only key handling in favor of setting individual modifier keys as shortcuts where applicable (e.g. for Kickoff)

2024-02-21 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=371560

Bug Janitor Service  changed:

   What|Removed |Added

 Status|CONFIRMED   |ASSIGNED

--- Comment #30 from Bug Janitor Service  ---
A possibly relevant merge request was started @
https://invent.kde.org/plasma/kwin/-/merge_requests/5268

-- 
You are receiving this mail because:
You are watching all bug changes.

[kwin] [Bug 371560] Drop KWin's global modifier-only key handling in favor of setting individual modifier keys as shortcuts where applicable (e.g. for Kickoff)

2024-02-20 Thread Andrey
https://bugs.kde.org/show_bug.cgi?id=371560

Andrey  changed:

   What|Removed |Added

 CC||butir...@gmail.com

-- 
You are receiving this mail because:
You are watching all bug changes.

[kwin] [Bug 371560] Drop KWin's global modifier-only key handling in favor of setting individual modifier keys as shortcuts where applicable (e.g. for Kickoff)

2024-02-20 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=371560

fanzhuyi...@gmail.com changed:

   What|Removed |Added

 CC||fanzhuyi...@gmail.com

--- Comment #29 from fanzhuyi...@gmail.com ---
Ongoing at https://invent.kde.org/plasma/kwin/-/issues/205

-- 
You are receiving this mail because:
You are watching all bug changes.

[kwin] [Bug 371560] Drop KWin's global modifier-only key handling in favor of setting individual modifier keys as shortcuts where applicable (e.g. for Kickoff)

2024-01-26 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=371560
Bug 371560 depends on bug 472679, which changed state.

Bug 472679 Summary: Modifier-only shortcut handling is broken in 
KeySequenceItem, which is used in applet configure dialogs
https://bugs.kde.org/show_bug.cgi?id=472679

   What|Removed |Added

 Status|ASSIGNED|RESOLVED
 Resolution|--- |FIXED

-- 
You are receiving this mail because:
You are watching all bug changes.

[kwin] [Bug 371560] Drop KWin's global modifier-only key handling in favor of setting individual modifier keys as shortcuts where applicable (e.g. for Kickoff)

2023-09-07 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=371560

Nate Graham  changed:

   What|Removed |Added

 CC||sabayo...@gmail.com

--- Comment #28 from Nate Graham  ---
*** Bug 472826 has been marked as a duplicate of this bug. ***

-- 
You are receiving this mail because:
You are watching all bug changes.

[kwin] [Bug 371560] Drop KWin's global modifier-only key handling in favor of setting individual modifier keys as shortcuts where applicable (e.g. for Kickoff)

2023-07-26 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=371560

Nate Graham  changed:

   What|Removed |Added

 Depends on||472679


Referenced Bugs:

https://bugs.kde.org/show_bug.cgi?id=472679
[Bug 472679] Modifier-only shortcut handling is broken
-- 
You are receiving this mail because:
You are watching all bug changes.

[kwin] [Bug 371560] Drop KWin's global modifier-only key handling in favor of setting individual modifier keys as shortcuts where applicable (e.g. for Kickoff)

2023-07-26 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=371560

Nate Graham  changed:

   What|Removed |Added

Summary|Do not automatically append |Drop KWin's global
   |the Meta key to the list of |modifier-only key handling
   |shortcuts when Alt+F1 is|in favor of setting
   |set |individual modifier keys as
   ||shortcuts where applicable
   ||(e.g. for Kickoff)

--- Comment #27 from Nate Graham  ---
(In reply to Andrew Shark from comment #26)
> > Yes, that is now possible as of Plasma 5.27.
> At least I cannot do that.
Then it broke and that's a bug, because this is supposed to work. I can confirm
that it's broken. :/ I've submitted Bug 472679 to track that. Feel free to mark
it as CONFIRMED.

> > 1. Remove the special modifier only shortcut handling from KWin
> Is that Meta only shortcut currently "eaten" by KWin? And that is a problem
> why it cannot be currently set for widget on Plasma 5.27.6 for me?
Perhaps? But yes, KWin does eat the Meta key right now.

> > 2. Set the Meta key as the default shortcut key for the Application 
> > Launcher itself
> What about the fact that Meta activates an active screen launcher (not an
> individual widget, see comment21)?
This feature would then get lost.

> And again, about the title of the bug
> > Do not automatically append the Meta key to the list of shortcuts when 
> > Alt+F1 is set
> As already mentioned in comment21. I now made a Notes widget in a desktop.
> Assigned Alt + F1 for it. And now by Alt + F1 it is activated. But not by
> Meta. So the problem that title says about may be treated as solved.
Sure, we can rename the bug report.

-- 
You are receiving this mail because:
You are watching all bug changes.