Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Questions About LibreAutomate
#4
Run this script and press keys. It prints key names. Use them in triggers.

Code:
Copy      Help
using var hook = WindowsHook.Keyboard(k=> {
    if(!k.IsUp) print.it(k.Key, keys.more.keyToString(k.Key));
},
ignoreAuInjected: false);
dialog.show("Hook");


Messages In This Thread
Questions About LibreAutomate - by marktech - 10-01-2022, 10:55 PM
RE: Questions About LibreAutomate - by Gintaras - 10-02-2022, 05:54 AM
RE: Questions About LibreAutomate - by marktech - 10-02-2022, 10:01 AM
RE: Questions About LibreAutomate - by Gintaras - 10-02-2022, 03:22 PM
RE: Questions About LibreAutomate - by marktech - 10-02-2022, 07:26 PM

Forum Jump:


Users browsing this thread: 1 Guest(s)