-
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
8 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,11 @@ | ||
execute-command="コマンド実行" | ||
shown="表示時" | ||
hidden="非表示時" | ||
activated="アクティブ時" | ||
deactivated="非アクティブ時" | ||
shown-in-preview="プレビュー時" | ||
hidden-from-preview="プレビューからの非表示時" | ||
prop-sig-show="非表示時に、表示時コマンドへシグナルを送る" | ||
prop-sig-active="非アクティブ時に、アクティブ時コマンドへシグナルを送る" | ||
prop-sig-preview="プレビューからの非表示時に、プレビュー時コマンドへシグナルを送る" | ||
prop-sig-active="非アクティブ時に、アクティブ時に実行したコマンドへシグナルを送る" | ||
prop-sig-preview="プレビューからの非表示時に、プレビュー時に実行したコマンドへシグナルを送る" | ||
prop-sig="シグナル" | ||
|