From: bugzilla-daemon@kernel.org
To: platform-driver-x86@vger.kernel.org
Subject: [Bug 220566] Lenovo Ideapad laptops wrongly assign "Cut" intstead of "Selective_screenshot" to the corresponding hardware key
Date: Thu, 11 Sep 2025 13:18:02 +0000 [thread overview]
Message-ID: <bug-220566-215701-wVNyfa2NI2@https.bugzilla.kernel.org/> (raw)
In-Reply-To: <bug-220566-215701@https.bugzilla.kernel.org/>
https://bugzilla.kernel.org/show_bug.cgi?id=220566
Hans de Goede (hansg@kernel.org) changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |hansg@kernel.org
--- Comment #1 from Hans de Goede (hansg@kernel.org) ---
I believe that you are right. Chances are KEY_CUT was selected in the past
because it has a keycode < 248 where as KEY_SELECTIVE_SCREENSHOT is 0x27a .
And keycodes >= 248 do not work under X11.
We have slowly been moving all these to use the correct keycodes though, there
are options to remap this in userspace if desired.
So yes you're right and this should be changed to KEY_SELECTIVE_SCREENSHOT .
Can you submit a patch to make this change?
--
You may reply to this email to add a comment.
You are receiving this mail because:
You are watching the assignee of the bug.
next prev parent reply other threads:[~2025-09-11 13:18 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-09-11 12:20 [Bug 220566] New: Lenovo Ideapad laptops wrongly assign "Cut" intstead of "Selective_screenshot" to the corresponding hardware key bugzilla-daemon
2025-09-11 13:18 ` bugzilla-daemon [this message]
2025-09-11 14:20 ` [Bug 220566] " bugzilla-daemon
2026-02-10 11:03 ` bugzilla-daemon
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=bug-220566-215701-wVNyfa2NI2@https.bugzilla.kernel.org/ \
--to=bugzilla-daemon@kernel.org \
--cc=platform-driver-x86@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.