Advertisement
Guest User

Untitled

a guest
Apr 20th, 2015
224
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.95 KB | None | 0 0
  1. Autohotkey script
  2. Left Click -> o
  3. Right Click -> p
  4. WheelUp -> j
  5. WheelDOwn -> l
  6. Enter -> e & Enter
  7.  
  8. 1 -> o & w = shield bash (only works when camera is facing forwards due to using w)
  9. 2 -> p & w = jump attack
  10.  
  11. Attack:
  12. R1: O Left-Click
  13. R2: P Right-Click
  14. L1: Shift
  15. L2: X
  16.  
  17. Movement:
  18. Up: W
  19. Down: S
  20. Left: A
  21. Right: D
  22. Dash/Roll: Space
  23. Jump: Scroll Wheel
  24. Walk: LCtrl
  25.  
  26. Target:
  27. Target lock/ Release: LAlt
  28. Target Left: J
  29. Target Right: L
  30.  
  31. Switch:
  32. Sw Spells: Tab
  33. Sw items: F
  34. Sw LWeapon: Z
  35. Sw RWeapon: C
  36.  
  37. Interaction:
  38. Use Item: Q
  39. Interact: E
  40. Two-hand Weap: R
  41.  
  42. System:
  43. Menu: Esc
  44. Gesture: T
  45. Start / Confirm: E
  46. Cancel: Backspace
  47. Menu Function 1: Q
  48. Menu Function 2: R
  49. Toggle Menu: Page Up/ Page Down
  50.  
  51.  
  52. Controller layout:
  53. Y (Menu Function 2)
  54. X (Menu Function 1) B (Cancel)
  55. A (Confirm)
  56. Back (<): Gesture
  57. Left Bumper (LB) / Right Bumper (RB): Page Up/ Page Down
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement