I've tried this :

                if value != EV_KEY.KEY_ENTER
                    events.append(InputEvent(EV_KEY.KEY_LEFTSHIFT, 1))
                events.append(InputEvent(value, 1))
                events.append(InputEvent(EV_SYN.SYN_REPORT, 0))
                udev.send_events(events)

But I get a syntax error. I'm trying to fix this as soon as possible
because as a teacher, I have hundred notes to enter...

-- 
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