MediaKey measure MediaKeyメジャー

Measure=MediaKey sends various keystrokes found on multimedia keyboards. The measure is controlled by !CommandMeasure bangs.Measure=MediaKeyマルチメディアキーボードで見つかったさまざまなキーストロークを送信します。測定は!CommandMeasureの強打によって制御されます

Windows will briefly display a small volume UI element in the upper-left corner of the screen when the volume is changed or the sound is muted.音量が変更されたとき、またはサウンドがミュートされたときに、ウィンドウズは画面の左上隅に小さな音量のUI要素を一時的に表示します。

Note: MediaKey was previously a plugin measure.注意:MediaKeyは以前はプラグインメジャーでした。

In many existing skins you might see the syntax:既存のスキンの多くには、次のような構文があります。

[MeasureMedia]
Measure=Plugin
Plugin=MediaKey
or
Plugin=MediaKey.dll
or
Plugin=Plugins\MediaKey.dll

MediaKey still works with those forms, and changing existing skins to the new Measure=MediaKey syntax is entirely optional. However, new skins created going forward should use the correct syntax for accuracy and clarity. MediaKey is a measure, and not a plugin.MediaKeyはまだこれらのフォームで動作し、既存のスキンを新しいMeasure=MediaKey構文に変更することは完全にオプションです。ただし、今後作成される新しいスキンは、正確さと明確さのために正しい構文を使用する必要があります。MediaKeyはメジャーであり、プラグインではありません。

[MeasureMedia]
Measure=MediaKey

Optionsオプション

General measure options一般的な測定オプション
All general measure options are valid.一般的な測定オプションはすべて有効です。

Bangs前髪

To control keystrokes on multimedia keyboards, use the !CommandMeasure bang. In the examples below MeasureMediaKey is the section name for the MediaKey measure. Your section name may differ.マルチメディアキーボードのキーストロークを制御するには、!CommandMeasure bangを使用します。以下の例でMeasureMediaKeyは、MediaKeyメジャーのセクション名です。あなたの部門名は異なるかもしれません。

!CommandMeasure "MeasureMediaKey" "NextTrack"
Moves to the next track in the list.リストの次のトラックに移動します。
!CommandMeasure "MeasureMediaKey" "PrevTrack"
Moves to the previous track in the list.リスト内の前のトラックに移動します。
!CommandMeasure "MeasureMediaKey" "Stop"
Stop playback.再生を停止します。
!CommandMeasure "MeasureMediaKey" "PlayPause"
Plays/Pause playback.再生を再生/一時停止します。
!CommandMeasure "MeasureMediaKey" "VolumeMute"
Mutes the sound.音を消します。
!CommandMeasure "MeasureMediaKey" "VolumeDown"
Decreases volume.音量を下げます。
!CommandMeasure "MeasureMediaKey" "VolumeUp"
Increases volume.音量を上げます。

Example

[MeasureMediaKey]
Measure=MediaKey

[MeterMute]
Meter=String
SolidColor=0,0,0,255
FontColor=255,255,255,255
Text=Mute
LeftMouseUpAction=!CommandMeasure "MeasureMediaKey" "VolumeMute"

関連記事

スポンサーリンク

特定のテーブルに指定したボーダー色が別のテーブルにも適用される

ホームページ製作・web系アプリ系の製作案件募集中です。

上に戻る