Autohotkey 为ahk编程“计算器”按钮

Autohotkey 为ahk编程“计算器”按钮,autohotkey,logitech,Autohotkey,Logitech,我可以为我正在使用的键盘上显示的Logitech按钮使用什么名称。我想用自动热键重新编程。我看到如果你没有安装专有软件,它会打开计算器。谢谢 e、 g 您可以在查看键盘历史记录的同时使用键盘挂钩 查找这些键的过程在中指定。以下是我如何设置Calc键以启动Google Chrome的方法: …我运行了一个代码为:InstallKeybdHook KeyHistory的脚本,这表明解决方案是:SC121:: Calculator:: ;then some commands Logitech:: ;

我可以为我正在使用的键盘上显示的Logitech按钮使用什么名称。我想用自动热键重新编程。我看到如果你没有安装专有软件,它会打开计算器。谢谢 e、 g


您可以在查看键盘历史记录的同时使用键盘挂钩

查找这些键的过程在中指定。

以下是我如何设置Calc键以启动Google Chrome的方法:


…我运行了一个代码为:InstallKeybdHook KeyHistory的脚本,这表明解决方案是:SC121::
Calculator::  ;then some commands
Logitech:: ;then some commands
Launch_App2::
    Run, "C:\Program Files (x86)\Google\Chrome\Application\chrome.exe"