mohamed-badaoui / asus-touchpad-numpad-driver

Activate Numpad inside the touchpad with top right corner switch
299 stars 70 forks source link

Added new keyboard layout #73

Closed NaimadTheOne closed 2 years ago

NaimadTheOne commented 2 years ago

I add support for new numpad layout - Asus zephyrus S17.

I simplify logic for click recognition. I changed numpad event BTN_TOOL_FINGER to ABS_MT_TRACKING_ID, so only one number is enter after finger is released.

Turn of/off numpad using external keyboard on numlock on keybord.

NaimadTheOne commented 2 years ago

@mohamed-badaoui what I have to to for including this changes to main branch?