On Thu, Dec 17, 2009 at 06:24:40PM -0800, Alan Coopersmith wrote: > PC105 is a more useful default for non-American keyboard users, > not harmful for American PC101/PC104 keyboard users. > > Signed-off-by: Alan Coopersmith <[email protected]> > --- > configure.ac | 4 ++-- > 1 files changed, 2 insertions(+), 2 deletions(-) > > diff --git a/configure.ac b/configure.ac > index 9cad91b..e202726 100644 > --- a/configure.ac > +++ b/configure.ac > @@ -527,9 +527,9 @@ AC_ARG_WITH(default-xkb-rules, > AS_HELP_STRING([--with-default-xkb-rules=RULES], > [ XKB_DFLT_RULES="$withval" ], > [ XKB_DFLT_RULES="" ]) > AC_ARG_WITH(default-xkb-model, > AS_HELP_STRING([--with-default-xkb-model=MODEL], > - [Keyboard model (default: pc104)]), > + [Keyboard model (default: pc105)]), > [ XKB_DFLT_MODEL="$withval" ], > - [ XKB_DFLT_MODEL="pc104" ]) > + [ XKB_DFLT_MODEL="pc105" ]) > AC_ARG_WITH(default-xkb-layout, > AS_HELP_STRING([--with-default-xkb-layout=LAYOUT], > [Keyboard layout (default: us)]), > [ XKB_DFLT_LAYOUT="$withval" ], > -- > 1.5.6.5
Reviewed-by: Peter Hutterer <[email protected]> Cheers, Peter _______________________________________________ xorg-devel mailing list [email protected] http://lists.x.org/mailman/listinfo/xorg-devel
