|
Rune Quinnell
Registered User
Join date: 25 Aug 2007
Posts: 28
|
11-01-2007 02:31
Just a quick question but does anyone know how to impliment additional keys beyond directions for scripts that act on input controls?
|
|
Void Singer
Int vSelf = Sing(void);
Join date: 24 Sep 2005
Posts: 6,973
|
11-01-2007 09:48
try this page  AFAIK the controls listed there are the ONLY ones you can specify (arrow keys + PgUp/PgDown, and their equivalent letter shorcuts)
_____________________
| | . "Cat-Like Typing Detected" | . This post may contain errors in logic, spelling, and | . grammar known to the SL populace to cause confusion | | - Please Use PHP tags when posting scripts/code, Thanks. | - Can't See PHP or URL Tags Correctly? Check Out This Link... | - 
|
|
Scott Tureaud
market base?
Join date: 7 Jun 2007
Posts: 224
|
11-01-2007 12:25
I worked on this for a bit and there is a work around. you can use gestures to make the character talk. and on other channals besides zero(90% sure didn't get around to actually testing it. back burner project).
so you're going to have to set up a listener to use the function keys, and have your customers activate gestures and/or memorize commands to use your products. it pretty much sucks but since when has LL cared about user friendliness(especially in cases where they aren't responsible for it). and don't forget what happens when you have key conflictions if someone else decides to use gesture keys just a complete user friendiness nightmare.
and gestures can be assigned up to the F36 key. F1-12, shift+Fwhatever and control+Fwhatever.
I'm still amazed in LL's grand and divine wisdom to only let us listen for keys that are used for control.
|
|
Rune Quinnell
Registered User
Join date: 25 Aug 2007
Posts: 28
|
11-02-2007 15:08
From: Scott Tureaud I worked on this for a bit and there is a work around. you can use gestures to make the character talk. and on other channals besides zero(90% sure didn't get around to actually testing it. back burner project).
so you're going to have to set up a listener to use the function keys, and have your customers activate gestures and/or memorize commands to use your products. it pretty much sucks but since when has LL cared about user friendliness(especially in cases where they aren't responsible for it). and don't forget what happens when you have key conflictions if someone else decides to use gesture keys just a complete user friendiness nightmare.
and gestures can be assigned up to the F36 key. F1-12, shift+Fwhatever and control+Fwhatever.
I'm still amazed in LL's grand and divine wisdom to only let us listen for keys that are used for control. I know! There are how many keys on the keyboard? You can get around the gesture key listen by only accepting input from the owner right?.
|