PDA

View Full Version : keyboard shortcuts


jsilva
12-16-2003, 04:18 AM
hi I'm new to this program and I'm just wondering if it is possible to assign keybord keys to buttons so I could control the application pruduced with the keyboard

thanks for the help

Corey
12-16-2003, 05:10 AM
Hi. Sure, check out the HELP FILE > INDEX > KEY PRESSES...

Corey Milner
Creative Director, Indigo Rose Software (http://www.indigorose.com)

jsilva
12-16-2003, 05:58 AM
I'm sorry to be a pain but I don't uderstand the help file all I want to do is to assign buttons or images to a keyboard key so I can use girder to remote control the application

SonG0han
12-16-2003, 06:37 AM
maybe you can find what you are looking for if you search for "e_Key" in the helpfile.

i dont know if you can use keys during runtime as shortcut. until now I figured out to use e_Key == 13 in an input box, 13 is the ENTER key and if you hit enter the typed in text will be loaded into a web object (its a small webbrowser).

Corey
12-16-2003, 06:42 AM
Hi. OK please explain what you read in the help file which you are having difficulty understanding and I will be happy to adapt it for you in an easier way.

Corey Milner
Creative Director, Indigo Rose Software (http://www.indigorose.com)

jsilva
12-16-2003, 07:00 AM
I'm doing an htpc front end progarm now what I whant to do is with the up, down, enter etc keys navigate trough the front end with out having to use a mouse
thanks for your help