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

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

  • August 11, 2020
  • 1 reply
  • 927 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 replies.

1 Reply

  • Author
  • August 11, 2020
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.