Norbert Wermes
2014-04-03 13:38:04 UTC
I have a shortcut definition which puts \index{keyword} behind the text "keyword"
// NW defines alt+< key to insert "INDEX" after word on which cursor sits
ITEM="ind"
CAPTION="&ind"
IMAGE="ind"
MACRO="Exe('%b\Menus\Shortcuts\index.edt');"
SHORTCUT="32994::Alt+<"
REQ_DOCUMENT=1
this works ok.
Now I would like to define another shortcut which puts \index{keyword |( } , i.e. initializing a range, but I do not know
what to replace the line
MACRO="Exe('%b\Menus\Shortcuts\index.edt');"
with.
I also would like to define more shortcuts, like for \index{keyword |) } and others.
Thanks,
// NW defines alt+< key to insert "INDEX" after word on which cursor sits
ITEM="ind"
CAPTION="&ind"
IMAGE="ind"
MACRO="Exe('%b\Menus\Shortcuts\index.edt');"
SHORTCUT="32994::Alt+<"
REQ_DOCUMENT=1
this works ok.
Now I would like to define another shortcut which puts \index{keyword |( } , i.e. initializing a range, but I do not know
what to replace the line
MACRO="Exe('%b\Menus\Shortcuts\index.edt');"
with.
I also would like to define more shortcuts, like for \index{keyword |) } and others.
Thanks,