Tomboy「新しいノートを作成する」にキーボードショートカットを追加するには?

Tomboy「新しいノートを作成する」にキーボードショートカットを追加するには?

私はLinux Mintを使用しており、Tomboy Notesをかなり使用しています。新しいノートウィンドウをすぐに開き、入力を開始できるカスタムキーボードショートカットを追加したいと思います。 Tomboy用のカスタムキーボードショートカットを作成しましたが、これはデフォルトですぐに入力を開始できるように新しいノートを作成するのではなく、デフォルトの検索ウィンドウを実行します。これを達成する方法はありますか?

オンラインで検索したところ、「tomboy --search」などのTomboyの他のコマンドが見つかりましたが、インスタントノートを作成するためのコマンドは見つかりませんでした。

ここに画像の説明を入力してください。

ベストアンサー1

ああ、私はこの問題を解決しましたが、まだ他に答えがないので、他の人が興味がある場合に備えて、ここに私のソリューションを投稿することをお勧めします。

したがって、デフォルトでは、「カスタムショートカットの追加」コマンドセクションで、「tomboy」の代わりに「tomboy --new-note」と入力する必要があります。

プログラムがサポートするコマンドオプションの一部がわからない場合は、端末に「[プログラム名] --help」と入力すると、すべてのオプションが一覧表示されます。

user@laptop:~$ tomboy --help
Tomboy: A simple, easy to use desktop note-taking application.
Copyright © 2004-2007 Alex Graveley
<[email protected]>

Copyright © 2004-2017 Others
Usage:
  --version         Print version information.
  --help            Print this usage message.
  --note-path [path]        Load/store note data in this directory.
  --search [text]       Open the search all notes window with the search text.
  --new-note            Create and display a new note.
  --new-note [title]        Create and display a new note, with a title.
  --open-note [title/url]   Display the existing note matching title.
  --start-here          Display the 'Start Here' note.
  --highlight-search [text] Search and highlight text in the opened note.
  --addin:html-export-all [path]    Exports all notes to HTML in the given location.
  --addin:html-export-all-quit [path]   Exports all notes to HTML in the given location and then quits.

おすすめ記事