Powtty Help please!

Here we discussed clients, mappers, tunnels and their settings.
Locked
Ortansia
Posts: 142
Joined: Mon Feb 25, 2008 6:52 pm
Location: Algeria

Powtty Help please!

Post by Ortansia »

Hi, Well I want to make some new hotkeys to be faster when dealing with doors :p

I want to make a special hotkey that is to bind shift with any other key

Shift+Num* ( above Num8key) for open/close $door2

so I wrote :
#bind SHIFT+KPslash ^[Oa {#send ("open "+$door2)}
#bind SHIFT+KP* ^[Ob={#send ("close "+$door2)}

but it doesn't work even if I turn num lock off :(

Anyone know how to make it work? or is this option available only for JMC?

Thanks in advance :)
Image
Chark
Posts: 27
Joined: Wed Feb 27, 2008 8:12 am

Re: Powtty Help please!

Post by Chark »

I remember that I couldn't make it work in powtty. That was one of the reasons I moved on to use powwow (in linux).
Ortansia
Posts: 142
Joined: Mon Feb 25, 2008 6:52 pm
Location: Algeria

Re: Powtty Help please!

Post by Ortansia »

What a pity :(

Thanks anyway
Image
Chark
Posts: 27
Joined: Wed Feb 27, 2008 8:12 am

Re: Powtty Help please!

Post by Chark »

Funny anyway that I have that exact same binding in use. Without shift it's open ${door} and with shift open ${door2}. I have bound it with ctrl to unlock+open and close+lock. KP+ I have bound to plain 'open exit' and KP-to 'close exit'. Works for me. KP+ and KP- without modifiers should work in powtty too.
Locked