<html>
<head>
<base href="https://bugs.freedesktop.org/">
</head>
<body><table border="1" cellspacing="0" cellpadding="8">
<tr>
<th>Bug ID</th>
<td><a class="bz_bug_link
bz_status_NEW "
title="NEW - SW_TABLET_MODE disables monitor bezel button in tablet mode"
href="https://bugs.freedesktop.org/show_bug.cgi?id=103749">103749</a>
</td>
</tr>
<tr>
<th>Summary</th>
<td>SW_TABLET_MODE disables monitor bezel button in tablet mode
</td>
</tr>
<tr>
<th>Product</th>
<td>Wayland
</td>
</tr>
<tr>
<th>Version</th>
<td>unspecified
</td>
</tr>
<tr>
<th>Hardware</th>
<td>Other
</td>
</tr>
<tr>
<th>OS</th>
<td>Linux (All)
</td>
</tr>
<tr>
<th>Status</th>
<td>NEW
</td>
</tr>
<tr>
<th>Severity</th>
<td>normal
</td>
</tr>
<tr>
<th>Priority</th>
<td>medium
</td>
</tr>
<tr>
<th>Component</th>
<td>libinput
</td>
</tr>
<tr>
<th>Assignee</th>
<td>wayland-bugs@lists.freedesktop.org
</td>
</tr>
<tr>
<th>Reporter</th>
<td>psagordon@gmail.com
</td>
</tr></table>
<p>
<div>
<pre>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.</pre>
</div>
</p>
<hr>
<span>You are receiving this mail because:</span>
<ul>
<li>You are the assignee for the bug.</li>
</ul>
</body>
</html>