Thread: Key Binding?
View Single Post
04/12/14, 09:49 AM   #8
tiomun
 
tiomun's Avatar
AddOn Author - Click to view addons
Join Date: Mar 2014
Posts: 25
Originally Posted by Halja View Post
You don't need to use the <OnKeyDown> or <OnKeyUp> events suggested in the Wiki. In fact, I would leave the hardcoded key press out all together. Let the user pick. The layer and category in the bindings.xml it were your custom key bind can be user set in the control menu of the game.

--halja
I do have it setup that way, but id still like to define a default key for the option at least initially, to avoid the opening of the old inventory unless the user changes it back. All in all when I'm done this addon will overide most of the games ui and require many key bindings to be changed. There must be a way to set a key with the

ZO_CreateStringId("SI_BINDING_NAME", "") or something similar
  Reply With Quote