:right-sidebar: True ShortcutType =================================================================== .. currentmodule:: gi.repository.Gtk .. class:: ShortcutType :no-contents-entry: GtkShortcutType specifies the kind of shortcut that is being described. More values may be added to this enumeration over time. Fields ------ .. rst-class:: interim-class .. class:: ShortcutType :no-index: .. attribute:: ACCELERATOR The shortcut is a keyboard accelerator. The GtkShortcutsShortcut:accelerator property will be used. .. attribute:: GESTURE The shortcut is a gesture. The GtkShortcutsShortcut:icon property will be used. .. attribute:: GESTURE_PINCH The shortcut is a pinch gesture. GTK provides an icon and subtitle. .. attribute:: GESTURE_ROTATE_CLOCKWISE The shortcut is a clockwise rotation gesture. GTK provides an icon and subtitle. .. attribute:: GESTURE_ROTATE_COUNTERCLOCKWISE The shortcut is a counterclockwise rotation gesture. GTK provides an icon and subtitle. .. attribute:: GESTURE_STRETCH The shortcut is a stretch gesture. GTK provides an icon and subtitle. .. attribute:: GESTURE_SWIPE_LEFT The shortcut is a swipe gesture. GTK provides an icon and subtitle. .. attribute:: GESTURE_SWIPE_RIGHT The shortcut is a swipe gesture. GTK provides an icon and subtitle. .. attribute:: GESTURE_TWO_FINGER_SWIPE_LEFT The shortcut is a two-finger swipe gesture. GTK provides an icon and subtitle. .. attribute:: GESTURE_TWO_FINGER_SWIPE_RIGHT The shortcut is a two-finger swipe gesture. GTK provides an icon and subtitle.