Searched defs:keyboard_notifier_param (Results 1 – 1 of 1) sorted by relevance
10 struct keyboard_notifier_param { struct11 struct vc_data *vc; /* VC on which the keyboard press was done */12 int down; /* Pressure of the key? */13 int shift; /* Current shift mask */14 int ledstate; /* Current led state */15 unsigned int value; /* keycode, unicode value or keysym */