Thread: Reload WoW
View Single Post
08-09-09, 01:50 PM   #16
Zyonin
Coffee powered Kaldorei
 
Zyonin's Avatar
AddOn Author - Click to view addons
Join Date: May 2006
Posts: 1,443
LibRock also enables a /rl shortcut, some other non AceX/Rock based mods as well. Myself I have this bit of code inserted in my custom settings mod to create the /rl shortcut:
Code:
SlashCmdList['RELOAD'] = function() ReloadUI() end

SLASH_RELOAD1 = '/rl'
I forget which AddOn I swiped that bit from however it was something pretty simple if I recall correctly. You could create your own settings mod and then drop that bit of code into it if you want that shortcut and don't have a mod that enables it for you.
__________________
Twitter
  Reply With Quote