Page 1 of 1

Moving between split windows

Posted: Tue Apr 12, 2005 6:30 pm
by Mae Cobol
Hello,

Just a simple request (hopefully), when you have two or more different files open at once you can press the Alt-N key on your keyboard to move between the different files or you can use your mouse to move between the files. But when you have a single file open and it is split into 2 parts you have to use the mouse or the Toggle Views (Icon on the toolbar) to move between the split windows. Is there some key stroke pattern that will invoke this Toggle Views action?

Mike

Posted: Tue Apr 12, 2005 11:12 pm
by Guest
Hi Mike,
Is there some key stroke pattern that will invoke this Toggle Views action?

Just bind the WindowViewNext and WindowViewPrevious keyboard functions to which ever key pattern you like :)

Cheers Jussi

Posted: Wed Apr 13, 2005 1:49 pm
by Mae Cobol
Anonymous wrote:Hi Mike,
Is there some key stroke pattern that will invoke this Toggle Views action?

Just bind the WindowViewNext and WindowViewPrevious keyboard functions to which ever key pattern you like :)

Cheers Jussi

How do you do this?

Posted: Wed Apr 13, 2005 3:30 pm
by Mae Cobol
Thank Jussi :)

But how do you bind the WindowViewNext and WindowViewPrevious keyboard functions to the keyboard? :?: I have done keyboard mapping but not binding.

Thanks Mike

Posted: Wed Apr 13, 2005 11:13 pm
by Guest
Take a look at this keyboard macro example. For functions the procedure is even easier since you don't have to write a macro :)

Jussi