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?
Originally Posted by Too Latte

Code
<?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?

Last edited by n1x0r; 13/07/14 07:44 AM.