答え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.