GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
Gtk2::Gdk::Keymap(3) User Contributed Perl Documentation Gtk2::Gdk::Keymap(3)

Gtk2::Gdk::Keymap - wrapper for GdkKeymap

  Glib::Object
  +----Gtk2::Gdk::Keymap

$state (Gtk2::Gdk::ModifierType)

Since: gtk+ 2.20

Since: gtk+ 2.16

$hardware_keycode (integer)

Returns a list of hash references, each with two keys: "key" pointing to a GdkKeymapKey and "keyval" pointing to the corresponding key value.

$keyval (integer)

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.

$display (Gtk2::Gdk::Display)

Since: gtk+ 2.2

Since: gtk+ 2.12

$key (scalar)

$state (Gtk2::Gdk::ModifierType)

Since: gtk+ 2.20

  • $hardware_keycode (integer)
  • $state (Gtk2::Gdk::ModifierType)
  • $group (integer)

direction-changed (Gtk2::Gdk::Keymap)
keys-changed (Gtk2::Gdk::Keymap)
state-changed (Gtk2::Gdk::Keymap)

  • 'shift-mask' / 'GDK_SHIFT_MASK'
  • 'lock-mask' / 'GDK_LOCK_MASK'
  • 'control-mask' / 'GDK_CONTROL_MASK'
  • 'mod1-mask' / 'GDK_MOD1_MASK'
  • 'mod2-mask' / 'GDK_MOD2_MASK'
  • 'mod3-mask' / 'GDK_MOD3_MASK'
  • 'mod4-mask' / 'GDK_MOD4_MASK'
  • 'mod5-mask' / 'GDK_MOD5_MASK'
  • 'button1-mask' / 'GDK_BUTTON1_MASK'
  • 'button2-mask' / 'GDK_BUTTON2_MASK'
  • 'button3-mask' / 'GDK_BUTTON3_MASK'
  • 'button4-mask' / 'GDK_BUTTON4_MASK'
  • 'button5-mask' / 'GDK_BUTTON5_MASK'
  • 'super-mask' / 'GDK_SUPER_MASK'
  • 'hyper-mask' / 'GDK_HYPER_MASK'
  • 'meta-mask' / 'GDK_META_MASK'
  • 'release-mask' / 'GDK_RELEASE_MASK'
  • 'modifier-mask' / 'GDK_MODIFIER_MASK'

  • 'ltr' / 'PANGO_DIRECTION_LTR'
  • 'rtl' / 'PANGO_DIRECTION_RTL'
  • 'ttb-ltr' / 'PANGO_DIRECTION_TTB_LTR'
  • 'ttb-rtl' / 'PANGO_DIRECTION_TTB_RTL'
  • 'weak-ltr' / 'PANGO_DIRECTION_WEAK_LTR'
  • 'weak-rtl' / 'PANGO_DIRECTION_WEAK_RTL'
  • 'neutral' / 'PANGO_DIRECTION_NEUTRAL'

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.

2022-06-07 perl v5.32.1

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.