You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: GSE/Localization/ModL_enUS.lua
+5Lines changed: 5 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -809,3 +809,8 @@ L[
809
809
"GSE Sequences are converted to a button that responds to 'Clicks' or Keyboard keypresses (WoW calls these Hardware Events). \n\nWhen you use a KeyBind with a sequence, WoW sends two hardware events each time. With this setting on, GSE then interprets these two clicks as one and advances your sequence one step. With this off it would advance two steps. \n\nIn comparison Actionbar Overrides and '/click SEQUENCE' macros only sends one hardware Event. If you primarily use Keybinds over Actionbar Overrides over Keybinds you want this set to false."
810
810
] =true
811
811
L["Button Settings"] =true
812
+
813
+
-- #1806
814
+
L["Skyriding / Vehicle Keybinds"] =true
815
+
L["Override bindings for Skyriding, Vehicle, Possess and Override Bars"] =true
dialog:AddToBlizOptions(addonName.."-Skyriding", OptionsTable.args.title.name, addonName) -- Hidden macro buttons that execute pet battle abilities, to click on them when the player -- enters a pet battle, with the binds assigned by the user in the vehicle binds panel
PetBattleButton[6]:SetAttribute("macrotext", "/run PetBattleFrame.BottomFrame.ForfeitButton:Click()") -- Hidden action bar to click on its buttons when the player enters a vehicle or -- skyriding mount, with the binds assigned by the user in the vehicle binds panel
) -- Event PET_BATTLE_OPENING_START -- Triggers when a pet battle starts. Used only in MoP because it doesn't have the [petbattle] -- macro condition to detect pet battles from the Restricted Environment like post-MoP expansions.
0 commit comments