Jump to content

How to disable HotKey when input ?


pxd2050

Recommended Posts

Mod use UILIB_1 (skyuilib) to call a Text Input Menu,But some keys cannot be entered (these keys are set to hotkey).

How to disable HotKey when input ?

	UILIB = ((GetOwningQuest() as outfit__MainQuest)as Form) as UILIB_1
	String sinput = UILIB.ShowTextInput(title,"")
	If (sinput != "")
    	int leng = getlength(sinput)

59757241-1618250588.png

Edited by pxd2050
Link to comment
Share on other sites

If these hotkeys are designated from other mods, then those scripts will need to be edited to have a check preventing their processing when the text input box is active (example). Otherwise, I do not know if it would possible or not.

thank you,It take me one day to find it is a bug of skyui :InputText Num 0-9 corresponding to gamepad Buttons,I delete Num 0-9 in swf and solve the problem.

Edited by pxd2050
Link to comment
Share on other sites

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...