Skip to content

Commit fbf6679

Browse files
committed
Input: move the new KEY_SELECTIVE_SCREENSHOT keycode
We should try to keep keycodes sequential unless there is a reason to leave a gap in numbering, so let's move it from 0x280 to 0x27a while we still can. Fixes: 3b059da ("Input: allocate keycode for Selective Screenshot key") Acked-by: Rajat Jain <[email protected]> Link: https://lore.kernel.org/r/20200326182711.GA259753@dtor-ws Signed-off-by: Dmitry Torokhov <[email protected]>
1 parent 52afa50 commit fbf6679

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/uapi/linux/input-event-codes.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -653,7 +653,7 @@
653653
#define KEY_PRIVACY_SCREEN_TOGGLE 0x279
654654

655655
/* Select an area of screen to be copied */
656-
#define KEY_SELECTIVE_SCREENSHOT 0x280
656+
#define KEY_SELECTIVE_SCREENSHOT 0x27a
657657

658658
/*
659659
* Some keyboards have keys which do not have a defined meaning, these keys

0 commit comments

Comments
 (0)