[Ubuntu-x-swat] [Bug 2002609] Re: [SRU] Disable pressure for not detecting contact size

2023-01-14 Thread Launchpad Bug Tracker
This bug was fixed in the package libinput - 1.22.0-1ubuntu1

---
libinput (1.22.0-1ubuntu1) lunar; urgency=medium

  * Disable pressure for not detecting contact size (LP: #2002609)
- d/p/0001-quirks-add-quirks-for-Dell-Precision5680-Touchpad.patch
  Disable the pressure handling for the touchpad.

 -- Kai-Chuan Hsieh   Thu, 12 Jan 2023
16:20:42 +0800

** Changed in: libinput (Ubuntu)
   Status: Fix Committed => Fix Released

-- 
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to libinput in Ubuntu.
https://bugs.launchpad.net/bugs/2002609

Title:
  [SRU] Disable pressure for not detecting contact size

To manage notifications about this bug go to:
https://bugs.launchpad.net/oem-priority/+bug/2002609/+subscriptions


___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-x-swat] [Bug 2002869] Re: "ctrl:swapcaps" doesn't swap shift+capslock and shift+ctrl

2023-01-14 Thread Gunnar Hjalmarsson
Thanks for your report!

That kind of issue is really upstream in nature, and nothing we would
like to change in Ubuntu only. So it would be great if you could submit
an upstream issue too:

https://gitlab.freedesktop.org/xkeyboard-config/xkeyboard-
config/-/issues

If you do, please add a comment here with the URL.

-- 
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to xkeyboard-config in Ubuntu.
https://bugs.launchpad.net/bugs/2002869

Title:
  "ctrl:swapcaps" doesn't swap shift+capslock and shift+ctrl

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xkeyboard-config/+bug/2002869/+subscriptions


___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-x-swat] [Bug 2002869] [NEW] "ctrl:swapcaps" doesn't swap shift+capslock and shift+ctrl

2023-01-14 Thread IRIE Shinsuke
Public bug reported:

Ubuntu: 22.10
xkb-data: 2.35.1-1
keyboard layout: jp106

I enable a xkb option "ctrl:swapcaps" and often use shift+ctrl modifier
key combinations like shift+ctrl+T.

Expected:

Both pressing [shift]+[capslock] and [capslock]+[shift] should work as
shift+ctrl modifier.

What happened:

[capslock]+[shift] works as expected, but [shift]+[capslock] still works
as shift+capslock.

This behavior is very confusing and annoying to me.

Workaround:

The problem can be avoided by editing /usr/share/X11/xkb/symbols/ctrl as
follows.

--- ctrl.orig   2022-02-09 02:13:55.0 +0900
+++ ctrl2023-01-14 18:57:15.589534502 +0900
@@ -14,7 +14,7 @@
 // Swap the functions of the CapsLock key and the left Ctrl key.
 partial modifier_keys
 xkb_symbols "swapcaps" {
-replace key  { [ Control_L ] };
+replace key  { [ Control_L, Control_L ] };
 replace key  { [ Caps_Lock ] };
 modifier_map Control {  };
 modifier_map  Lock {  };

** Affects: xkeyboard-config (Ubuntu)
 Importance: Undecided
 Status: New

-- 
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to xkeyboard-config in Ubuntu.
https://bugs.launchpad.net/bugs/2002869

Title:
  "ctrl:swapcaps" doesn't swap shift+capslock and shift+ctrl

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xkeyboard-config/+bug/2002869/+subscriptions


___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp