Is there any way to toggle Razer Hypershift On/Off? | Razer Insider

Is there any way to toggle Razer Hypershift On/Off?

  • 11 August 2020
  • 1 reply
  • 176 views

I just have the Razer Basilisk X at the moment and want to assign a macro to Left Click, which is normally greyed out excpt while in Hypershift. I'd like to avoid having to click 2 mouse buttons to perform this Macro, but I can't find a way to toggle Hypershift on/off. Is there a workaround or anything that would allow this?

Edit: I'm using Synapse 3.5.730.72314

This topic has been closed for comments

1 Reply

Update: I did find a workaround. I created a new profile and mapped the left mouse click to the macro via editing some XML files. Then I just assigned a mouse button to swap between the profiles.

To do this:
I created a new blank profile in Synapse 3. Then, I found the actual profile by navigating to C:\\ProgramData\\Razer\\Razer Central\\Accounts\\ACCOUNT\\Emily3\\Devices\\ASSOCIATED DEVICE\\Features\\ and choosing the most recently created folder and editing the only 5KB file within (Using Notepad or Notepad++). (BACKUP THE FILE BEFORE MAKING CHANGES)

Then, I fully closed all Razer apps (can probably just close Synapse 3 at minimum).

Then, I took note of the name of the macro I created (found under C:\\ProgramData\\Razer\\Razer Central\\Accounts\\ACCOUNT\\Emily3\\Macros)

I then simply changed the 1st mapping (Left mouse click) from:

[indent] <Mapping>
<MappingGroup>Mouse</MappingGroup>
<InputType>MouseInput</InputType>
<MouseInput>LeftClick</MouseInput>
<MouseGroup>
<MouseAssignment>Click</MouseAssignment>
</MouseGroup>
</Mapping>[/indent]
To:

[indent] <Mapping>
<IsDefault>false</IsDefault>
<MappingGroup>Macro</MappingGroup>
<InputType>MouseInput</InputType>
<MouseInput>LeftClick</MouseInput>
<MacroGroup>
<Id>MACRO ID WITHOUT THE .XML</Id>
<MacroPlaybackOption>ContinuousHeld</MacroPlaybackOption>
<RepeatCount>2</RepeatCount>
</MacroGroup>
</Mapping>
[/indent]

All that was left was to assign a mouse button on both profiles to swap between profiles.

Edit: Would still be pretty cool to have the option to toggle Hypershift on/off but at least this workaround does the trick for now.