That seems pretty awesome! Let's say I wanted to change the + - to "Page up" and "Page down", how would I need to change the code? Edit: I do not have a numpad
Not too good at reading this, but I guess it would be?
<?xml version="1.0" encoding="utf-8"?>
<Keys>
<Key>16</Key>
<Key>107</Key>
</Keys>
<Keys>
<Key>16</Key>
<Key>109</Key>
</Keys>
</CheatTable>
Do you know where I can find out which numbers are what keypresses?