Hi, You can use the numpad key for you arrow. Example: number 4 for left char => 100 number 6 for right char => 102 number 2 for down char => 98 number 8 for up char => 104
Kind Regards, Stefan Van Damme (aka Stefan vd) Gadget Developer On 3 sep, 09:57, Michael <[email protected]> wrote: > For some reason keyboard input doesnt seem to work with the "arrow" > keys. Im trying to make a radio application using the same keys as my > media center. I can get it working just fine with regular keys but > arrow keys don't seem to work. > > Any idea why? > > On 9 Aug., 13:14, Stefan vd <[email protected]> wrote: > > > > > Hi, > > > To switch to a other gadget by ussing the keyboard (example tab key) > > is not possible. > > You can only display or hide all the gadget by pressing twice on the > > Shift key. > > > Kind Regards, > > Stefan Van Damme (aka Stefan vd) > > Gadget Developer > > > On 9 aug, 12:49, Ping Fung <[email protected]> wrote: > > > > I have a similar question too, by using keyboard to control gadget to > > > focus . > > > How about switching between each gadget?(For example after pressing > > > tab, you can switch foucsing on next gadget?) > > > Is that possible ? > > > > On Aug 8, 8:31 pm, Stefan vd <[email protected]> wrote: > > > > > Hi, > > > > > That's possible, see here a example for when i press on the enter (=> > > > > keycode == 13), it will search on Google. > > > > > function onTextBoxKeyPress() { > > > > // When the enter key is pressed, the action depends on if this > > > > gadget is > > > > if (event.keyCode == 13) { > > > > doSearch(); > > > > } > > > > > } > > > > > function doSearch() { > > > > ... > > > > > } > > > > > Check the Google Desktop Tip from Gadget Developer Bijoy > > > > Thangaraj.http://googledesktopapis.blogspot.com/2008/03/tip-keycode-quick-refer... > > > > > Kind Regards, > > > > Stefan Van Damme (aka Stefan vd) > > > > Gadget Developer > > > > > On 5 aug, 22:34, olmeca <[email protected]> wrote: > > > > > > hi, > > > > > i'm a new gadget developer, I'm using google desktop gadgets on ubuntu > > > > > ( hardy). My question is: is there any way to control gadgets by using > > > > > keyboard, I mean i don't want to use mouse at all. basically i need: > > > > > - select gadgets from the list( like ctrl+tab on firefox, it selects > > > > > next tab) > > > > > - navigate on gadget content : for example selecting list items by > > > > > using arrow keys > > > > > > in fact my aim is to control my gadgets from my remote control device, > > > > > for example while watching a movie i would like to press a key on > > > > > remote control to make a gadget visible/invisible etc. > > > > > any idea? > > > > > > thanks --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google Desktop Developer Group" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/google-desktop-developer?hl=en -~----------~----~----~----~------~----~------~--~---
