Home
last modified time | relevance | path

Searched refs:keys (Results 1 – 16 of 16) sorted by relevance

/lvgl-latest/docs/details/other-components/
Dgridnav.rst26 the Widget so that gridnav can process the arrow keys.
45 child Widgets that the end user will navigate among using arrow keys) use
53 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 keys
60 - :cpp:enumerator:`LV_GRIDNAV_CTRL_VERTICAL_MOVE_ONLY`: Only use the up/down keys
/lvgl-latest/scripts/gdb/
Dgdbinit.py10 for key in tuple(filter(lambda m: m.startswith("lvglgdb"), sys.modules.keys())):
/lvgl-latest/scripts/
Dgenerate_lv_conf.py82 if key in defaults.keys():
101 unused_keys = [k for k in defaults.keys() if k not in keys_used]
Dproperties.py104 for widget in sorted(properties_by_widget.keys()):
/lvgl-latest/docs/details/widgets/
Dkeyboard.rst45 The layouts of the ``TEXT`` modes contain "keys" to change mode.
62 control maps are preconfigured to only show the pop-overs on keys that
67 Note that pop-overs for keys in the top row will draw outside the Widget
Dtable.rst96 keys.
Dlottie.rst115 No keys are processed by Lottie Widgets.
Dslider.rst104 changed with keys. The event is sent continuously while the Slider is
Dtextarea.rst188 Shift+click and keyboard-only text selection with Shift+Arrow keys is expected to
/lvgl-latest/docs/details/main-components/
Dindev.rst244 ``lv_core/lv_group.h`` for the available keys.
306 In each group there is exactly one object with focus which receives the pressed keys
308 and you press some letter on a keyboard, the keys will be sent and inserted into the
334 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 navigation
371 Since a keypad has plenty of keys, it's easy to navigate between Widgets
373 "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
/lvgl-latest/tests/unity/
Dgenerate_test_runner.rb119 substring_re = Regexp.union(substring_subs.keys)
123 substring_unre = Regexp.union(substring_unsubs.keys)
/lvgl-latest/docs/details/debugging/
Dprofiler.rst163 In the Perfetto UI, use the :kbd:`A` or :kbd:`D` keys to pan the timeline horizontally
164 and the :kbd:`W` or :kbd:`S` keys to zoom in or out on the timeline.
/lvgl-latest/docs/details/base-widget/
Dobj.rst505 … :cpp:enumerator:`LV_OBJ_FLAG_SCROLL_WITH_ARROW` Allow scrolling the focused Widget with arrow keys
609 (as declared by the widget class), the arrow keys (:cpp:enumerator:`LV_KEY_UP`,
/lvgl-latest/src/drivers/wayland/
Dlv_wayland.c794 struct wl_array * keys) in keyboard_handle_enter() argument
800 LV_UNUSED(keys); in keyboard_handle_enter()
/lvgl-latest/scripts/gen_json/
Dpycparser_monkeypatch.py758 for tdef_name in _typedefs.keys():
/lvgl-latest/docs/
DDoxyfile1549 # using the <cursor keys>. Press <Enter> to select an item or <escape> to cancel
1551 # search box by pressing <Shift>+<cursor down>. Also here use the <cursor keys>