From 8d3aab9d901da9961c5aa2842b1556e849ab8090 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Thu, 17 Sep 2009 22:00:01 +0200 Subject: differentiate device-added/removed --- spec/sound-naming-spec.xml | 32 ++++++++++++++++++++++++++++---- 1 file changed, 28 insertions(+), 4 deletions(-) diff --git a/spec/sound-naming-spec.xml b/spec/sound-naming-spec.xml index 3b5e4e2..556d7dd 100644 --- a/spec/sound-naming-spec.xml +++ b/spec/sound-naming-spec.xml @@ -5,8 +5,8 @@
Sound Naming Specification - Version 0.2 - 4 June 2008 + Post-0.3 Snapshot + 2009 Marc-Andre @@ -312,13 +312,13 @@ usage. complete-media-rip - The sound used when an optical medium completed ripping. + The sound used when an (optical) medium completed ripping. complete-media-format - The sound used when an optical medium completed ripping. + The sound used when a disk/medium completed formatting/blanking. @@ -482,12 +482,36 @@ usage. The sound used when a device has become available to the desktop, i.e. due to USB plugging. + + device-added-audio + + The sound used when an audio device has become available to the desktop, i.e. due to USB plugging. + + + + device-added-media + + The sound used when a disk/medium has become available to the desktop, i.e. due to USB plugging. + + device-removed The sound used when a device has become unavailable to the desktop, i.e. due to USB unplug. + + device-removed-media + + The sound used when a disk/medium has become unavailable to the desktop, i.e. due to USB unplug. + + + + device-removed-audio + + The sound used when an audio device has become unavailable to the desktop, i.e. due to USB unplug. + + window-new -- cgit