diff options
Diffstat (limited to 'specs/appB.xml')
-rw-r--r-- | specs/appB.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/specs/appB.xml b/specs/appB.xml index 93a2cf6..74ac82c 100644 --- a/specs/appB.xml +++ b/specs/appB.xml @@ -729,11 +729,11 @@ The detail field is supported for the following event types: </row> <row> <entry>ButtonPress</entry> - <entry>button from event <emphasis>detail</emphasis></entry> + <entry>“Button” followed by button from event <emphasis>detail</emphasis> (e.g. <function>Button1</function>)</entry> </row> <row> <entry>ButtonRelease</entry> - <entry>button from event <emphasis>detail</emphasis></entry> + <entry>“Button” followed by button from event <emphasis>detail</emphasis> (e.g. <function>Button42</function>)</entry> </row> <row> <entry>MotionNotify</entry> |