ShoutKey = Input.GetMappedKey("Shout") debug.notification (ShoutKey)Input.TapKey(ShoutKey)
It dont do anything when a controller is plugged. It works fine with a keyboard, and my debug message gives me the right number with the controller (275), but it wont press the key (even if I use presskey/releasekey)
Is it a SKSE limitation? Do someone had a similar experience in the past?
Thanks