Gamepad Dodge and Crouch Swap (Gamepad B Button)
⚪ Last updated 2020⚠️ Install Order · 6 steps
Install in this order, then this mod last — most mods fail to load without their framework and dependencies in place.
Preview

🔍 Analysis
- 👍 5.3% endorsement rate — high engagement, a strong quality signal
- 🏆 #25 of 407 Gameplay mods in this game by downloads
📋 About This Mod
Swap Dodge and Crouch. Single tapping B for dodge, double tapping B for crouch.
For those of you who are playing Cyberpunk 2077 with Gamepad and wanna change double tapping dodge.
I didn't wanna map another key for dodge or crouch so swapped the mechanism.
Basically this inputContexts.xml lets you single tap for dodge and double tap for crouch.
Installation
- Extract the contents of the .zip in C:\Program Files (x86)\Steam\steamapps\common\Cyberpunk 2077\r6\config
If you wish to edit the xml file yourself, here's how.
1. Under <!-- HOLD ACTIONS -->
Find and delete
<hold action="ToggleCrouch" timeout="0. 3" />
<hold action="Dodge" timeout="0. 3" />
<hold action="DodgeForward" timeout="0. 3" />
<hold action="DodgeBack" timeout="0. 3" />
<hold action="DodgeLeft" timeout="0. 3" />
<hold action="DodgeRight" timeout="0. 3" />
2. Under <!-- MULTITAP ACTIONS -->
<multitap action="Dodge" count="2" uptime="0. 2" downtime="0. 2" /> <!-- Kerenzikov Dodge -->
<multitap action="DodgeForward" count="2" uptime="0. 2" downtime="0. 2" cancels="Right;Back;Left" />
<multitap action="DodgeRight" count="2" uptime="0. 2" downtime="0. 2" cancels="Forward;Back;Left" />
<multitap action="DodgeBack" count="2" uptime="0. 2" downtime="0. 2" cancels="Right;Forward;Left" />
<multitap action="DodgeLeft" count="2" uptime="0. 2" downtime="0. 2" cancels="Right;Back;Forward" />
<multitap action="ToggleCrouch" count="2" uptime="0. 2" downtime="0. 2" /> <!-- Kerenzikov Dodge -->
3. Under <!-- EVENTS -->
Find and delete
<acceptedEvents action="ToggleCrouch" >
<event name="BUTTON_HOLD_COMPLETE" />
<event name="BUTTON_PRESSED" />
<event name="BUTTON_RELEASED" />
</acceptedEvents>
<acceptedEvents action="DodgeForward" >
<event name="BUTTON_HOLD_COMPLETE" />
<event name="BUTTON_PRESSED" />
<event name="BUTTON_RELEASED" />
</acceptedEvents>
<acceptedEvents action="DodgeBack" >
<event name="BUTTON_HOLD_COMPLETE" />
<event name="BUTTON_PRESSED" />
<event name="BUTTON_RELEASED" />
</acceptedEvents>
<acceptedEvents action="DodgeLeft" >
<event name="BUTTON_HOLD_COMPLETE" />
<event name="BUTTON_PRESSED" />
<event nam
📊 Mod Details
- Game
- Cyberpunk 2077 Mods
- Author
- me
- Version
- 1.0
- Downloads
- 3,291
- Endorsements
- 173
- Category
- Gameplay
- Created
- 12/11/2020
- Updated
- 12/11/2020
🔧 How to Install Cyberpunk 2077 Mods
Download from Nexus.
📖 Full step-by-step install guide for Cyberpunk 2077 →
Visit the official mod page for specific installation instructions for this mod.
🎮 Need cheat codes or console commands? Check ur gaming wiki for Cyberpunk 2077 commands, item IDs, and more.
Keep browsing — more Cyberpunk 2077 mods await