Created
September 23, 2017 23:59
-
-
Save aielwaste/79cce142a1eaa97dfabdf1aa2871a0a9 to your computer and use it in GitHub Desktop.
PermaSprint Hotkey Toggle for ffxiv_shortcut_mgr
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
-- 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