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

If reporting a bug with the Zeus IDE please post the details here. Please do not post questions here.
Post Reply
nedbatchelder
Posts: 6
Joined: Wed May 03, 2006 1:48 am

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

Post 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.
jussij
Site Admin
Posts: 2650
Joined: Fri Aug 13, 2004 5:10 pm

Post 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
Post Reply