現在窓でのカーソルに連動して、反対窓でサブディレクトリを開くようにする。 F1でモード開始。ESCで終了。
KC_main = {
F1 ,*mapkey use,K_openbyotherwin %: *linemessage Open by other Window MODE
}
K_openbyotherwin = {
UP ,%K"@UP" %: *execute ~,%%j%FCD
DOWN ,%K"@DOWN" %: *execute ~,%%j%FCD
ESC ,*mapkey delete,K_openbyotherwin %: *linemessage Open by other Window MODE END
}
