~ubuntu-branches/ubuntu/lucid/libx11/lucid

« back to all changes in this revision

Viewing changes to man/xkb/XkbTranslateKeySym.man

  • Committer: Bazaar Package Importer
  • Author(s): Timo Aaltonen
  • Date: 2009-12-04 11:43:54 UTC
  • mfrom: (1.1.10 upstream) (2.1.5 sid)
  • Revision ID: james.westby@ubuntu.com-20091204114354-0lik4mbb1bv1a8nw
Tags: 2:1.3.2-1ubuntu1
* Merge from Debian unstable, remaining changes:
  - Add 100_latin_locale_alias.diff (LP 379785)

Show diffs side-by-side

added added

removed removed

Lines of Context:
31
31
XkbTranslateKeySym \- Find the string and symbol associated with a keysym for a 
32
32
given keyboard state
33
33
.SH SYNOPSIS
 
34
.HP
34
35
.B int XkbTranslateKeySym
35
 
(
36
 
.I dpy ,
37
 
.I sym_inout ,
38
 
.I mods ,
39
 
.I buf ,
40
 
.I nbytes ,
41
 
.I extra_rtrn
42
 
)
43
 
.br
44
 
      Display *\fIdpy\fP\^;
45
 
.br
46
 
      KeySym *\fIsym_inout\fP\^;
47
 
.br
48
 
      unsigned int  \fImods\fP\^;
49
 
.br
50
 
      char *\fIbuf\fP\^;
51
 
.br
52
 
      int \fInbytes\fP\^;
53
 
.br
54
 
      int *\fIextra_rtrn\fP\^;
 
36
.BI "(\^Display *" "dpy" "\^,"
 
37
.BI "KeySym *" "sym_inout" "\^,"
 
38
.BI "unsigned int " "mods" "\^,"
 
39
.BI "char *" "buf" "\^,"
 
40
.BI "int " "nbytes" "\^,"
 
41
.BI "int *" "extra_rtrn" "\^);"
55
42
.if n .ti +5n
56
43
.if t .ti +.5i
57
44
.SH ARGUMENTS