Skip to content

Commit 8feea06

Browse files
AntoinePrvjeff-hiner
authored andcommitted
Add phone keys
1 parent f5639b1 commit 8feea06

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/scancodes.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -425,6 +425,8 @@ evdev_enum!(
425425
KEY_10CHANNELSUP = 0x1b8, /* 10 channels up (10+) */
426426
KEY_10CHANNELSDOWN = 0x1b9, /* 10 channels down (10-) */
427427
KEY_IMAGES = 0x1ba, /* AL Image Browser */
428+
KEY_PICKUP_PHONE = 0x1bd,
429+
KEY_HANGUP_PHONE = 0x1be,
428430
KEY_DEL_EOL = 0x1c0,
429431
KEY_DEL_EOS = 0x1c1,
430432
KEY_INS_LINE = 0x1c2,

0 commit comments

Comments
 (0)