A new keyboard seems to have some keys unmaped. so backlight that is set on scroll lock key doesn't work.
solution is easy - i need to enter the following to make the key work:
but how do i have this entered this at boot startup?
the autorun startup application in the settings only offers script or to run application. i am not sure - should this be done as script and then the link added here? or is it better to add all this as script into ~./config//autostart folder ?
also it seems some signs that need Alt Gr are not showing, so i guess i will somehow need to add those as well.
i plan to upgrade to 16.04 in the summer or autumn and new kernel will likely solve the issue. but until i have time to do the upgrade i plan to use the workaround.
solution is easy - i need to enter the following to make the key work:
Code:
xmodmap -e 'add mod3 = Scroll_Lock'
the autorun startup application in the settings only offers script or to run application. i am not sure - should this be done as script and then the link added here? or is it better to add all this as script into ~./config//autostart folder ?
also it seems some signs that need Alt Gr are not showing, so i guess i will somehow need to add those as well.
i plan to upgrade to 16.04 in the summer or autumn and new kernel will likely solve the issue. but until i have time to do the upgrade i plan to use the workaround.
Comment