diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2003-10-15 12:59:19 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2003-10-15 12:59:19 +0000 |
commit | 7e0a4ae3b7ccaef5c62bc670f738a4733f7f38c3 (patch) | |
tree | 0a36191f4bdfa8c9957790f99f04a66cbd41c993 | |
parent | 14980649d3847ffa332fd9c0e2a7c2955f6f8cd6 (diff) | |
download | drakx-7e0a4ae3b7ccaef5c62bc670f738a4733f7f38c3.tar drakx-7e0a4ae3b7ccaef5c62bc670f738a4733f7f38c3.tar.gz drakx-7e0a4ae3b7ccaef5c62bc670f738a4733f7f38c3.tar.bz2 drakx-7e0a4ae3b7ccaef5c62bc670f738a4733f7f38c3.tar.xz drakx-7e0a4ae3b7ccaef5c62bc670f738a4733f7f38c3.zip |
using uk instead of us keyboard for now to have less warnings
-rw-r--r-- | move/move.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/move/move.pm b/move/move.pm index 59a7d7e32..ad9acdd45 100644 --- a/move/move.pm +++ b/move/move.pm @@ -43,7 +43,7 @@ sub automatic_xconf { log::l('automatic XFree configuration'); require Xconfig::default; - $o->{raw_X} = Xconfig::default::configure({ KEYBOARD => 'us' }, $o->{mouse}); + $o->{raw_X} = Xconfig::default::configure({ KEYBOARD => 'uk' }, $o->{mouse}); #- using uk instead of us for now to have less warnings require Xconfig::main; require class_discard; |