>>612
編集OKになったんだから自分で足したらいい
https://sikiapp.net/_script/からcontextmenu.js落としてきてprofile\componentsに入れる
contextmenu.jsをテキストエディタで開いて
```
{
"__version": "0.28.0",
```
のすぐ下にでも
```
".res-name": [
{ "menu_set": "thread-resname" },
{ "command": "filter:set.pp", "accelerator": "f" }
],
".res-col": [
{ "menu_set": "thread-rescol", "accelerator": "p" },
{ "command": "clipboard:copy", "accelerator": "c",
"prop_params": ["copytext"], "label": "コピー" },
{ "command": "filter:set.pp", "accelerator": "f" },
{ "command": "sidepanel:search.setword", "accelerator": "s" },
{ "menu_set": "thread-resmark", "accelerator": "m" },
{ "type": "separator" },
{ "menu_set": "attach", "ap": "id" },
{ "command": "mark:set.mute", "accelerator": "n",
"prop_params": ["tabid", "colkey"] }
],
```
をコピペして上書き、Siki再起動
それでいけるはず