Question

what name can I use for the Logitech button that appears on their keyboard that I'm using. I want to reprogram it in Autohotkey. I see it opens the calculator if you did not install the the proprietary software. Thanks! e.g.

Calculator::  ;then some commands
Logitech:: ;then some commands
Was it helpful?

Solution

Here is how I set my Calc key to launch Google Chrome with AHK:

Launch_App2::
    Run, "C:\Program Files (x86)\Google\Chrome\Application\chrome.exe"

OTHER TIPS

You can use the keyboard hook along with viewing the keyboard history.

The process for finding these keys is specified in the documentation.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top