|
NAMEGtk2::Gdk::Keymap - wrapper for GdkKeymapHIERARCHYGlib::Object +----Gtk2::Gdk::Keymap METHODSmodifiertype = $keymap->add_virtual_modifiers ($state)
Since: gtk+ 2.20 boolean = $keymap->get_caps_lock_stateSince: gtk+ 2.16keymap = Gtk2::Gdk::Keymap->get_defaultdirection = $keymap->get_direction({ key1, keyval1 }, { ... }) = $keymap->get_entries_for_keycode (hardware_keycode)
Returns a list of hash references, each with two keys: "key" pointing to a GdkKeymapKey and "keyval" pointing to the corresponding key value. keys = $keymap->get_entries_for_keyval (keyval)
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. keymap = Gtk2::Gdk::Keymap->get_for_display ($display)
Since: gtk+ 2.2 boolean = $keymap->have_bidi_layoutsSince: gtk+ 2.12integer = $keymap->lookup_key ($key)
(bool, new_state) = $keymap->map_virtual_modifiers (keymap, state)
Since: gtk+ 2.20 (keyval, effective_group, level, consumed_modifiers) = $keymap->translate_keyboard_state (hardware_keycode, state, group)
SIGNALS
ENUMS AND FLAGSflags Gtk2::Gdk::ModifierType
enum Pango::Direction
SEE ALSOGtk2, Glib::ObjectCOPYRIGHTCopyright (C) 2003-2011 by the gtk2-perl team.This software is licensed under the LGPL. See Gtk2 for a full notice.
Visit the GSP FreeBSD Man Page Interface. |