I have the Snazio 1350. With some default Wizd skins, I too had problems with the assignment of keys on the remote. However you can alter the key assignment in the wizd HTML pages, which are head.html and tail.html. The key assignment is specified with the tvid="XXX" in a <a href..>.
I have changed these files to e.g. go up one directory:
PHP Code:
<a href="<!--WIZD_INSERT_PARENT_DIR_LINK-->" tvid="pgup"> .. go up one directory - press +</a></td>
For the snazio 1350 remote, I've found out (trial and error) that the pgup and pgdown tvid-codes coincide with the + and - keys.
I assigned the < and > keys of the snazio remote to browse pages:
PHP Code:
<a href="<!--WIZD_INSERT_CURRENT_PATH_LINK-->page=<!--WIZD_INSERT_MAX_PAGE-->&focus=L1" tvid="left"></a>
<a href="<!--WIZD_INSERT_CURRENT_PATH_LINK-->page=<!--WIZD_INSERT_NEXT_PAGE-->&focus=L1" tvid="right"></a>
These are just parts of the html files. I just altered the original linkplayer wizd skin, since it's pretty straightforward.
I have attached my linkplayer modification to this message. Credits go to linkplayer
, I just modded the files!