mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-12-27 06:00:22 +00:00
Solve a wrong reference on gdk_keymap_translate_keyboard_state
Solves https://bugzilla.gnome.org/show_bug.cgi?id=608345
This commit is contained in:
parent
d2b412af40
commit
bc39d88b44
@ -34,7 +34,7 @@ When it makes sense, key values can be converted to and from
|
|||||||
Unicode characters with gdk_keyval_to_unicode() and gdk_unicode_to_keyval().
|
Unicode characters with gdk_keyval_to_unicode() and gdk_unicode_to_keyval().
|
||||||
</para>
|
</para>
|
||||||
|
|
||||||
<para>
|
<para id="key-group-explanation">
|
||||||
One #GdkKeymap object exists for each user display. gdk_keymap_get_default()
|
One #GdkKeymap object exists for each user display. gdk_keymap_get_default()
|
||||||
returns the #GdkKeymap for the default display; to obtain keymaps for other
|
returns the #GdkKeymap for the default display; to obtain keymaps for other
|
||||||
displays, use gdk_keymap_get_for_display(). A keymap
|
displays, use gdk_keymap_get_for_display(). A keymap
|
||||||
|
@ -1422,7 +1422,7 @@ translate_keysym (GdkKeymapX11 *keymap_x11,
|
|||||||
* Translates the contents of a #GdkEventKey into a keyval, effective
|
* Translates the contents of a #GdkEventKey into a keyval, effective
|
||||||
* group, and level. Modifiers that affected the translation and
|
* group, and level. Modifiers that affected the translation and
|
||||||
* are thus unavailable for application use are returned in
|
* are thus unavailable for application use are returned in
|
||||||
* @consumed_modifiers. See gdk_keyval_get_keys() for an explanation of
|
* @consumed_modifiers. See <xref linkend="key-group-explanation"/> for an explanation of
|
||||||
* groups and levels. The @effective_group is the group that was
|
* groups and levels. The @effective_group is the group that was
|
||||||
* actually used for the translation; some keys such as Enter are not
|
* actually used for the translation; some keys such as Enter are not
|
||||||
* affected by the active keyboard group. The @level is derived from
|
* affected by the active keyboard group. The @level is derived from
|
||||||
|
Loading…
Reference in New Issue
Block a user