KeyBindings - fix
WebLink window must be fixed, its messy, but working. AnnouceRare needs fixing too.
This commit is contained in:
+3
-3
@@ -1,17 +1,17 @@
|
||||
<Bindings>
|
||||
|
||||
<!-- Toggle panel -->
|
||||
<Binding name="LEATRIX_PLUS_GLOBAL_TOGGLE" category = "Leatrix Plus">
|
||||
<Binding name="LEATRIX_PLUS_GLOBAL_TOGGLE" header="LEATRIX_PLUS" category="ADDONS">
|
||||
SlashCmdList["Leatrix_Plus"]()
|
||||
</Binding>
|
||||
|
||||
<!-- Show web link -->
|
||||
<Binding name="LEATRIX_PLUS_GLOBAL_WEBLINK" category = "Leatrix Plus">
|
||||
<Binding name="LEATRIX_PLUS_GLOBAL_WEBLINK" category="ADDONS">
|
||||
SlashCmdList["Leatrix_Plus"]("id")
|
||||
</Binding>
|
||||
|
||||
<!-- Announce rare -->
|
||||
<Binding name="LEATRIX_PLUS_GLOBAL_RARE" category = "Leatrix Plus">
|
||||
<Binding name="LEATRIX_PLUS_GLOBAL_RARE" category="ADDONS">
|
||||
SlashCmdList["Leatrix_Plus"]("ra")
|
||||
</Binding>
|
||||
|
||||
|
||||
@@ -71,6 +71,7 @@
|
||||
LpEvt:RegisterEvent("PLAYER_ENTERING_WORLD")
|
||||
|
||||
-- Set bindings translations
|
||||
_G.BINDING_HEADER_LEATRIX_PLUS = "Leatrix Plus"
|
||||
_G.BINDING_NAME_LEATRIX_PLUS_GLOBAL_TOGGLE = L["Toggle panel"]
|
||||
_G.BINDING_NAME_LEATRIX_PLUS_GLOBAL_WEBLINK = L["Show web link"]
|
||||
_G.BINDING_NAME_LEATRIX_PLUS_GLOBAL_RARE = L["Announce rare"]
|
||||
|
||||
Reference in New Issue
Block a user