Advertisement
Guest User

Untitled

a guest
Oct 28th, 2010
200
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.90 KB | None | 0 0
  1. diff --git a/manual/appendix/wps_tags.tex b/manual/appendix/wps_tags.tex
  2. index cec341e..4ee7d4e 100644
  3. --- a/manual/appendix/wps_tags.tex
  4. +++ b/manual/appendix/wps_tags.tex
  5. @@ -586,7 +586,11 @@ Example:
  6.  
  7.  
  8. \opt{touchscreen}{
  9. - \section{Touchscreen Areas (WPS only)}
  10. + \section{Target Has A Touchscreen?}
  11. + \begin{tagmap}
  12. + \config{\%Tp} & Indicates that the target has a touchscreen.\\
  13. + \end{tagmap}
  14. + \section{Touchscreen Areas}
  15. \begin{tagmap}
  16. \config{\%T(x,y,[width],\tabnlindent[height],action)}
  17. & Invoke the action specified when the user presses in the defined
  18. @@ -615,7 +619,7 @@ Example:
  19. \item[volup] -- Increase the volume by one step.
  20. \end{description}
  21.  
  22. - \section{Last Touchscreen Press (WPS only)}
  23. + \section{Last Touchscreen Press}
  24. \begin{tagmap}
  25. \config{\%Tl} & Indicates that the touchscreen is pressed.\\
  26. \end{tagmap}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement