

SetBacklight(START_WITH_BACKLIGHT ? BACKLIGHT_LEVEL : 0) if "START_WITH_BACKLIGHT" is "true" than (?) setBacklight = BACKLIGHT_LEVEL else setBacklight = 0 TODO: make the backlight wake up after screen off, Ruffy, done. Global POLLING_PERIOD := 1000 how often (ms) should the program check for inactivity lower turns backlight on faster but drains cpu Global IDLE_DURATION := 20000 after how many milliseconds of inactivity the light should turn off Global BACKLIGHT_LEVEL := 2 set to 0 for no backlight, 1 for the first (dim level), 2 for the brightest level Global START_WITH_BACKLIGHT := 1 set to 1 if you want backlight on startup, 0 otherwise by (auto)starting (WIN + R: shell:startup) a short cut (minimized) to the following "killtposd.bat": To deactivate "Lenovo OnScreenDisplay Service" (status display for backlight keyboard, microphone, Fn lock) prevent execution of "C:\Program Files\Lenovo\HOTKEY\tposd.exe" Ruffy (2018) - adaption to work on Win10 with Lenovo vantage app

Greets Ruffy Ligius (2017) - try to make the Thinkpad keyboard backlight behave more like a normal one The HotKey is set to + which toggels between level 0, 1 and 2 of the backlight. bat inlcuded, which kills the tposd.exe service which handles pop ups while changing backlight level (which is done automatically). It includes the capability to toggle and keep the backlight setting during the OS session. ahk scipt here, since I've introduced a small update. I would like to post my recent version of the.
