[kwin] [Bug 370341] Meta+Shift+KEY shortcuts not working

2021-05-19 Thread Andrey
https://bugs.kde.org/show_bug.cgi?id=370341

Andrey  changed:

   What|Removed |Added

 CC||butir...@gmail.com

--- Comment #6 from Andrey  ---
What about other symbols, ctrl+shift+/ etc.?

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

[kwin] [Bug 370341] Meta+Shift+KEY shortcuts not working

2016-10-17 Thread Martin Gräßlin via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=370341

Martin Gräßlin  changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution|--- |FIXED
   Version Fixed In||5.8.2
  Latest Commit||http://commits.kde.org/kwin
   ||/78a2732a9a421b8554022ec5ed
   ||cca30d95b45d1a

--- Comment #5 from Martin Gräßlin  ---
Git commit 78a2732a9a421b8554022ec5edcca30d95b45d1a by Martin Gräßlin.
Committed on 17/10/2016 at 06:13.
Pushed by graesslin into branch 'Plasma/5.8'.

Fix shortcut triggering with shift+letter

Summary:
A shortcut with e.g. shift+w could not be triggered as shift is
considered as consumed. It transforms the keysym to an uppercase variant
thus it is consumed.

This change checks for the condition that shift is pressed and is the
only consumed modifier. If the current keysym is a letter the shift is
removed from the consumed modifier again to still support the shortcut.
FIXED-IN: 5.8.2

Reviewers: #kwin, #plasma_on_wayland

Subscribers: plasma-devel, kwin

Tags: #plasma_on_wayland, #kwin

Differential Revision: https://phabricator.kde.org/D3015

M  +1-2autotests/integration/globalshortcuts_test.cpp
M  +13   -2keyboard_input.cpp
M  +1-1keyboard_input.h

http://commits.kde.org/kwin/78a2732a9a421b8554022ec5edcca30d95b45d1a

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

[kwin] [Bug 370341] Meta+Shift+KEY shortcuts not working

2016-10-11 Thread Martin Gräßlin via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=370341

Martin Gräßlin  changed:

   What|Removed |Added

URL||https://phabricator.kde.org
   ||/D3015
  Flags||ReviewRequest+

--- Comment #4 from Martin Gräßlin  ---
possible patch at https://phabricator.kde.org/D3015

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

[kwin] [Bug 370341] Meta+Shift+KEY shortcuts not working

2016-10-11 Thread Martin Gräßlin via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=370341

--- Comment #3 from Martin Gräßlin  ---
Git commit e8d6008726e62c39b0ee75bb710a6671b02f3487 by Martin Gräßlin.
Committed on 11/10/2016 at 07:26.
Pushed by graesslin into branch 'Plasma/5.8'.

Test case for global shortcut Meta+Shift+w

The global shortcut meta+shift+w does not trigger as the test case
shows.

M  +28   -0autotests/integration/globalshortcuts_test.cpp

http://commits.kde.org/kwin/e8d6008726e62c39b0ee75bb710a6671b02f3487

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

[kwin] [Bug 370341] Meta+Shift+KEY shortcuts not working

2016-10-10 Thread Roman via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=370341

--- Comment #2 from Roman  ---
I think there are no shortcuts, which have this as default and can be used
already in Wayland. I only found "Print rectengular screen" and "Walk
activities backwards".

I always set my "Move window one Virtual Desktop Up" to Meta+Shift+W and this
is not working, it's working though, if I set it to something else, that's why
I thought the problem are not the Virtual Desktops themselves.

I just tried out setting Meta+Shift+D in my Wayland session as some random
function (Volume up), which didn't triggered pressing it. But setting Meta+D to
this same function worked.

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


[kwin] [Bug 370341] Meta+Shift+KEY shortcuts not working

2016-10-09 Thread Martin Gräßlin via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=370341

--- Comment #1 from Martin Gräßlin  ---
Do you have me an example of a shortcut which has that by default?

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