Searched defs:keyboard_notifier_param (Results 1 – 1 of 1) sorted by relevance
32 struct keyboard_notifier_param { struct33 struct vc_data *vc; /* VC on which the keyboard press was done */34 int down; /* Pressure of the key? */35 int shift; /* Current shift mask */36 int ledstate; /* Current led state */37 unsigned int value; /* keycode, unicode value or keysym */