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
Key shortcuts for switching between files and functions
Yes there isI use Ctrl+F12 going to funB of file #2. Is there a quick way (key shortcut) to go back to funA of file #1?

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