On 14-Jul-05, at 8:43 PM, Dave D wrote:


[You could add the above line right under this existing line:

0 = numberScroll_0


you may want to use 0.single = numberScroll_0 in this case
otherwise, numberScroll_0 is triggered before every mute.

.single on any button means a short press-and-release

there is also
.hold_release
.repeat modifiers.

Also, be aware that upgrading overwrites Default.map, so you will have to change it again.

your other option is to use another .map file (say Custom.map) like so:

[common]
0 = dead #overwrite default function
0.hold = muting
0.single = numberScroll_0

You only need to add the stuff you want that is different from the default.

Restart the server, then go into player settings->remote and choose your new mapping. This has to be done for every player you wish to have this mapping. It will stick around through upgrades.

-kdf

_______________________________________________
Discuss mailing list
[email protected]
http://lists.slimdevices.com/lists/listinfo/discuss

Reply via email to