|
MAd Ant Newbie
Joined: 03 Aug 2002 Posts: 1
|
Posted: Sat Aug 03, 2002 12:05 pm
Number pad directions |
Hello.
I'm new to zMUD, and quite enjoying it. The problem is that the number pad keys are used and directions, and I can't find the option to turn it of. If someone could tell me where to do so, I'd be very much obliged.
Thanks |
|
|
|
Kjata GURU
Joined: 10 Oct 2000 Posts: 4379 Location: USA
|
Posted: Sat Aug 03, 2002 12:23 pm |
Enter this into your command line:
#KEY KEY0 {0} "" "nosend|append"
#KEY KEY1 {1} "" "nosend|append"
#KEY KEY2 {2} "" "nosend|append"
#KEY KEY3 {3} "" "nosend|append"
#KEY KEY4 {4} "" "nosend|append"
#KEY KEY5 {5} "" "nosend|append"
#KEY KEY6 {6} "" "nosend|append"
#KEY KEY7 {7} "" "nosend|append"
#KEY KEY8 {8} "" "nosend|append"
#KEY KEY9 {9} "" "nosend|append"
Kjata |
|
|
|
LightBulb MASTER
Joined: 28 Nov 2000 Posts: 4817 Location: USA
|
Posted: Sat Aug 03, 2002 1:32 pm |
In the settings editor, there's a folder for the System class. Inside this folder you'll find folders for the Keypad and KeypadDiag classes. Set these two classes to "Disable class when connecting to a MUD".
LightBulb
Senior Member |
|
|
|
Kjata GURU
Joined: 10 Oct 2000 Posts: 4379 Location: USA
|
Posted: Sat Aug 03, 2002 6:21 pm |
You know, I tried to do that too, but when I clicked on the "Disable class when connecting to a MUD" option it prompted me to create another copy of the inherited settings with this option checked or to cancel the whole action. Now, I didn't test it out completely, but it seems to me that if it create a copy of the inherited settings in that folder and the folder with the copies is disabled, then the inherited settings would take over and the problem would still be there. So, the only other option would be to edit the inherited settings file, but that isn't recommended.
Kjata |
|
|
|
LightBulb MASTER
Joined: 28 Nov 2000 Posts: 4817 Location: USA
|
Posted: Sun Aug 04, 2002 12:47 am |
Strange, I don't get any such prompt. However, if I did I'd use the "Remove this inherited class when loading" option instead.
LightBulb
Senior Member |
|
|
|
|
|