[Bug] hot key assigned to script modifies its
Posted: 06 Aug 2009 02:44
for example, I use the following script to swap left/right panels:
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!
Code: Select all
focus P1; $p1_dir = "<curpath>";focus P2; $p2_dir = "<curpath>";focus P1; goto $p2_dir;focus P2; goto $p1_dir;thanks for a great product!