From fac0732835dfd2cb6191b887899362207ae6c537 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Thu, 12 Jun 2008 16:31:38 +0200 Subject: scroll events --- spec/Makefile | 2 +- spec/sound-naming-spec.xml | 48 ++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 49 insertions(+), 1 deletion(-) diff --git a/spec/Makefile b/spec/Makefile index 1c445fb..b8d5567 100644 --- a/spec/Makefile +++ b/spec/Makefile @@ -1,7 +1,7 @@ DOCS = sound-naming-spec.html sound-theme-spec.html %.html: %.xml - xsltproc /usr/share/sgml/docbook/xsl-stylesheets-1.73.2/xhtml/docbook.xsl $< > $@ + xsltproc /usr/share/sgml/docbook/xsl-stylesheets/xhtml/docbook.xsl $< > $@ all: $(DOCS) diff --git a/spec/sound-naming-spec.xml b/spec/sound-naming-spec.xml index a77ada8..659610d 100644 --- a/spec/sound-naming-spec.xml +++ b/spec/sound-naming-spec.xml @@ -837,6 +837,54 @@ usage. A text completion was attempted and the list of available options reached the end and completion started from the beginning. + + scroll-up + + Some window was scrolled up. + + + + scroll-down + + Some window was scrolled down. + + + + scroll-left + + Some window was scrolled left. + + + + scroll-right + + Some window was scrolled right. + + + + scroll-up-end + + Some window was scrolled up and reached the end of the scrollbar. + + + + scroll-down-end + + Some window was scrolled down and reached the end of the scrollbar. + + + + scroll-left-end + + Some window was scrolled left and reached the end of the scrollbar. + + + + scroll-right-end + + Some window was scrolled right and reached the end of the scrollbar. + + audio-volume-change -- cgit