mirror of
https://gitlab.freedesktop.org/libinput/libinput.git
synced 2026-01-05 13:40:16 +01:00
Include COMPOSE and KANA keys in tests
Part-of: <https://gitlab.freedesktop.org/libinput/libinput/-/merge_requests/990>
This commit is contained in:
parent
7c91e3539c
commit
a191a46a78
1 changed files with 12 additions and 2 deletions
|
|
@ -435,14 +435,24 @@ START_TEST(keyboard_leds)
|
|||
LIBINPUT_LED_CAPS_LOCK);
|
||||
libinput_device_led_update(device,
|
||||
LIBINPUT_LED_SCROLL_LOCK);
|
||||
libinput_device_led_update(device,
|
||||
LIBINPUT_LED_COMPOSE);
|
||||
libinput_device_led_update(device,
|
||||
LIBINPUT_LED_KANA);
|
||||
|
||||
libinput_device_led_update(device,
|
||||
LIBINPUT_LED_NUM_LOCK|
|
||||
LIBINPUT_LED_NUM_LOCK |
|
||||
LIBINPUT_LED_CAPS_LOCK);
|
||||
libinput_device_led_update(device,
|
||||
LIBINPUT_LED_NUM_LOCK|
|
||||
LIBINPUT_LED_NUM_LOCK |
|
||||
LIBINPUT_LED_CAPS_LOCK |
|
||||
LIBINPUT_LED_SCROLL_LOCK);
|
||||
libinput_device_led_update(device,
|
||||
LIBINPUT_LED_NUM_LOCK |
|
||||
LIBINPUT_LED_CAPS_LOCK |
|
||||
LIBINPUT_LED_SCROLL_LOCK |
|
||||
LIBINPUT_LED_COMPOSE |
|
||||
LIBINPUT_LED_KANA);
|
||||
libinput_device_led_update(device, 0);
|
||||
libinput_device_led_update(device, -1);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue