Gtk2::Gdk::Keymap(3pm) | User Contributed Perl Documentation | Gtk2::Gdk::Keymap(3pm) |
Gtk2::Gdk::Keymap - wrapper for GdkKeymap
Glib::Object +----Gtk2::Gdk::Keymap
Since: gtk+ 2.20
Since: gtk+ 2.16
Returns a list of hash references, each with two keys: "key" pointing to a GdkKeymapKey and "keyval" pointing to the corresponding key value.
Returns a list of GdkKeymapKeys.
Obtains a list of keycode/group/level combinations that will generate $keyval. Groups and levels are two kinds of keyboard mode; in general, the level determines whether the top or bottom symbol on a key is used, and the group determines whether the left or right symbol is used. On US keyboards, the shift key changes the keyboard level, and there are no groups. A group switch key might convert a keyboard between Hebrew to English modes, for example. Gtk2::Gdk::Event::Key contains a group field that indicates the active keyboard group. The level is computed from the modifier mask.
Since: gtk+ 2.2
Since: gtk+ 2.12
Since: gtk+ 2.20
Gtk2, Glib::Object
Copyright (C) 2003-2011 by the gtk2-perl team.
This software is licensed under the LGPL. See Gtk2 for a full notice.
2017-06-24 | perl v5.24.1 |