From efca907c4302538be9ad209f99550b074cad1f6c Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Wed, 11 Jun 2008 00:22:48 +0200 Subject: Add a few events known by knotify but not known by us. Heya! Here are a bunch of addition event names, stolen from KDE's knotify. Lennart Signed-off-by: Lennart Poettering --- spec/sound-naming-spec.xml | 78 ++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 78 insertions(+) diff --git a/spec/sound-naming-spec.xml b/spec/sound-naming-spec.xml index e1ae5ad..2e2913c 100644 --- a/spec/sound-naming-spec.xml +++ b/spec/sound-naming-spec.xml @@ -576,6 +576,42 @@ usage. The sound used when the user clicks on an inactive window. + + window-attention-active + + An active/visible window demands attention. + + + + window-attention-inactive + + An inactive/invisible window demands attention. + + + + window-move-start + + A window move started + + + + window-move-end + + A window move ended + + + + window-resize-start + + A window resize started + + + + window-resize-end + + A window resize ended + + desktop-switch-left @@ -588,12 +624,30 @@ usage. The sound used when the window manager switches to another desktop which is located to the right of the current screen. + + window-switch + + The sound used when the window manager switches to another window. + + notebook-tab-changed The sound used when a notebook tab is changed. + + bell-terminal + + The sound to use as a terminal bell. + + + + bell-window-system + + The sound to use as a generic bell for X11 or other window systems. + + dialog-ok @@ -759,6 +813,30 @@ usage. A countdown (e.g. for a photo shooting) sound that is repeated each second. + + completion-sucess + + A text completion was attempted and was successful. + + + + completion-fail + + A text completion was attempted and was not successful. + + + + completion-partial + + A text completion was attempted and was partially successful. + + + + completion-rotation + + A text completion was attempted and the list of available options reached the end and completion started from the beginning. + + audio-volume-change -- cgit