InstallationManual
From Iris2
Ghoulsblade (Talk | contribs) (→Setup FMod (optional)) |
Ghoulsblade (Talk | contribs) (→Installation on Windows) |
||
| Line 13: | Line 13: | ||
<br> | <br> | ||
<br> | <br> | ||
| + | |||
| + | = How to set up HotKeys and Macros = | ||
| + | |||
| + | since iris doesn't have a nice editor dialog for hotkeys and macros yet, hotkeys and macros have to be set up by editing config/mymacros.lua | ||
| + | |||
| + | a few examples : | ||
| + | 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 = | ||
