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
