Stupid question time! These are obligatory, gotta have these right!
This might be what I'm looking for..as Improved Hotkeys doesn't do this.
Can you switch wheels and it stays on that wheel til you switch again..?
The default configuration of this mod does not do that, but you can get that behavior (or a variety of other behaviors) by modifying the ini file. This is an ini for 2 wheels, toggled between by pressing left shift:
Set srHotkey.num_wheels to 2set srHotkey.hide_debug_messages to 0Set srHotkey.init_key_scancode to srHotkey.init_key_scancode + (srHotkey.init_key_which==0) * 42Set srHotkey.init_key_wheelcount to srHotkey.init_key_wheelcount+(srHotkey.init_key_which==0) * 1Set srHotkey.init_key_mode to srHotkey.init_key_mode + (srHotkey.init_key_which==0) * 3
scancode 42 is left shift, mode 3 makes the effect of the modifier key persistent instead of only while you hold it down.
So far as I know, there are only two hotkey mods that support persistent hotkey wheel toggling - this one, which is highly configurable in that regard but not easy for users to figure out how to configure and the other one which has 4 wheels a key that can be tapped to cycle between the 4 wheels. Unfortunately, bethesda forum administrators just deleted the hotkey modlist thread a few days ago so I can't recall which one that was.