kfechter / LegionY530Ubuntu

Guide for installing Ubuntu on the Legion Y530
GNU General Public License v3.0
177 stars 32 forks source link

Check Feasibility of submitting code to the Linux kernel to fix the issue with the buttons. #31

Closed kfechter closed 5 years ago

kfechter commented 5 years ago

Related to the issue with ideapad_laptop, some of the function buttons fire different events (settings just presses Win+ i, Screen capture presses alt and control)

Look in the linux kernel to see if it is possible to create events for these keys that allow them to work better under linux.

kfechter commented 5 years ago

Since the buttons are set at the scancode level, it doesn't appear to be possible to fix.