To make it easier to call utags, add the following lines in the User Menu (if not already there):
6
Create Ctags file
#124=Reg_Free Call_File(#124,"ctags.vdm") Reg_Empty(#124)
12
Lookup in Ctags
#124=Reg_Free Call_File(#124,"utags.vdm") Reg_Empty(#124)
16
Return from Ctags file
#124=Reg_Free Call_File(#124,"utags.vdm","GO_BACK") Reg_Empty(#124)
(In the above menu configuration, hotkeys E, T and G are used. You may need to change these if they are already used in your User Menu.)
Then configure shortcut keys to these menu items. You can do this for example by using
. After recording the key macro, save your keyboard configuration, or save your project.Alternatively, you can add the following definitions directly to the vedit.key file:
Ctrl-F12 [MENU]UT Ctrl-Shift-F12 [MENU]UG
These are calls to "Lookup in Ctags" and "Return from Ctags file", respectively. ("Create Ctags file" is used less often, so you may not need to add shortcut key for it.)