I can't get changes to PCSX2_keys.ini to work. I'm using version 1.4.0 on Windows 10; switching back to 1.2.1 didn't help. I made the following change to the default file after renaming it, in an attempt to replace F3 with Page Down:
States_DefrostCurrentSlot = PAGEDOWN
I also tried it with 'PGDN' and 'KP_PAGEDOWN'. Next I tried setting it to Shift-Tab (and setting the slow motion toggle to F3), and when that failed I tried switching places between F2 and F3, and then I tried to map the defrost-function to ESC and Sys_suspend to PAGEDOWN, but nothing seemed to have any effect whatsoever (Shift-Tab still toggled slow motion, F2 changed the slot, ESC caused Sys_Suspend). I've copied the .ini file to the /inis folder (which I created in the same folder as the .exe, since it wasn't added by the installer). I also tried putting the file in the same folder as the executable and in an '/ini' folder, but nothing seems to work.
The reason I need to change the F3 key to something else (preferably Page Down) is because for some reason my computer refuses to detect it, even though the key itself works fine (I tried physically swapping it with F10 using my keyboard's remapping function, but then the new 'F3' worked while 'F10' didn't, i.e. I was still unable to load saves using the keyboard). Windows seems completely oblivious to the existence of F3.
Any help would be much appreciated.
///EDIT:
FlatOut Wrote:Did you do what's described in the post above? Copy the "PCSX2_keys.ini" file to the ini folder(possibly the My Documents/PCSX2/ini folder if you used the PCSX2 installer version).
And just to be sure use PGDN code instead of PAGEDOWN.
I somehow missed that part of his post... I assumed the /inis folder should be in the same one as the executable. Thanks for pointing it out, now it works perfectly.