Key shortcuts for switching between files and functions

Get help with the installation and running of the Zeus IDE. Please do not post bug reports or feature requests here. When in doubt post your question here.
Post Reply
nanmu
Posts: 7
Joined: Mon Aug 20, 2012 9:29 pm

Key shortcuts for switching between files and functions

Post by nanmu »

Hi Jussi,
I wonder if there are some key shortcuts for switching from one file/function to another file/function?

For example, I have a function funA in file #1, and funA call another funB in file #2, in funA, I use Ctrl+F12 going to funB of file #2. Is there a quick way (key shortcut) to go back to funA of file #1?

Thanks,
Jeff
jussij
Site Admin
Posts: 2650
Joined: Fri Aug 13, 2004 5:10 pm

Post by jussij »

I use Ctrl+F12 going to funB of file #2. Is there a quick way (key shortcut) to go back to funA of file #1?
Yes there is :)

The Ctrl+F12 is a Tags navigation function and is found on the Tags menu.

If you look down this menu you will see a bunch of undo/redo functions.

As the name suggests, these functions will undo/redo any tag navigation movements.

To bind any of these these menu items to a shortcut key just do the following:

1) Record a macro with the menu that needs to be bound.

2) View the macro source to find the name of the keyboard function bound to the menu.

3) Edit the keyboard mapping and bind that keyboard function to any key you like.

Cheers Jussi
nanmu
Posts: 7
Joined: Mon Aug 20, 2012 9:29 pm

Post by nanmu »

Thanks, Jussi.

Jeff
Post Reply