Macのキーボードのファンクションキーを任意のキー入力にカスタマイズするにはフリーソフトのKarabiner を使用します。
https://pqrs.org/osx/karabiner/index.html.ja
Karabinerをインストールしたら
<root>
と</root>
の間に以下をコピペ
<item>
<name>My-Change F13 to [Command]+[Shift]+V</name>
<identifier>private.f13_to_delete</identifier>
<autogen>__KeyToKey__ KeyCode::F13,
KeyCode::V, ModifierFlag::COMMAND_L | ModifierFlag::SHIFT_L,
</autogen>
</item>
Karabiner キーコード一覧 : http://bit.ly/1QfY38S
Karabiner デフォルト設定一覧 : http://bit.ly/1WzYClB
private.xml 設定方法 : http://bit.ly/1Vxm3wP