PDA

View Full Version : Few ASCII Code Not Working



thompsondl
April 6th, 2012, 08:50 PM
I am setting up a iRule remote on my iPad. I did a full keyboard and programmed up the keys but some don't work. For example the ! key doesn't work. I checked the code and it looks right. I am sending the command /xbmcCmds/xbmcHttp?command=SendKey(61729) which should be the correct key code for the !. It also doesn't work if I send it directly through a browser either. Makes me think that the 61729 code is wrong or broken. It works from the OEM remote so I know the key is printable. There are 6 keys that don't work.

! 61729
" 61730
% 61733
& 61734
( 61736
| 61820
} 61821

All the other keys work fine through iRule and through the browser. I don't know what else to check. Anybody got any ideas?