Logitech is a global provider of personal peripherals for computers and other digital platforms.
Questions tagged [logitech]
274 questions
-1
votes
1 answer
Logitech Setpoint Keystroke assignment
With the m570 Logitech mouse, I've been trying to setup a "Keystroke Assignment" that would send in the keystrokes Shift + Windows Key + Right arrow.
I've found this post https://superuser.com/questions/947869/windows-10-virtual-desktop-hotkeys post…

user1143550
- 35
- 8
-1
votes
1 answer
G Hub LUA script for Scroll Speed
I have Logitech G604 mouse
I want to Scroll with G6 and G5 button with different Scroll Speed is it possible LUA script. if yes then how I search in G-series Lua API but haven't find anything related.
Please help.
Thanks

Ahmed
- 1
- 1
-1
votes
1 answer
Can I add a hotkey to my secondary mousewheel on my MX Master 3 mouse?
Im using a Logi MX master 3 mouse from Logitech. This mouse has two mousewheels and i would like to add the second mousewheel to a hotkey in VS code!
When trying to apply the mousewheel to a hotkey in VS code It does not notice the mousewheel.…

BergströmOscar
- 17
- 2
-1
votes
2 answers
what is making my logitech LUA code not work?
ive recently had some help fixing my Logitech autoclicker script to remove the errors in the code and now logitech ghub seems to think the code is functional, except every time i try to use it the most i get is one click out of it instead of 1 click…

Bush Kangarutha
- 1
- 1
-1
votes
1 answer
why am i getting a syntax error in my logitech g lua script?
i have been learning lua to code an auto clicker for my g903 that works when the right mouse button is held and can be toggled with the capslock key.
any help or insight would be appreciated
EnablePrimaryMouseButtonEvents(true);
function…

Bush Kangarutha
- 1
- 1
-1
votes
2 answers
Is it possible to keep the mouse button 2,3,4,5 pressed without holding down the button?
I would like to make a Logitech Lua script where it continuously holds down the mouse buttons for example mouse button 5 without holding it, just have the mouse button turned on until i release it by clicking it once. if anyone could help, it'd be…

Vatzepack
- 15
- 2
- 7
-1
votes
1 answer
Script do not stop only Keyboard
Hi all i have a keyboard G105
i trying to make a litle script, ist working but it dont want to stop.
I will like to G1 on and G2 off. thx
**Macro LIST**
skill Selfbuff -- use after any playmacro "Petx" after reuse time
1…

Cipri
- 1
- 3
-1
votes
1 answer
How to make this script in Logitech G HUB or other Macro/Scripting software?
How to make this script work with this macro: https://i.stack.imgur.com/TELZi.png?
EnablePrimaryMouseButtonEvents(true);
function OnEvent(event, arg)
if IsKeyLockOn("capslock")then
if IsMouseButtonPressed(1)…

techseeder
- 1
- 1
- 4
-1
votes
1 answer
Lua script Activation Key editing
Can anyone help to change local Macro_Activation_Key = to capslock on = ak47 capslock off = m4a1 ?
Is it possible to add on this script ?
Here is the link: LUA Script add Delay
Thanks for helping

Trinity
- 11
- 1
- 4
-1
votes
1 answer
Logitech G HUB script
How can I make it so when i hold left alt and left mouse it just holds down the "L" key and then when I release left alt it goes back to the auto click script
thanks.
EnablePrimaryMouseButtonEvents(true);
function OnEvent(event, arg)
if…

Aurium
- 11
- 1
- 3
-1
votes
1 answer
Logitech G Hub script - The code keeps running sometimes even after I release left mouse
Even after I release left mouse the script would sometimes keep clicking by itself how do I stop this.
EnablePrimaryMouseButtonEvents(true);
function OnEvent(event, arg)
if IsMouseButtonPressed(1) then
repeat
…

Aurium
- 11
- 1
- 3
-1
votes
1 answer
Horizontal scrolling banding during imagecapture with Logitech C270 webcam and Opencv4? How to fix
I'm attempting to capture a webimage from OPENCV v4.0 using a 240v LED lightsource to illuminate the field. As I'm based in Australia our mains power is 50hz and running Ubuntu 18.04
The logitech C270 webcam appears to be limited to 20fps and I am…

Adam G
- 1
- 2
-1
votes
1 answer
How can I display webcam image on picturebox
I'm writing C# code which can display logitech usb c525 webcam to picturebox.
I tried many sample codes from web with AFORGE/OpenCvSharp/avicap32.dll and no success, keep displays no image on picturebox.
Webcam, C525, is working with other…

Louiey
- 19
- 1
- 7
-1
votes
1 answer
Unity LogitechSDK cannot detect my G29 Steering wheel
I try to develop a driving simulator, I started with G27 steering wheel and everything works fine with LogitechSDK in Unity. But when I switch to G29, the SDK seems cannot detect the steering wheel. But by using Unity default crossplatform control,…

wqc3241
- 1
- 2
-1
votes
1 answer
Logitech SDK C# usage
I'm currently trying to use the logitech sdk for my G19.
All the informations i could find on this topic dated from 2012 and many methods changed name, i decided to try to make a new .NET Wrapper.
But but i'm stuck and not getting anywhere.
I first…

Irwene
- 2,807
- 23
- 48