Searched refs:keys (Results 1 – 16 of 16) sorted by relevance
26 the Widget so that gridnav can process the arrow keys.45 child Widgets that the end user will navigate among using arrow keys) use53 left/right keys) or first/last row (on up/down keys)58 - :cpp:enumerator:`LV_GRIDNAV_CTRL_HORIZONTAL_MOVE_ONLY`: Only use the left/right keys60 - :cpp:enumerator:`LV_GRIDNAV_CTRL_VERTICAL_MOVE_ONLY`: Only use the up/down keys
10 for key in tuple(filter(lambda m: m.startswith("lvglgdb"), sys.modules.keys())):
82 if key in defaults.keys():101 unused_keys = [k for k in defaults.keys() if k not in keys_used]
104 for widget in sorted(properties_by_widget.keys()):
45 The layouts of the ``TEXT`` modes contain "keys" to change mode.62 control maps are preconfigured to only show the pop-overs on keys that67 Note that pop-overs for keys in the top row will draw outside the Widget
96 keys.
115 No keys are processed by Lottie Widgets.
104 changed with keys. The event is sent continuously while the Slider is
188 Shift+click and keyboard-only text selection with Shift+Arrow keys is expected to
244 ``lv_core/lv_group.h`` for the available keys.306 In each group there is exactly one object with focus which receives the pressed keys308 and you press some letter on a keyboard, the keys will be sent and inserted into the334 There are some predefined keys which have special meaning:349 The most important special keys in your :cpp:func:`read_cb` function are:359 You should translate some of your keys to these special keys to support navigation371 Since a keypad has plenty of keys, it's easy to navigate between Widgets373 "keys" and hence it is difficult to navigate using the default options.429 - other keys will be passed to the focused widget.431 If you hold the keys it will simulate an encoder advance with period
119 substring_re = Regexp.union(substring_subs.keys)123 substring_unre = Regexp.union(substring_unsubs.keys)
163 In the Perfetto UI, use the :kbd:`A` or :kbd:`D` keys to pan the timeline horizontally164 and the :kbd:`W` or :kbd:`S` keys to zoom in or out on the timeline.
505 … :cpp:enumerator:`LV_OBJ_FLAG_SCROLL_WITH_ARROW` Allow scrolling the focused Widget with arrow keys609 (as declared by the widget class), the arrow keys (:cpp:enumerator:`LV_KEY_UP`,
794 struct wl_array * keys) in keyboard_handle_enter() argument800 LV_UNUSED(keys); in keyboard_handle_enter()
758 for tdef_name in _typedefs.keys():
1549 # using the <cursor keys>. Press <Enter> to select an item or <escape> to cancel1551 # search box by pressing <Shift>+<cursor down>. Also here use the <cursor keys>