Jump to content

Recommended Posts

Posted

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

Posted

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

 

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Guidelines, Privacy Policy, and Terms of Use.