@Magellan

the code part you would like to disable, is around line 130, that one :

       if e.matches(EV_KEY.BTN_TOOL_FINGER) and e.value == 0:
            # Check if numlock was hit  #
            if (x > 0.95 * maxx) and (y < 0.05 * maxy):
                finger=0
                if not numlock:
                    numlock = True
                    d_t.grab()
                    subprocess.call(onCmd, shell=True)
                else:
                    numlock = False
                    d_t.ungrab()
                    subprocess.call(offCmd, shell=True)
                continue

-- 
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
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to