19 lines
453 B
XML
19 lines
453 B
XML
<Bindings>
|
|
|
|
<!-- Toggle panel -->
|
|
<Binding name="LEATRIX_PLUS_GLOBAL_TOGGLE" category = "Leatrix Plus">
|
|
SlashCmdList["Leatrix_Plus"]()
|
|
</Binding>
|
|
|
|
<!-- Show web link -->
|
|
<Binding name="LEATRIX_PLUS_GLOBAL_WEBLINK" category = "Leatrix Plus">
|
|
SlashCmdList["Leatrix_Plus"]("id")
|
|
</Binding>
|
|
|
|
<!-- Announce rare -->
|
|
<Binding name="LEATRIX_PLUS_GLOBAL_RARE" category = "Leatrix Plus">
|
|
SlashCmdList["Leatrix_Plus"]("ra")
|
|
</Binding>
|
|
|
|
</Bindings>
|