> +#define SHIFT_NEEDED (0x1000) > +#define ALTGR_NEEDED (0x2000) > + > +#define KEY_EXCLAM (KEY_1 + SHIFT_NEEDED) /* '!' -> shift+1 */
That won't get accepted - Dmitry (input maintainer) rejected such things before as it's assuming the keymap loaded is a particular layout. I'm not quite sure how he does want these cases handled however ? (cc'd Dmitry) _______________________________________________ MeeGo-kernel mailing list [email protected] http://lists.meego.com/listinfo/meego-kernel
