[frameworks-kglobalaccel] [Bug 453423] Numpad shortcuts don't work in wayland sessions.

2024-01-24 Thread Nicolas Fella
https://bugs.kde.org/show_bug.cgi?id=453423

Nicolas Fella  changed:

   What|Removed |Added

   Version Fixed In||Plasma 6.0

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

[frameworks-kglobalaccel] [Bug 453423] Numpad shortcuts don't work in wayland sessions.

2024-01-24 Thread Vlad Zahorodnii
https://bugs.kde.org/show_bug.cgi?id=453423

Vlad Zahorodnii  changed:

   What|Removed |Added

  Latest Commit|https://invent.kde.org/plas |https://invent.kde.org/plas
   |ma/kwin/-/commit/296d3f31be |ma/kwin/-/commit/ae23df1f53
   |9f7148c4296a284d9c76271c6ed |e27229cb9d385a9dadfc8e2bc9e
   |5bd |f08

--- Comment #24 from Vlad Zahorodnii  ---
Git commit ae23df1f53e27229cb9d385a9dadfc8e2bc9ef08 by Vlad Zahorodnii, on
behalf of Nicolas Fella.
Committed on 24/01/2024 at 14:26.
Pushed by vladz into branch 'Plasma/6.0'.

Consider Qt::KeypadModifier relevant for global shortcuts

Otherwise kglobalaccel can't distinguish between numbers on the num block and
other numbers
Related: bug 446389
(cherry picked from commit 296d3f31be9f7148c4296a284d9c76271c6ed5bd)

M  +3-0src/xkb.cpp

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

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

[frameworks-kglobalaccel] [Bug 453423] Numpad shortcuts don't work in wayland sessions.

2024-01-24 Thread Vlad Zahorodnii
https://bugs.kde.org/show_bug.cgi?id=453423

Vlad Zahorodnii  changed:

   What|Removed |Added

  Latest Commit||https://invent.kde.org/plas
   ||ma/kwin/-/commit/296d3f31be
   ||9f7148c4296a284d9c76271c6ed
   ||5bd
 Status|ASSIGNED|RESOLVED
 Resolution|--- |FIXED

--- Comment #23 from Vlad Zahorodnii  ---
Git commit 296d3f31be9f7148c4296a284d9c76271c6ed5bd by Vlad Zahorodnii, on
behalf of Nicolas Fella.
Committed on 24/01/2024 at 14:20.
Pushed by vladz into branch 'master'.

Consider Qt::KeypadModifier relevant for global shortcuts

Otherwise kglobalaccel can't distinguish between numbers on the num block and
other numbers
Related: bug 446389

M  +3-0src/xkb.cpp

https://invent.kde.org/plasma/kwin/-/commit/296d3f31be9f7148c4296a284d9c76271c6ed5bd

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

[frameworks-kglobalaccel] [Bug 453423] Numpad shortcuts don't work in wayland sessions.

2024-01-23 Thread Nicolas Fella
https://bugs.kde.org/show_bug.cgi?id=453423

Nicolas Fella  changed:

   What|Removed |Added

 CC||nicolas.fe...@gmx.de

--- Comment #22 from Nicolas Fella  ---
(In reply to Bug Janitor Service from comment #21)
> A possibly relevant merge request was started @
> https://invent.kde.org/plasma/kwin/-/merge_requests/5032

This fixes the global shortcut functionality in kwin.

https://codereview.qt-project.org/c/qt/qtwayland/+/533675 is needed for
recording the key sequence in the KCM to work

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

[frameworks-kglobalaccel] [Bug 453423] Numpad shortcuts don't work in wayland sessions.

2024-01-23 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=453423

Bug Janitor Service  changed:

   What|Removed |Added

 Status|CONFIRMED   |ASSIGNED

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

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

[frameworks-kglobalaccel] [Bug 453423] Numpad shortcuts don't work in wayland sessions.

2024-01-11 Thread Podagric
https://bugs.kde.org/show_bug.cgi?id=453423

Podagric  changed:

   What|Removed |Added

 CC||kde.podag...@slmail.me

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

[frameworks-kglobalaccel] [Bug 453423] Numpad shortcuts don't work in wayland sessions.

2023-11-15 Thread Marcin Juszkiewicz
https://bugs.kde.org/show_bug.cgi?id=453423

--- Comment #20 from Marcin Juszkiewicz  ---
@Ville Aakko: to be honest I do not care which bugs will be closed and which
left open as long as KDE/Wayland will recognize Meta+KP_4 and allow to use it
as a shortcut.

https://bugreports.qt.io/browse/QTBUG-94892 is another one about the same.

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

[frameworks-kglobalaccel] [Bug 453423] Numpad shortcuts don't work in wayland sessions.

2023-11-15 Thread Ville Aakko
https://bugs.kde.org/show_bug.cgi?id=453423

--- Comment #19 from Ville Aakko  ---
(In reply to Kyle B. from comment #17)

None of them are duplicates. At least bug #446389 is not!

First, considering the original report of this bug (as in: Numpad keyboard
shortcuts can not be assigned in Wayland) this report should be closed as
FIXED, as the keyboard shortcuts can be assigned, indeed. 

HOWEVER, many (me included) have commented on this bug report previously that
KDE Plasma can not *differentiate* between normal keys (i.e. non-numpad keys,
including PgUp, Home, End, cursor and the top number row above tenkeyless-part
of a keyboard) and Numpad keys when running Plasma, when making shortcuts;
meanwhile, running KDE Plasma under X.Org, it can can. Also, the OP mentions
the keyword "exclusive" later on, which kind of hints he may have seen this
misrecognition problem, too?

I'm certain I've meant to comment in Bug #446389 previously, but commented here
instead - possibly because of having too many tabs open and mixing which tab I
had open ;-).

#461291 seems to talk about Dolphin. #413310 seems to be a user wanting the
OPPOSITE behavior than many other users. The duplicate keys found on the
keyboard are recognized by the OS and are different on all keyboards, and
alternative keyboard shortcuts exists for a reason (so, I would categorize that
bug report as PEBCAK, as fixing it would break other users setups).

I suggest closing this as FIXED as it indeed "works" as Antti pointed out (but
not as many expect as per bug #446389).

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

[frameworks-kglobalaccel] [Bug 453423] Numpad shortcuts don't work in wayland sessions.

2023-11-11 Thread Antti Savolainen
https://bugs.kde.org/show_bug.cgi?id=453423

--- Comment #18 from Antti Savolainen  ---
Also the keybinds work like normal on X11.

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

[frameworks-kglobalaccel] [Bug 453423] Numpad shortcuts don't work in wayland sessions.

2023-11-11 Thread Kyle B.
https://bugs.kde.org/show_bug.cgi?id=453423

--- Comment #17 from Kyle B.  ---
Possible duplicate of :

https://bugs.kde.org/show_bug.cgi?id=413310
https://bugs.kde.org/show_bug.cgi?id=446389
https://bugs.kde.org/show_bug.cgi?id=461291

These all describe the same problem.

According to the latest comment on 413310 this appears to be a bug in QT
specifically.

That bug here claims to be "RESOLVED UPSTREAM", but I do not believe this to be
the case.

The QT bug pages are both not listed as resolved at the time of this posting.

https://bugreports.qt.io/browse/QTBUG-57661

https://bugreports.qt.io/browse/QTBUG-94892

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

[frameworks-kglobalaccel] [Bug 453423] Numpad shortcuts don't work in wayland sessions.

2023-11-02 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=453423

arcangelze...@gmail.com changed:

   What|Removed |Added

 CC||arcangelze...@gmail.com

--- Comment #16 from arcangelze...@gmail.com ---
Confirming this bug is still present on OpenSUSE Tumbleweed 20231031
NumLock is turned ON.

Operating System: openSUSE Tumbleweed 20231031
KDE Plasma Version: 5.27.9
KDE Frameworks Version: 5.111.0
Qt Version: 5.15.11
Kernel Version: 6.5.9-1-default (64-bit)
Graphics Platform: Wayland

Keyboard: Corsair Strife RGB (104-key standard ANSI layout)
KDE Keyboard model: Generic | Generic 104-key PC

Keyboard Layout: English (US); English (US, intl., with dead keys)
(Neither fix this issue)

This does not happen on X11.

Within KDE shortcuts under system settings, pre-existing shortcuts involving
the number pad appear like the following examples:
"Ctrl+Num+5"
"Alt+Num+5"
"Meta+Num+0"

I wonder if "Num" is being considered as a separate, non-existent key?
To test this, I tried using the NumLock key in a shortcut assignment. It
actually reads as "numlock" and terminates the sequence.
I'm unable to get "Num" as a registered sequence step.

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

[frameworks-kglobalaccel] [Bug 453423] Numpad shortcuts don't work in wayland sessions.

2023-10-11 Thread postix
https://bugs.kde.org/show_bug.cgi?id=453423

postix  changed:

   What|Removed |Added

 Status|REPORTED|CONFIRMED
 Ever confirmed|0   |1

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

[frameworks-kglobalaccel] [Bug 453423] Numpad shortcuts don't work in wayland sessions.

2023-10-11 Thread aplatypus
https://bugs.kde.org/show_bug.cgi?id=453423

aplatypus  changed:

   What|Removed |Added

 Ever confirmed|1   |0
 Status|CONFIRMED   |REPORTED

--- Comment #15 from aplatypus  ---
This bug is still present in:

KDE Framework: 5.104.0
KDE Plasma: 5.27.4
Qt: 5.15.9

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

[frameworks-kglobalaccel] [Bug 453423] Numpad shortcuts don't work in wayland sessions.

2023-10-04 Thread postix
https://bugs.kde.org/show_bug.cgi?id=453423

postix  changed:

   What|Removed |Added

 CC||pos...@posteo.eu

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

[frameworks-kglobalaccel] [Bug 453423] Numpad shortcuts don't work in wayland sessions.

2023-10-04 Thread rkeating
https://bugs.kde.org/show_bug.cgi?id=453423

--- Comment #14 from rkeating  ---
Can confirm this bug also happens on Kubuntu 23.04 KDE Plasma Version 5.27.8

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

[frameworks-kglobalaccel] [Bug 453423] Numpad shortcuts don't work in wayland sessions.

2023-09-30 Thread rkeating
https://bugs.kde.org/show_bug.cgi?id=453423

rkeating  changed:

   What|Removed |Added

 CC||rqkeat...@gmail.com

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

[frameworks-kglobalaccel] [Bug 453423] Numpad shortcuts don't work in wayland sessions.

2023-09-30 Thread Marcin Juszkiewicz
https://bugs.kde.org/show_bug.cgi?id=453423

--- Comment #13 from Marcin Juszkiewicz  ---
I can offer 50€ as kind of bug bounty. Should cover cost of pc105 keyboard as
it looks that KDE developers only use laptops or small keyboards without numpad
part.

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

[frameworks-kglobalaccel] [Bug 453423] Numpad shortcuts don't work in wayland sessions.

2023-08-20 Thread Antti Savolainen
https://bugs.kde.org/show_bug.cgi?id=453423

Antti Savolainen  changed:

   What|Removed |Added

 CC||antti.s...@gmail.com

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

[frameworks-kglobalaccel] [Bug 453423] Numpad shortcuts don't work in wayland sessions.

2023-08-11 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=453423

Nate Graham  changed:

   What|Removed |Added

   Keywords||wayland

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

[frameworks-kglobalaccel] [Bug 453423] Numpad shortcuts don't work in wayland sessions.

2023-08-11 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=453423

Nate Graham  changed:

   What|Removed |Added

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

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

[frameworks-kglobalaccel] [Bug 453423] Numpad shortcuts don't work in wayland sessions.

2023-08-11 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=453423

Nate Graham  changed:

   What|Removed |Added

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

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

[frameworks-kglobalaccel] [Bug 453423] Numpad shortcuts don't work in wayland sessions.

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

Nate Graham  changed:

   What|Removed |Added

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

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

[frameworks-kglobalaccel] [Bug 453423] Numpad shortcuts don't work in wayland sessions.

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

Nate Graham  changed:

   What|Removed |Added

 CC||william.full.m...@gmail.com

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

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

[frameworks-kglobalaccel] [Bug 453423] Numpad shortcuts don't work in wayland sessions.

2023-08-02 Thread Yaroslav Sidlovsky
https://bugs.kde.org/show_bug.cgi?id=453423

Yaroslav Sidlovsky  changed:

   What|Removed |Added

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

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

[frameworks-kglobalaccel] [Bug 453423] Numpad shortcuts don't work in wayland sessions.

2023-08-02 Thread Yaroslav Sidlovsky
https://bugs.kde.org/show_bug.cgi?id=453423

Yaroslav Sidlovsky  changed:

   What|Removed |Added

Version|5.95.0  |5.108.0
 CC||zawer...@gmail.com

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

[frameworks-kglobalaccel] [Bug 453423] Numpad shortcuts don't work in wayland sessions.

2023-06-17 Thread Tobias Klaus
https://bugs.kde.org/show_bug.cgi?id=453423

Tobias Klaus  changed:

   What|Removed |Added

 CC||ek+...@meskal.net

--- Comment #11 from Tobias Klaus  ---
Reproducible on gentoo with:
KDE Framework: 5.106.0
KDE Plasma: 5.27.5
Qt: 5.15.9

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

[frameworks-kglobalaccel] [Bug 453423] Numpad shortcuts don't work in wayland sessions.

2023-05-30 Thread onlybugreports
https://bugs.kde.org/show_bug.cgi?id=453423

onlybugreports  changed:

   What|Removed |Added

 CC||gotmanyaccou...@gmail.com

--- Comment #10 from onlybugreports  ---
(In reply to Marcin Juszkiewicz from comment #8)
> wev says:
> 
> [14: wl_keyboard] key: serial: 2056; time: 820672; key: 10; state: 1
> (pressed)
>   sym: 1(49), utf8: '1'
> [14: wl_keyboard] key: serial: 2057; time: 820784; key: 10; state: 0
> (released)
>   sym: 1(49), utf8: ''
> [14: wl_keyboard] key: serial: 2058; time: 822544; key: 87; state: 1
> (pressed)
>   sym: KP_1 (65457), utf8: '1'
> [14: wl_keyboard] key: serial: 2059; time: 822632; key: 87; state: 0
> (released)
>   sym: KP_1 (65457), utf8: ''
> 
> So for Wayland those are two separate keys as they should be. Why KDE thinks
> otherwise?
> 
> And when bug gets closed as WONTFIX?

I've got the same result. xev and wev reports different keys for '1' and 'KP_1'
and the other keypad keys. On KDE x11 I can bind different shortcuts for '1'
and 'KP_1' no problem, but under KDE wayland when I press 'KP_1' it acts as if
I pressed '1'.

This bug prevents me from using kde wayland since I have several shortcuts
mapped to all the keypad keys which really speed up my workflow.

I can'þ compile plasma with KF6 due to work, but would be nice to confirm if
this bug still happens considering the migration to QT6.

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

[frameworks-kglobalaccel] [Bug 453423] Numpad shortcuts don't work in wayland sessions.

2023-05-12 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=453423

Nate Graham  changed:

   What|Removed |Added

 CC||n...@kde.org

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

[frameworks-kglobalaccel] [Bug 453423] Numpad shortcuts don't work in wayland sessions.

2023-04-29 Thread Marcin Juszkiewicz
https://bugs.kde.org/show_bug.cgi?id=453423

--- Comment #9 from Marcin Juszkiewicz  ---
Updated to Fedora 38 and checked. Bug still applies.

KDE Framework: 5.104.0
KDE Plasma: 5.27.4
Qt: 5.15.9

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

[frameworks-kglobalaccel] [Bug 453423] Numpad shortcuts don't work in wayland sessions.

2023-04-13 Thread Stefanos Harhalakis
https://bugs.kde.org/show_bug.cgi?id=453423

Stefanos Harhalakis  changed:

   What|Removed |Added

 CC||v...@v13.gr

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

[frameworks-kglobalaccel] [Bug 453423] Numpad shortcuts don't work in wayland sessions.

2023-01-10 Thread John Brooks
https://bugs.kde.org/show_bug.cgi?id=453423

John Brooks  changed:

   What|Removed |Added

 Ever confirmed|0   |1
 Status|REPORTED|CONFIRMED

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

[frameworks-kglobalaccel] [Bug 453423] Numpad shortcuts don't work in wayland sessions.

2023-01-10 Thread John Brooks
https://bugs.kde.org/show_bug.cgi?id=453423

John Brooks  changed:

   What|Removed |Added

 CC||j...@fastquake.com
   Assignee|kdelibs-b...@kde.org|j...@fastquake.com

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

[frameworks-kglobalaccel] [Bug 453423] Numpad shortcuts don't work in wayland sessions.

2023-01-10 Thread Marcin Juszkiewicz
https://bugs.kde.org/show_bug.cgi?id=453423

--- Comment #8 from Marcin Juszkiewicz  ---
wev says:

[14: wl_keyboard] key: serial: 2056; time: 820672; key: 10; state: 1
(pressed)
  sym: 1(49), utf8: '1'
[14: wl_keyboard] key: serial: 2057; time: 820784; key: 10; state: 0
(released)
  sym: 1(49), utf8: ''
[14: wl_keyboard] key: serial: 2058; time: 822544; key: 87; state: 1
(pressed)
  sym: KP_1 (65457), utf8: '1'
[14: wl_keyboard] key: serial: 2059; time: 822632; key: 87; state: 0
(released)
  sym: KP_1 (65457), utf8: ''

So for Wayland those are two separate keys as they should be. Why KDE thinks
otherwise?

And when bug gets closed as WONTFIX?

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

[frameworks-kglobalaccel] [Bug 453423] Numpad shortcuts don't work in wayland sessions.

2022-11-30 Thread Ville Aakko
https://bugs.kde.org/show_bug.cgi?id=453423

Ville Aakko  changed:

   What|Removed |Added

 CC||ville.aa...@gmail.com

--- Comment #7 from Ville Aakko  ---
Can confirm this bug on Arch Linux, too.

KDE Plasma can not tell the difference between number pad keys and their normal
variants. This includes the numbers when NumLock is on but also PgUp, PgDown,
Home, End etc. available when NumLock is off..

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

[frameworks-kglobalaccel] [Bug 453423] Numpad shortcuts don't work in wayland sessions.

2022-10-29 Thread Anton Skorokhod
https://bugs.kde.org/show_bug.cgi?id=453423

--- Comment #6 from Anton Skorokhod  ---
(In reply to Patrick Silva from comment #5)
> Cannot reproduce on Arch Linux. I can set ctrl+1 and ctrl+2, for example,
> and they work.
> I use brazilian portuguese (abnt2) keyboard layout.

It's not about ctrl+1 or ctrl+2, but about different mapping of ctrl+1 on
numbers above leteters and ctrl+1 when "1" is pressed on additional numeric
keyboard. On X11 it works (it's different) but on Wayland that "1" is the same
on basic and additional part of keyboard :(

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

[frameworks-kglobalaccel] [Bug 453423] Numpad shortcuts don't work in wayland sessions.

2022-10-29 Thread Patrick Silva
https://bugs.kde.org/show_bug.cgi?id=453423

Patrick Silva  changed:

   What|Removed |Added

 CC||bugsefor...@gmx.com

--- Comment #5 from Patrick Silva  ---
Cannot reproduce on Arch Linux. I can set ctrl+1 and ctrl+2, for example, and
they work.
I use brazilian portuguese (abnt2) keyboard layout.

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

[frameworks-kglobalaccel] [Bug 453423] Numpad shortcuts don't work in wayland sessions.

2022-10-28 Thread Anton Skorokhod
https://bugs.kde.org/show_bug.cgi?id=453423

--- Comment #4 from Anton Skorokhod  ---
kde frameworks 5.99 and 5.26.2, problem still exists

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

[frameworks-kglobalaccel] [Bug 453423] Numpad shortcuts don't work in wayland sessions.

2022-09-19 Thread Marcin Juszkiewicz
https://bugs.kde.org/show_bug.cgi?id=453423

Marcin Juszkiewicz  changed:

   What|Removed |Added

 CC||mar...@juszkiewicz.com.pl

--- Comment #3 from Marcin Juszkiewicz  ---
Same on Fedora 37.

In X11 session I have Meta+4 == switch to 4th desktop and Meta+Num4 to be "move
window to left side of screen". I am getting tired of seeing 4th desktop again
;D

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

[frameworks-kglobalaccel] [Bug 453423] Numpad shortcuts don't work in wayland sessions.

2022-07-06 Thread Anton Skorokhod
https://bugs.kde.org/show_bug.cgi?id=453423

Anton Skorokhod  changed:

   What|Removed |Added

 CC||an...@nsl.cz

--- Comment #2 from Anton Skorokhod  ---
also confirming this issue on KDE Neon, Plasma 5.25.2, kde frameworks 5.95.0
with X11 session everything works, on Wayland it's impossible to use numpad as
separate keys in any keyboard layout (tried US, CZ and RU)
it's not "one layout issue" as I have more layouts configured in system

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

[frameworks-kglobalaccel] [Bug 453423] Numpad shortcuts don't work in wayland sessions.

2022-07-04 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=453423

--- Comment #1 from huepo...@gmail.com ---
I can confirm this bug. 
Numpad numbers (KP1-KP9) are seen same as just number on keyboard (1-9), which
are mapped to totally different functions.
It's also just ignoring some keys like `KP_Divide` (/) or `KP_Subtract` Numpad
(-) when assigning them in combination with Ctrl+Alt
It's not possible to use them as a shortcut (i.e. Ctrl+Alt+KP_Divide is not
working)

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

[frameworks-kglobalaccel] [Bug 453423] Numpad shortcuts don't work in wayland sessions.

2022-07-04 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=453423

huepo...@gmail.com changed:

   What|Removed |Added

Version|unspecified |5.95.0

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

[frameworks-kglobalaccel] [Bug 453423] Numpad shortcuts don't work in wayland sessions.

2022-07-04 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=453423

huepo...@gmail.com changed:

   What|Removed |Added

 CC||huepo...@gmail.com

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