F5F Stay Refreshed Software PC Gaming Logitech Gaming Software Inquiry

Logitech Gaming Software Inquiry

Logitech Gaming Software Inquiry

Pages (2): 1 2 Next
R
Rain_falls
Junior Member
18
12-12-2023, 08:46 PM
#1
I have a Logitech G602 mouse and I understand how to assign macros to different buttons. It seems I can also configure keystroke options on my keyboard, even though I don’t own a Logitech keyboard. For example, after loading the Shadow of Mordor profile, the left side displayed buttons along with their actions. My goal is to adjust modifier keys in games like this—so instead of holding them, toggling them could let me play.
R
Rain_falls
12-12-2023, 08:46 PM #1

I have a Logitech G602 mouse and I understand how to assign macros to different buttons. It seems I can also configure keystroke options on my keyboard, even though I don’t own a Logitech keyboard. For example, after loading the Shadow of Mordor profile, the left side displayed buttons along with their actions. My goal is to adjust modifier keys in games like this—so instead of holding them, toggling them could let me play.

G
gingabang
Junior Member
35
12-14-2023, 09:08 AM
#2
logitech offers unique solutions with their mice, connecting directly to your PC without the usual setup. They provide a mouse for basic functions like clicks, navigation, and scrolling, plus a separate keyboard for macros. A dedicated device manages gaming-specific features, allowing smooth interaction even if the main system faces issues. This approach ensures reliability and stability.
G
gingabang
12-14-2023, 09:08 AM #2

logitech offers unique solutions with their mice, connecting directly to your PC without the usual setup. They provide a mouse for basic functions like clicks, navigation, and scrolling, plus a separate keyboard for macros. A dedicated device manages gaming-specific features, allowing smooth interaction even if the main system faces issues. This approach ensures reliability and stability.

S
Smakna02
Member
64
12-14-2023, 03:45 PM
#3
S
Smakna02
12-14-2023, 03:45 PM #3

T
Tijeyd
Member
189
12-14-2023, 08:12 PM
#4
Theoretically, I can use the software to activate key switches. This would be very helpful. I struggle with keeping modifier keys pressed because my left hand lacks precise finger control.
T
Tijeyd
12-14-2023, 08:12 PM #4

Theoretically, I can use the software to activate key switches. This would be very helpful. I struggle with keeping modifier keys pressed because my left hand lacks precise finger control.

R
RoyalUmbreon
Member
162
01-01-2024, 08:10 AM
#5
You can utilize the program to customize your mouse buttons as desired. You might explore advanced Lua scripting to create button combinations that trigger various actions or set up pre-selected functions.
R
RoyalUmbreon
01-01-2024, 08:10 AM #5

You can utilize the program to customize your mouse buttons as desired. You might explore advanced Lua scripting to create button combinations that trigger various actions or set up pre-selected functions.

M
Milinia56
Member
231
01-01-2024, 04:41 PM
#6
It seems you're wondering about keyboard shortcuts and macros. You mentioned trying AutoHotkey, though you're not very comfortable with scripting. Let me know if you'd like help exploring other options or clarifying your needs.
M
Milinia56
01-01-2024, 04:41 PM #6

It seems you're wondering about keyboard shortcuts and macros. You mentioned trying AutoHotkey, though you're not very comfortable with scripting. Let me know if you'd like help exploring other options or clarifying your needs.

D
DingbatPlayzMC
Senior Member
425
01-03-2024, 08:37 AM
#7
logitech gaming software offers limited support for your keyboard, and generally avoids altering key functions. For autohotkey it’s a highly capable tool, though it might surpass PowerShell in complexity. Regardless of opinions, there’s no need to swap < with -le.
D
DingbatPlayzMC
01-03-2024, 08:37 AM #7

logitech gaming software offers limited support for your keyboard, and generally avoids altering key functions. For autohotkey it’s a highly capable tool, though it might surpass PowerShell in complexity. Regardless of opinions, there’s no need to swap < with -le.

N
noah1277
Junior Member
45
01-03-2024, 04:17 PM
#8
They haven't integrated a similar tool like AutoHotkey into their offerings yet. With GeForce Experience they can adjust graphics settings through the interface, but missing mouse and keyboard controls is notable. Many shooters lack toggle-based aiming or sprint features, and some games require specific button sequences—like in Tomb Raider or Far Cry 3. I’m okay with pressing buttons repeatedly if it’s forgiving, but overly complex setups can be frustrating. A few games are so poorly designed they’ve caused finger injuries.
N
noah1277
01-03-2024, 04:17 PM #8

They haven't integrated a similar tool like AutoHotkey into their offerings yet. With GeForce Experience they can adjust graphics settings through the interface, but missing mouse and keyboard controls is notable. Many shooters lack toggle-based aiming or sprint features, and some games require specific button sequences—like in Tomb Raider or Far Cry 3. I’m okay with pressing buttons repeatedly if it’s forgiving, but overly complex setups can be frustrating. A few games are so poorly designed they’ve caused finger injuries.

S
SrUrsoo
Member
171
01-04-2024, 09:15 AM
#9
the thing about that nvidia geforce experience settings thing is that they achieve that by just -quite literally- manually adding hooks for the vareous games' config files, if the game doesnt have a config file to change keybinds, there's little to be done. what you could do is have one of the thumb buttons on your mouse bind to several macros. example: double click means shift down (essentially "toggling" sneak) and to unsneak you just press the shift key briefly. click and hold for a second means toggle aim, click briefly to untoggle aim, etc.
S
SrUrsoo
01-04-2024, 09:15 AM #9

the thing about that nvidia geforce experience settings thing is that they achieve that by just -quite literally- manually adding hooks for the vareous games' config files, if the game doesnt have a config file to change keybinds, there's little to be done. what you could do is have one of the thumb buttons on your mouse bind to several macros. example: double click means shift down (essentially "toggling" sneak) and to unsneak you just press the shift key briefly. click and hold for a second means toggle aim, click briefly to untoggle aim, etc.

S
Serpikus
Member
61
01-04-2024, 10:14 AM
#10
With the GTX 10 series, Ansel was added. It's possible Nvidia and AMD could have built an API for developers to integrate these features easily. For Ansel to function, a developer would just need to add a few lines of code granting Nvidia access to interact with game objects, enabling those detailed screenshots. A default setup would let users create custom profiles that override the standard settings, aligning choices with in-game prompts. Building this would have taken time, but once complete, developers could focus more on other development areas. I previously shared a similar idea on Xbox forums, though it hasn't gained much attention despite Steam users expressing interest in adjusting game settings. I might consider trying it again. I tend to avoid using side buttons because my hand sometimes accidentally hits the G keys.
S
Serpikus
01-04-2024, 10:14 AM #10

With the GTX 10 series, Ansel was added. It's possible Nvidia and AMD could have built an API for developers to integrate these features easily. For Ansel to function, a developer would just need to add a few lines of code granting Nvidia access to interact with game objects, enabling those detailed screenshots. A default setup would let users create custom profiles that override the standard settings, aligning choices with in-game prompts. Building this would have taken time, but once complete, developers could focus more on other development areas. I previously shared a similar idea on Xbox forums, though it hasn't gained much attention despite Steam users expressing interest in adjusting game settings. I might consider trying it again. I tend to avoid using side buttons because my hand sometimes accidentally hits the G keys.

Pages (2): 1 2 Next