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] |
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] |
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] |
関連記事
- WebParser measure Webパーサーメジャー
- Uptime measure アップタイム測定
- Time measure タイムメジャー
- String measure ストリングメジャー
- Script measure スクリプトメジャー
- Registry measure レジストリ対策
- RecycleManager measure RecycleManagerメジャー
- Plugin measure プラグインメジャー
- NowPlaying measure 今すぐプレイ
- Net measures ネット対策
- Memory measures メモリー対策
- Loop measure ループ対策
- FreeDiskSpace measure FreeDiskSpaceメジャー
- CPU measure CPUメジャー
- Calc measure 計算メジャー
- General Measure Options 一般的な測定オプション
スポンサーリンク