Skip to content

Instantly share code, notes, and snippets.

@aielwaste
Created September 23, 2017 23:59
Show Gist options
  • Save aielwaste/79cce142a1eaa97dfabdf1aa2871a0a9 to your computer and use it in GitHub Desktop.
Save aielwaste/79cce142a1eaa97dfabdf1aa2871a0a9 to your computer and use it in GitHub Desktop.
PermaSprint Hotkey Toggle for ffxiv_shortcut_mgr
-- PermaSprint Hotkey Toggle for ffxiv_shortcut_mgr.lua
{
label = "Toggle PermaSprint",
mod1 = "SCK_gPermaSprint_Mod1",
mod2 = "SCK_gPermaSprint_Mod2",
key = "SCK_gPermaSprint_Key",
mouse = "SCK_gPermaSprint_Mouse",
event = function ()
gPermaSprint = not gPermaSprint
Settings.FFXIVMINION["gPermaSprint"] = gPermaSprint
Hacks:SetPermaSprint(gPermaSprint)
end
},
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment