Hey there,
You can change the key binding while using only keyboard, so why not while using mouse? I noticed in the hotkey.xml the line for this binding, so I just added that line in the hotkey_mousemode_user.xml and voilà!
For those who play with mouse controls and find it hard sometimes to interact with the environment/npc :
For instance, to bind it to “F”, just add a new line :
<HotKey ID="Select" Name="선택/스킵" DownScp="None" UpScp="None" Key="F" UseShift="NO" UseAlt="NO" UseCtrl="NO" OnEdit="NO" Category="Battle"/>
between <Category> and </Category> in the hotkey_mousemode_user.xml file.
Cheers.
BTW, it does not work if you cannot interact at all (hidden spot, …). You still have to switch to keyboard mode.
