見出し画像

obsidian-copilotが快適すぎてHotkeyをアサインするついでに既存のHotkey一覧を整理したメモ

アプリ内で表示させればいいだけなんだけど、せっかくだから文字列として取得したくなった。プレーンテキストとして一発でエクスポートする手段はなさそうだったので

  • 設定画面からHotkey一覧を表示

  • Windowsの画面からテキスト抽出機能で文字列をコピー

    • Windows + Shift + T

  • Obsidianにペースト

  • obsidian-copilotで修正

    • Fix grammar and spelling of selection

    • Model: Gemini Pro

  • 目視による検品と微修正

  • obsidian-copilotで修正でMarkdown表形式に変換

    • Apply ad-hoc custom prompt

    • Model: GPT-4 Turbo

  • obsidian-copilotで修正で日本語の対訳を追加

    • Apply ad-hoc custom prompt

    • Model: GPT-4 Turbo
      目視による検品と微修正

ということをした。各工程の90%くらいが正確で、修正は10%くらい

Markdown形式の表にしてリクエストはGemini Proで通じなかったからGPT-4 Turbo使った

はじめて意識したけど、便利なのがあるねえ

既存のホットキー一覧
| Feature                               | 機能                    | ショートカット                            |
| ------------------------------------- | --------------------- | ---------------------------------- |
| Add file property                     | ファイルのプロパティを追加         | Ctrl + ;                           |
| Close current tab                     | 現在のタブを閉じる             | Ctrl + W                           |
| Close window                          | ウィンドウを閉じる             | Ctrl + Shift + W                   |
| Command palette: Open command palette | コマンドパレットを開く           | Ctrl + P                           |
| Create new note                       | 新しいノートを作成する           | Ctrl + N                           |
| Create note to the right              | 右側にノートを作成する           | Ctrl + Shift + N                   |
| Delete paragraph                      | 段落を削除する               | Ctrl + D                           |
| Follow link under cursor              | カーソル下のリンクをたどる         | Alt + Enter                        |
| Go to last tab                        | 最後のタブに移動する            | Ctrl + 9                           |
| Go to next tab                        | 次のタブに移動する             | Ctrl + Tab, Ctrl + Page Down       |
| Go to previous tab                    | 前のタブに移動する             | Ctrl + Shift + Tab, Ctrl + Page Up |
| Go to tab #1                          | タブ #1 に移動する           | Ctrl + 1                           |
| Go to tab #2                          | タブ #2 に移動する           | Ctrl + 2                           |
| Go to tab #3                          | タブ #3 に移動する           | Ctrl + 3                           |
| Go to tab #4                          | タブ #4 に移動する           | Ctrl + 4                           |
| Go to tab #5                          | タブ #5 に移動する           | Ctrl + 5                           |
| Go to tab #6                          | タブ #6 に移動する           | Ctrl + 6                           |
| Go to tab #7                          | タブ #7 に移動する           | Ctrl + 7                           |
| Go to tab #8                          | タブ #8 に移動する           | Ctrl + 8                           |
| Graph view: Open graph view           | グラフビューを開く             | Ctrl + G                           |
| Insert Markdown link                  | マークダウンリンクを挿入する        | Ctrl + K                           |
| Navigate back                         | 戻る                    | Ctrl + Alt + ←                     |
| Navigate forward                      | 進む                    | Ctrl + Alt + →                     |
| New tab                               | 新しいタブを開く              | Ctrl + T                           |
| Open help                             | ヘルプを開く                | F1                                 |
| Open link under cursor in new tab     | カーソル下のリンクを新しいタブで開く    | Ctrl + Enter                       |
| Open link under cursor in new window  | カーソル下のリンクを新しいウィンドウで開く | Ctrl + Alt + Shift + Enter         |
| Open link under cursor to the right   | カーソル下のリンクを右側に開く       | Ctrl + Alt + Enter                 |
| Open settings                         | 設定を開く                 | Ctrl + ,                           |
| Quick switcher: Open quick switcher   | クイックスイッチャーを開く         | Ctrl + O                           |
| Rename file                           | ファイルの名前を変更する          | F2                                 |
| Save current file                     | 現在のファイルを保存する          | Ctrl + S                           |
| Search & replace in current file      | 現在のファイルで検索と置換を行う      | Ctrl + H                           |
| Search current file                   | 現在のファイルを検索する          | Ctrl + F                           |
| Search: Search in all files           | すべてのファイルで検索する         | Ctrl + Shift + F                   |
| Toggle bold                           | 太字を切り替える              | Ctrl + B                           |
| Toggle checkbox status                | チェックボックスの状態を切り替える     | Ctrl + L                           |
| Toggle comment                        | コメントを切り替える            | Ctrl + /                           |
| Toggle italic                         | イタリックを切り替える           | Ctrl + I                           |
| Toggle reading view                   | 閲覧ビューを切り替える           | Ctrl + E                           |
| Undo close tab                        | 閉じたタブを元に戻す            | Ctrl + Shift + T                   |



obsidian-copilot の機能一覧とアサインしたホットキー
| Feature                                  | Shortcut         |
| ---------------------------------------- | ---------------- |
| Emojify selection                        |                  |
| Add custom prompt                        |                  |
| Simplify selection                       |                  |
| Edit custom prompt                       |                  |
| Summarize selection                      |                  |
| Translate selection                      | Ctrl + Shift + L |
| Apply custom prompt                      | Ctrl + Shift + C |
| Delete custom prompt                     |                  |
| Make selection longer                    |                  |
| Make selection shorter                   |                  |
| Change tone of selection                 |                  |
| Clear local vector store                 |                  |
| Toggle Copilot Chat Window               |                  |
| Remove URLs from selection               |                  |
| Apply ad-hoc custom prompt               | Ctrl + Shift + A |
| Rewrite selection to a tweet             |                  |
| Explain selection like I'm 5             |                  |
| Set note context for Chat mode           |                  |
| Generate glossary for selection          |                  |
| Rewrite selection to a tweet thread      |                  |
| Count words and tokens in selection      |                  |
| Rewrite selection to a press release     |                  |
| Fix grammar and spelling of selection    |                  |
| Toggle Copilot Chat Window in Note Area  |                  |
| Generate table of contents for selection |                  |

Obsidian関連note


この記事が気に入ったらサポートをしてみませんか?