Key_Add("Alt-Cursor-up",'[VISUAL EXIT]#103=Buf_Num BS(1) DoV("\CU\") BS(2) DoV("\CU\") BS(#103)',INSERT+OK) // Define as scroll both windows up Key_Add("Alt-Cursor-down", '[VISUAL EXIT]#103=Buf_Num BS(1) DoV("\CD\") BS(2) DoV("\CD\") BS(#103)',INSERT+OK) // Define as scroll both windows down Key_Add("Alt-Cursor-right",'[VISUAL EXIT]#103=Buf_Num BS(1) DoV("\CR\") BS(2) DoV("\CR\") BS(#103)',INSERT+OK) // Define as scroll both windows right Key_Add("Alt-Cursor-left", '[VISUAL EXIT]#103=Buf_Num BS(1) DoV("\CL\") BS(2) DoV("\CL\") BS(#103)',INSERT+OK) // Define as scroll both windows left