Esn
(:";
Where can I see a full list of which keycodes control which keys on the Pandora? Now that we can easily create custom keyboard layouts, this is rather vital information to know.
I've tracked down a few instructions for mapping Pandora's action keys to different functions, and they seem to contain contradictory information, unless the ABXYLR buttons have several different keycodes assigned to them at the same time...
First of all, there are the assignments in the .pndXmodmap file, which you can see here. It has:
Because Home/End/PgUp/PgDown are assigned to ABXY, that would mean that A=83, B=88, X=89, Y=87.
Then there are the codes that pepone has here, which I've confirmed when mapping DOSBox keys here:
A=278, B=279, X=281, Y=280, L=303, R=305
zx-81 over here has yet another version:
A=110, X=117, B=115
And urjaman says that L and R are actually 62 and 105.
Adding it all up, we seem to have:
A = 83,110,278
B = 88,115,279
X = 89,117,281
Y = 87,280
L = 62,303
R = 105,305
I've tracked down a few instructions for mapping Pandora's action keys to different functions, and they seem to contain contradictory information, unless the ABXYLR buttons have several different keycodes assigned to them at the same time...
First of all, there are the assignments in the .pndXmodmap file, which you can see here. It has:
Code:
keycode 83 = Home quotedbl Home quotedbl
keycode 87 = Prior Multi_key Prior Multi_key
keycode 88 = End XF86_Switch_VT_2 End XF86_Switch_VT_2
keycode 89 = Next XF86_Switch_VT_1 Next XF86_Switch_VT_1
Then there are the codes that pepone has here, which I've confirmed when mapping DOSBox keys here:
A=278, B=279, X=281, Y=280, L=303, R=305
zx-81 over here has yet another version:
A=110, X=117, B=115
And urjaman says that L and R are actually 62 and 105.
Adding it all up, we seem to have:
A = 83,110,278
B = 88,115,279
X = 89,117,281
Y = 87,280
L = 62,303
R = 105,305
Last edited by a moderator: