Originally Posted by
starl1te
everyone is going to end up with slightly different preferences for keybinds no matter how the download is initially set up. since this doesnt use PQI, users will just have to manually edit their profiles, and then make sure not to overwrite the changes with any updates. It's a bit of a pain but no big deal.
Pause key: at the bottom of "Init", change IsLeftAltKeyDown() to IsLeftShiftKeyDown() or IsLeftControlKeyDown()
Toggles for Auto-CDs, AOE, Feint: Change every instance of the modifier key in "Cooldowns" to whatever you want. You are looking for nv_RightShift, IsRightShiftKeyDown() and so on. You can assign Alt, Shift, Control either left or right. the nv_CDs section changes CD toggle, nv_multi the FoK toggle, nv_feint the feint on/off. it's pretty self-explanatory.
Note, in addition to AOE toggle, FoK will go off when you hold down Left Control. if you use that keybind combo for any manual abilities or macro modifiers, you'll want that off. In "Fan of Knives", change "if (IsLeftControlKeyDown() or nv_multi)" to "if nv_multi".