Halde Posted December 2, 2024 Posted December 2, 2024 Hi! Basically title, is this possible? I went through the section in the OSD of the .ini, but it didn't seem to give the option to change the key. It's not possible for my laptop to produce the hotkey, due to it using left shift for the insert key. ~Sincerely Halde
Greg Posted December 2, 2024 Posted December 2, 2024 It's in the [OSD] section of the ini. The combo keys are defined in the comments, but you'll need to follow the link to find the scan codes for key you want to use in ToggleKey. ## Keys used used to toggle the OSD. # # ComboKey uses built-in constants, ToggleKey is a DX scan code (https://www.creationkit.com/index.php?title=Input_Script) # # ComboKey: # # 1 - Left Shift # 2 - Right Shift # 3 - Left Control # 4 - Right Control # 5 - Left Alt # 6 - Right Alt # 7 - Left Win # 8 - Right Win # # ComboKey=1 and ToggleKey=0xD2 is Left Shift + Insert # ComboKey=1 ToggleKey=0xD2
Halde Posted December 20, 2024 Author Posted December 20, 2024 Thank you, I didn't get this. Wiki seems to be down atm, but will check it once it's back up
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now