InstallationManual

From Iris2

Jump to: navigation, search
(How to set up HotKeys and Macros)
Line 18: Line 18:
since iris doesn't have a nice editor dialog for hotkeys and macros yet, they have to be set up by editing config/mymacros.lua   
since iris doesn't have a nice editor dialog for hotkeys and macros yet, they have to be set up by editing config/mymacros.lua   
-
a few examples :
+
for more infos on how to do that please see [Macros#quickstart]
-
  SetMacro("f6", function() MacroCmd_Item_UseByName("bandage") MacroCmd_TargetSelf() end)
+
-
  SetMacro("ctrl+h", function() MacroCmd_Spell("Heal") end)
+
-
  SetMacro("shift+alt+s", function() MacroCmd_Skill("Spirit Speak") end)
+
-
 
+
-
for more infos on how to do that please see [[Macros]]
+
= Installation on Linux =
= Installation on Linux =

Revision as of 09:40, 16 November 2009

Personal tools