Senestoj: In the OSX version I don't succeed open any remapping with Ctrl+F1. Anyone has an idea if there's a solution?
On OSX there's nothing like Autohotkey so I'm glued with static commands of Lands of Lore and I can't play with that.
afedoseev: For OS X users. I was able to remap the controls using the Karabiner app:
https://pqrs.org/osx/karabiner/index.html.en Here's my private.xml config
<?xml version="1.0"?>
<root>
<item>
<name>Remap LoL controls</name>
<identifier>private.app_lol_controls</identifier>
<only>LANDS_OF_LORE</only>
<autogen>__KeyToKey__ KeyCode::A, KeyCode::KEYPAD_4</autogen>
<autogen>__KeyToKey__ KeyCode::S, KeyCode::KEYPAD_5</autogen>
<autogen>__KeyToKey__ KeyCode::D, KeyCode::KEYPAD_6</autogen>
<autogen>__KeyToKey__ KeyCode::Q, KeyCode::KEYPAD_7</autogen>
<autogen>__KeyToKey__ KeyCode::W, KeyCode::KEYPAD_8</autogen>
<autogen>__KeyToKey__ KeyCode::E, KeyCode::KEYPAD_9</autogen>
</item>
<appdef>
<appname>LANDS_OF_LORE</appname>
<equal>com.gog.lands-of-lore</equal>
</appdef>
</root>
I'm playing in macOS too. Can someone clarify for me how to use this code with the Karabiner app?