03-01-2013 06:32 PM
Can't find documentation on keyboard shortcuts using webworks. Can someone post a link?
Solved! Go to Solution.
03-01-2013 06:43 PM
I wrote asking for something similar here:
http://supportforums.blackberry.com/t5/Testing-and
They do have some information on their site:
http://developer.blackberry.com/devzone/design/bb1
However it doesn't cover all the navigational elements. Or what they consider recommendations.
03-01-2013 06:52 PM
03-01-2013 06:58 PM
I posted it there because I figure it would be for all dev platforms since the short cuts would be the same.
I did find this (thanks to Google), but I would like to get an official BlackBerry stance on it because it is almost 5 years old:
http://crackberry.com/blackberry-101-beginners-gui
They must be using for their apps within Q10 and I would like to follow what they are using (for a better user experience).
03-01-2013 07:03 PM
03-01-2013 07:12 PM
Oh, for that it was talked about on the Dev Blog:
http://devblog.blackberry.com/2013/02/blackberry-q
"If you wish to provide your user keyboard shortcuts within your application, you can use the standard HTML5 onkeypress event. Set a listener on the appropriate HTML elements, process the key stroke and trigger the action."
http://www.w3schools.com/jsref/event_onkeypress.as
Hope this helps.
03-01-2013 07:23 PM
03-01-2013 07:31 PM
I haven't tried it, but I don't see why it wouldn't.