Last update :

I made this change in the program :

# Ignore numpad touch
            if (x > 0.95 * maxx) and (y < 0.05 * maxy):

Replaced by :

# Ignore numpad touch
            if (x > 0.95 * maxx) or (y < 0.09 * maxy):

Now when I touch the numbad above the numbers, it is not detected and
since the toggle button on the corner is on this area, things seems to
work better.

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

Title:
  numpad on touchpad doesn't work in ASUS Zenbook 14

To manage notifications about this bug go to:
https://bugs.launchpad.net/linux/+bug/1810183/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to