Skip to content

Commit

Permalink
Input: add definitions for frame forward and frame back keys
Browse files Browse the repository at this point in the history
Signed-off-by: Aristeu Rozanski <aris@ruivo.org>
Signed-off-by: Dmitry Torokhov <dtor@mail.ru>
  • Loading branch information
Aristeu Rozanski authored and Dmitry Torokhov committed Nov 27, 2007
1 parent 6957c82 commit c23f1f9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions include/linux/input.h
Original file line number Diff line number Diff line change
Expand Up @@ -530,6 +530,9 @@ struct input_absinfo {
#define KEY_DOLLAR 0x1b2
#define KEY_EURO 0x1b3

#define KEY_FRAMEBACK 0x1b4 /* Consumer - transport controls */
#define KEY_FRAMEFORWARD 0x1b5

#define KEY_DEL_EOL 0x1c0
#define KEY_DEL_EOS 0x1c1
#define KEY_INS_LINE 0x1c2
Expand Down

0 comments on commit c23f1f9

Please sign in to comment.