Overleaf には、選択した単語をインデックスするためのショートカットはありますか?

Overleaf には、選択した単語をインデックスするためのショートカットはありますか?

Overleaf でテキストを書いていて、選択した単語 (多数) を含む索引を含めたいと考えています。そのためには、パッケージを使用しますimakeidx。単語をマークしてショートカット キーを押すだけで、何度も書かずに済むように、ショートカット キーまたはキーボード ホットキーを定義することは可能でしょうか\index{selected word}?

\documentclass{article}
\usepackage[utf8]{inputenc}
\usepackage[T1]{fontenc}
\usepackage{imakeidx}
\makeindex

\begin{document}

\section{Introduction}
In this example several keywords\index{keywords} will be used 
which are important and deserve to appear in the Index\index{Index}.

Terms like generate\index{generate} and some\index{others} will 
also show up. 

\printindex

\end{document}

事前にどうもありがとうございました!

関連情報