PDA

View Full Version : Spymode and short keys



nfc
22-12-2004, 05:20 PM
How must be set the shortkey in spymode script and generaly in nokix? For example if I want toggle to spymode with *1 wath i must do? I must create a txt files or put something in nokix parameters?

Thanks to all guys!

regards

szczuru
22-12-2004, 05:32 PM
U must create the txt file

This is the sample txt file

# shortkeys definitions for shortkeys.nrx
#
# hold '*', then press key:

#Normal Shortkeys#
#1-2-3#

# Spymode
@key1 func=0x5e0 arg=spymode

# Other Shortkey
@key2 func=0x5e0 arg=0x04

# Other Shortkey
@key3 func=0x5e0 arg=0x72


# Other Shortkey
#4-5-6#

# Other Shortkey
@key4 func=0x5e0 arg=0x1e

# Other Shortkey
@key5 func=0x5e0 arg=0x21

# Other Shortkey
@key6 func=0x5e0 arg=0x1d

#New Shortkeys#
#7-8-9#

# Other Shortkey
@key7 func=0x5e0 arg=0x04

# Other Shortkey
@key8 func=0x5e0 arg=0x1d

# Other Shortkey
@key9 func=0x5e0 arg=0x1d

#Other Shortkeys#
#*-0-##

# Other Shortkey
@key* func=0x5e0 arg=0x1d

# Other Shortkey
@key0 func=0x5e0 arg=0x1d

# Other Shortkey
@key# func=0x5e0 arg=0x70

nfc
22-12-2004, 06:31 PM
I would like to thanks all folks that help me in these days, specialy maestrini that have a lot of patience and give me a big help. Now it's time to coding i hope to make something useful for everybody.

Thansk and regards

mestrini
23-12-2004, 01:22 AM
I would like to thanks all folks that help me in these days, specialy maestrini that have a lot of patience and give me a big help. Now it's time to coding i hope to make something useful for everybody.

Thansk and regards

no prob m8 :-D

that's the purpose of the forums: learn and help others to learn

btw, i wanted to give you the answer regarding the shorkeys definition file (.txt) but it slipped my mind. all went well because other members know the solution too 8-)

cheers