Geograph-us / LogitechCraftBacklightSwitcher

Simple back-light switcher for Logitech Craft Keyboard

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

LogitechCraftBacklightSwitcher

Easy back-light switcher for Logitech Craft Keyboard.

LogitechOptions must be installed in your system.

This program just toggle backlight checkbox in LogitechOptions. For it using White Framework - C# UI Automation Framework.

Command line:

  • On - turn on backlight
  • Off - turn off backlight
  • [empty] - toggle backlight

settings.ini

  • LogiOptionsUiExe = %ProgramData%\Logishrd\LogiOptions\Software\Current\LogiOptionsUI.exe
  • LogiOptionsUiArguments = devid:6b350
  • CheckBoxAutomationId = BacklightingCheckBox
  • MainWindowName = Logitech Options
  • Timeout = 10000

About

Simple back-light switcher for Logitech Craft Keyboard


Languages

Language:C# 98.5%Language:Batchfile 1.5%