Page 1 of 1

Powtty Help please!

Posted: Tue Dec 08, 2009 7:16 pm
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 :)

Re: Powtty Help please!

Posted: Wed Dec 09, 2009 9:24 am
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).

Re: Powtty Help please!

Posted: Sun Dec 13, 2009 7:43 pm
by Ortansia
What a pity :(

Thanks anyway

Re: Powtty Help please!

Posted: Mon Dec 14, 2009 8:25 am
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.