Spinner385 Posted July 31, 2012 Share Posted July 31, 2012 (edited) Does anyone know how to get/set hotkeys in favorites menu?? Edit: With Papyrus/SKSE Edited August 1, 2012 by Spinner385 Link to comment Share on other sites More sharing options...
demitrix Posted July 31, 2012 Share Posted July 31, 2012 Does anyone know how to get/set hotkeys in favorites menu??Mouse over the item in favorites that you want and click the appropriate number you want it to be hotkeyed to. 1-9 i believe. Link to comment Share on other sites More sharing options...
Spinner385 Posted August 1, 2012 Author Share Posted August 1, 2012 Sorry meant with papyrus Link to comment Share on other sites More sharing options...
steve40 Posted August 1, 2012 Share Posted August 1, 2012 (edited) Not sure, but SKSE adds some input functions (input.psc) that don't seem to be documented on the wiki. These might be useful to you. Scriptname Input Hidden ; returns whether a key is pressed bool Function IsKeyPressed(Int dxKeycode) global native ; taps the specified key Function TapKey(Int dxKeycode) global native ; holds down the specified key until released Function HoldKey(Int dxKeycode) global native ; releases the specified key Function ReleaseKey(Int dxKeycode) global native ; how many keys are pressed int Function GetNumKeysPressed() global native ; for walking over the pressed keys int Function GetNthKeyPressed(int n) global native Deathless Aphrodite has a mod that uses these functions. IIRC it is call "Deathless Sprint and Jump" or something like that. Edited August 1, 2012 by steve40 Link to comment Share on other sites More sharing options...
Spinner385 Posted August 2, 2012 Author Share Posted August 2, 2012 Thnx for the advice as always =]. I'm actually working on a hotkey script right now. I was asking this about my potion script. If i can figure out a way to store their hotkeyed favorites and reset them after it evaluates inventory it will be finished. Besides tweaking/aesthetics that is. Link to comment Share on other sites More sharing options...
Recommended Posts