We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f5639b1 commit 8feea06Copy full SHA for 8feea06
src/scancodes.rs
@@ -425,6 +425,8 @@ evdev_enum!(
425
KEY_10CHANNELSUP = 0x1b8, /* 10 channels up (10+) */
426
KEY_10CHANNELSDOWN = 0x1b9, /* 10 channels down (10-) */
427
KEY_IMAGES = 0x1ba, /* AL Image Browser */
428
+ KEY_PICKUP_PHONE = 0x1bd,
429
+ KEY_HANGUP_PHONE = 0x1be,
430
KEY_DEL_EOL = 0x1c0,
431
KEY_DEL_EOS = 0x1c1,
432
KEY_INS_LINE = 0x1c2,
0 commit comments