Page 1 of 1

Can't export and import keyboard mapping with Page Up in it.

Posted: Wed May 03, 2006 1:53 am
by nedbatchelder
I tried to change the keyboard mapping by exporting the current mapping, editing the .zxp file, and re-importing it. When I export, I get lines that look like this:

Down=MoveLineDown
Page Down=MovePageDown
Page Up=MovePageUp
Up=MoveLineUp

When I re-import, the PageDown and PageUp keys don't work properly, and the Up key is mapped to MovePageUp! Down is correctly mapped to MoveLineDown.

Seems like the space in "Page Down" is confusing the importer.

Posted: Wed May 03, 2006 2:19 am
by jussij
Hi Ned,

Thanks for the bug report.
Seems like the space in "Page Down" is confusing the importer.
I suspect that this is indeed the case :(

Cheers Jussi