[Wayland-bugs] [Bug 103749] SW_TABLET_MODE disables monitor bezel button in tablet mode
bugzilla-daemon at freedesktop.org
bugzilla-daemon at freedesktop.org
Wed Nov 15 00:37:09 UTC 2017
https://bugs.freedesktop.org/show_bug.cgi?id=103749
Bug ID: 103749
Summary: SW_TABLET_MODE disables monitor bezel button in tablet
mode
Product: Wayland
Version: unspecified
Hardware: Other
OS: Linux (All)
Status: NEW
Severity: normal
Priority: medium
Component: libinput
Assignee: wayland-bugs at lists.freedesktop.org
Reporter: psagordon at gmail.com
Component/OS/Platform Detail:
- libinput 1.9.1 on Xorg. Arch Linux (4.13.11-1)
- X1 Yoga laptop
- Hotkey handling with shxkd (can be reproduced with xev)
Description:
Converting the laptop to tablet mode disables the capacitive touch (windows)
button on the laptop's lower screen bezel. I believe this is not the intended
behaviour, that button should continue to behave as usual (since it is still
"user facing") in tablet mode.
Ordinarily (in laptop mode) the bezel button can be mapped via shxkd with
keycode 133 (Super_L), but in tablet mode these bindings stop working.
Steps to reproduce:
- In laptop mode, run xev (filtering KeyPress events)
$ xev | awk -F'[ )]+' '/^KeyPress/ { a[NR+2] } NR in a { printf "%-3s %s\n",
$5, $8 }'
- tapping the bezel button repeatedly produces:
133 Super_L
133 Super_L
133 Super_L
- with xev still running, switch to tablet mode
- tapping the windows button produces no output.
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/wayland-bugs/attachments/20171115/46806583/attachment.html>
More information about the wayland-bugs
mailing list