~canonical-dx-team/ubuntu/maverick/gtk+2.0/menuproxy

« back to all changes in this revision

Viewing changes to docs/reference/gdk/xml/keys.xml

  • Committer: Bazaar Package Importer
  • Author(s): Sebastien Bacher
  • Date: 2009-09-23 09:50:04 UTC
  • mfrom: (1.5.3 upstream)
  • mto: This revision was merged to the branch mainline in revision 129.
  • Revision ID: james.westby@ubuntu.com-20090923095004-e9xauadn4bjs5n7m
Tags: upstream-2.18.0
ImportĀ upstreamĀ versionĀ 2.18.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
101
101
it must be included independently, because the file is quite large.
102
102
</para>
103
103
<para>
 
104
Key values are regularly updated from the upstream X.org X11 implementation,
 
105
so new values are added regularly. They will be prefixed with GDK_ rather than
 
106
XF86XK_ or XK_ (for older symbols).
 
107
</para>
 
108
<para>
104
109
Key values can be converted into a string representation using
105
110
<link linkend="gdk-keyval-name"><function>gdk_keyval_name()</function></link>. The reverse function, converting a string to a key value,
106
111
is provided by <link linkend="gdk-keyval-from-name"><function>gdk_keyval_from_name()</function></link>.