Page 1 of 1

[Bug] hot key assigned to script modifies its

Posted: 06 Aug 2009 02:44
by wc96
for example, I use the following script to swap left/right panels:

Code: Select all

focus P1; $p1_dir = "<curpath>";focus P2; $p2_dir = "<curpath>";focus P1; goto $p2_dir;focus P2; goto $p1_dir;
I assigned shift-W under Run Script for this command. but instead of just swap the panels, it created new ones due to the [shift] in my shortcut key. this is most definitely not the intended behavior. please fix at your leisure. after I assigned a non-shift shortcut this command works perfectly without creating new windows.

thanks for a great product! :D

Re: [Bug] hot key assigned to script modifies its

Posted: 06 Aug 2009 08:27
by admin
I think I could fix it, thanks!