Skip to content
Riot Bits

Riot Bits

  • Home
  • News
  • Guides
  • Video Guides
  • Patch Notes
  • Report Abuse
  • Toggle search form

Monster Hunter Rise – Recommended Lance Keybindings Guide

Posted on 09/14/2022 By 5pam! No Comments on Monster Hunter Rise – Recommended Lance Keybindings Guide
  • Title: Monster Hunter Rise
  • Release Date:
  • Developer:
  • Publisher:
Information about Monster Hunter Rise is still incomplete. Please help us fill the details of the game using this contact form.

These are the keybindings I used in Monster Hunter World. They are (at least in my opinion) far better than the default keybindings Monster Hunter Rise uses.

Key Bindings – Melee Weapons

Settings not mentioned are set to the MH Rise defaults.

Also note that you can save your keybindings in a keyboard loadout in Rise!

This makes it easy to switch to different keybindings, if you use other weapons as well.

I do not use the alt-key in MH Rise, as it is not bindable by default without workarounds. If you want to use the alt-key you need tools like AutoHotKey. I used it for clutch claw in World, but so far don’t miss it.

The keys R, T, G are wildcardsin this setup. Feel free to assign them to any action you want. (T is assigned to “lock on” but who needs that if you have a mouse). Perfect candidates for these would be the multi-key action for switch skills in Sunbreak.

Actions
Primary
Secondary
Move Forward
W
Move Backwards
S
Move Left
A
Move Right
D
Lock On/Change Target
T
Dash (Hold)
Q
Crouch
Space
Examine
F
Open Start Menu
ESC
Open Detailed Map
M
Chat Menu
TAB
Open Chat Prompt
Enter
Normal Attack/Silkbind
Left Mouse click
Special Attack/Silkbind
Right Mouse click
Guard/Special Weapon Action
Shift
Middle Mouse Button (R is also an Option)
Weapon/Wirebug Reticle (Hold)
CTRL
Canyne – Attack
Left Mouse click
Palamute Jump
Y
Palamute Drift
Right Mouse click
Palamute Cancel Mount
SPACE
Wyvern Riding – Light Attack
Left Mouse click
Wyvern Riding – Strong Attack
Right Mouse click
Wyvern Riding – Evasion
SPACE
Wyvern Riding – Launch Monster]
Middle Mouse button
Hunting Installation – Special Ammo
E
Hunting Installation – Guard
X (Consider using R)
Use Item/Sheathe Weapon
E

Controls

Description
Setting
Info
Directional Control Settings
Type 1
Type 2 is actually good, if you get used to it
Sheathe Settings
Manual Sheathe
Radial Menu Settings (Keyboard)
Type 2
Start Menu Navigation (Keyboard)
Type 1
Mouse Wheel Settings 1
Item Bar
Mouse Wheel Settings 2
Ammo/Coatings Bar
Keyboard Settings 1
Action Bar
Keyboard Settings
Item Bar

Camera

Description
Setting
Info
Mouse – Camera Sensitivity
2.33
Camera Distance
100

AHK – Guard Dash

This is an AutoHotKey script i wrote, since i always had trouble dashing to the right side.

If you press the “R”-key you will do a guard dash to the right.

Make sure R is not assigned to any other action.

Still requires an previous attack, or something where guard dash can be used as follow-up!

Press CTRL+P to pause the script

You can try to lower the sleep delay between inputs but contrary to MH World, Rise seems to have serious issues if inputs are send too “fast”. This is a common issue with the game and not related to input scripts at all.

#NoEnv ; Recommended for performance and compatibility with future AutoHotkey releases. ; #Warn ; Enable warnings to assist with detecting common errors. SendMode Input ; Recommended for new scripts due to its superior speed and reliability. SetWorkingDir %A_ScriptDir% ; Ensures a consistent starting directory. r:: Send {Blind}{Shift down} Sleep 100 Send {Blind}{D down} Sleep 100 Send {Blind}{Click down} Sleep 100 Send {Blind}{Shift up} Sleep 100 Send {Blind}{D up} Sleep 100 Send {Blind}{Click up} Sleep 200 return ; ctrl + p for pause ^p::Pause

That's everything we are sharing today for this Monster Hunter Rise guide. This guide was originally created and written by 5pam!. In case we fail to update this guide, you can find the latest update by following this link.

If you believe that any of the content on this site violates your rights, including your intellectual property rights, please contact us immediately using our contact form.
Guides Tags:Monster Hunter Rise

Post navigation

Previous Post: Who Is The Red Queen – All Endings Guide
Next Post: How to Fix Light Bringer Crashing, Crash at Launch, and Freezing Issues

Leave a Reply Cancel reply

Your email address will not be published. Required fields are marked *

  • Title: Monster Hunter Rise
  • Release Date:
  • Developer:
  • Publisher:
Information about Monster Hunter Rise is still incomplete. Please help us fill the details of the game using this contact form.

Disclaimer

All content cited is derived from their respective sources. If you think we have used your content without permission, make sure to reach us and we will be taking it seriously.
  • About Us
  • Contact Us
  • Privacy Policy
  • Terms of Service

Copyright © 2025 Riot Bits.

Powered by PressBook News WordPress theme