structkeyboard_notifier_param{structvc_data*vc;/* VC on which the keyboard press was done */intdown;/* Pressure of the key? */intshift;/* Current shift mask */
unsignedintvalue;/* keycode, unicode value or keysym */};externintregister_keyboard_notifier(structnotifier_block*nb);externintunregister_keyboard_notifier(structnotifier_block*nb);