Skip to main content

All Questions

Filter by
Sorted by
Tagged with
0 votes
0 answers
796 views

Trying to make a Lua Script for Logitech Not Sure How

I have this code I made for "AHK" however I want this in LOGITECH GHUB .Lua for the scripting tab, so I can use it as on board memory. MButton:: Send {WheelDown} sleep 50 Send {WheelDown} ...
DxE's user avatar
  • 1
1 vote
0 answers
69 views

Mkey state activate via WinTitle?

I’m using Logitech G13 & G510s, each device have M1-M2-M3 banks, and I want set auto activation each bank to specific WinTitle. Solution1: I’m thinking of using AHK to monitor WinTitle, and send ...
Wickedb's user avatar
  • 13
0 votes
0 answers
697 views

How to send function keystrokes in Lua

I'm trying to write a script in G-Hub(Lua) that lets me use AHK for macroing options from my Logitech G305(specifically trying to replicate Logitech Options' Gesture Button functionality.) The code ...
T1 L.'s user avatar
  • 1
0 votes
1 answer
7k views

How to emulate the Logitech G-Shift key in Logitech G-Hub LUA script or AutoHotKey?

I need to emulate the G-Shift key on my keyboard as I only have a compatible mouse and no compatible keyboard for doing so, and so I am not able to bind any keyboard key to be G-Shift. Is there a way ...
SteveSimons's user avatar
0 votes
1 answer
4k views

Logitech G Hub LUA script toggle according to last state

Just got a new Logitech mouse, I would like to make a script to sort of toggle between states. Essentially have a mouse button cycle through what it outputs. I have never made a lua script before so ...
technolio's user avatar