@mohamed
Tested for ZenBook UX363EA. I can confirm that is working very fine.
Just executed the script and voilá!!
1234567590.+-*/=%
Perfect.
Thanks very much.
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad
@magellan
I can confirm that for me is working like a charm without any bug by
now.
--
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
Cool. I can't believe that my notebook is working so fine now...
In line 73 of install.sh we can list the model UX363EA as a option,
after M433IA.
Thanks for your time and patience.
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
htt
Great. You can introduce in the install.sh a option for ZenBook
UX363EA_UX363EA. And a new .py file to this notebook.
If you do this I test it to check that it's ok.
For touchpad_numpad_m433ia.py I have edited the lines 9 and 10, fixing
the interface to turn ON/OFF. Because my touchpar interface
Ohhh!!
Understood now :D
Around line 249 I introduced a typo :(
Now it is fixed and working.
--
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 Z
Thanks Mohamed.
I have tested your suggestion, but don't worked for me. Maybe I'm not
doing it right. I have a qwerty keyboard, Spanish distribution.
I have replaced line 99:
dev.enable(EV_KEY.KEY_APOSTROPHE)
by:
dev.enable(EV_KEY.KEY_5)
And line 234
value = EV_KEY.KEY_APOSTROPHE
by:
value
Just testing the script for ZenBook UX363EA_UX363EA, with ubuntu 20.04.
The available script named touchpad_numpad_m433ia.py works for me with a
minor fix, as I can describe:
1) install.sh script detects the correct interface of the numeric pad:
# bash install.sh
Testing interface i2c-1 : failed
Also affected by this issue. Asus Zenbook Flip 13 UX363EA. Ubuntu 20.04.
I can turn on/off the numberpad lights with the commands:
i2ctransfer -f -y 14 w13@0x15 0x05 0x00 0x3d 0x03 0x06 0x00 0x07 0x00 0x0d 0x14
0x03 0x01 0xad
i2ctransfer -f -y 14 w13@0x15 0x05 0x00 0x3d 0x03 0x06 0x00 0x07 0x00