summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLennart Poettering <mzfuryy@0pointer.net>2008-06-12 16:31:38 +0200
committerLennart Poettering <mzfuryy@0pointer.net>2008-06-12 16:31:38 +0200
commitfac0732835dfd2cb6191b887899362207ae6c537 (patch)
treedbb2694109a03d6875cf7d732b6ec600ea1d6212
parent5058e49154c89417ca738ed7a2c9860147075c35 (diff)
scroll events
-rw-r--r--spec/Makefile2
-rw-r--r--spec/sound-naming-spec.xml48
2 files changed, 49 insertions, 1 deletions
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.
</entry>
</row>
+ <row>
+ <entry>scroll-up</entry>
+ <entry>
+ Some window was scrolled up.
+ </entry>
+ </row>
+ <row>
+ <entry>scroll-down</entry>
+ <entry>
+ Some window was scrolled down.
+ </entry>
+ </row>
+ <row>
+ <entry>scroll-left</entry>
+ <entry>
+ Some window was scrolled left.
+ </entry>
+ </row>
+ <row>
+ <entry>scroll-right</entry>
+ <entry>
+ Some window was scrolled right.
+ </entry>
+ </row>
+ <row>
+ <entry>scroll-up-end</entry>
+ <entry>
+ Some window was scrolled up and reached the end of the scrollbar.
+ </entry>
+ </row>
+ <row>
+ <entry>scroll-down-end</entry>
+ <entry>
+ Some window was scrolled down and reached the end of the scrollbar.
+ </entry>
+ </row>
+ <row>
+ <entry>scroll-left-end</entry>
+ <entry>
+ Some window was scrolled left and reached the end of the scrollbar.
+ </entry>
+ </row>
+ <row>
+ <entry>scroll-right-end</entry>
+ <entry>
+ Some window was scrolled right and reached the end of the scrollbar.
+ </entry>
+ </row>
<row>
<entry>audio-volume-change</entry>
<entry>