So, I was tired of finicky mouse play with the guard stances, so I've made it where I can play full keyboard. [Numberpad for guardstance and camera]
Downloaded "autohotkey" and whipped this up [below]
NumpadLeft::
mouseMove, 200, 600
return
NumpadClear::
mouseMove, 982, 743
return
NumpadRight::
mouseMove, 1750, 600
return
NumpadUp::
mouseMove, 970, 115
return
NumpadHome::
mouseMove, -15, 0, 100, R
return
NumpadPgUp::
mouseMove, 15, 0, 100, R
return
NumpadDown::
mouseMove, 0, 5, 100, R
return
[copy and paste above] Copy and paste that into notepad and safe it as a .ahk file
Save it to your desktop or something and then double click to launch... you'll see it in your icon tray (for when you wanna close it)
Numpad left, right, and up move the mouse to [near] the edges of the screen... Numpad [5] mouse-center... Numpad-home (7) and numpad-page-up (9) rotate the camera a little bit to the left and right so you can still change the direction you run/pan (when not in guardstance). Then I mapped up arrow, 1, and shift to Light, heavy, and guard break. (secondary ctrls)... if you accidentally put the camera in a weird angle, get into guard stance and hop right back out, and the camera resets. I haven't played this game much so I was still learning the controls anyways. I'm have no code experience, so if this is crappy I apologize. If you fix it up a bit, please reply with the edits.