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@lists.freedesktop.org
          Reporter: psagor...@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.
_______________________________________________
wayland-bugs mailing list
wayland-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/wayland-bugs

Reply via email to