[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Need your input for keymap configuration



On Wed, Jan 19, 2000 at 02:37:14PM +0100, Christian T. Steigies wrote:
> Moin Haggie,
> On Wed, Jan 19, 2000 at 01:12:22PM +0100, Hartmut Koptein wrote:
> > as you all may know, the console-data arch-detection routine is broken.
> > 
> > Powerc and m68k need some tests, i've not changed any of the m68k code, it
> > is the source from console-data.config. 
> what do you want us to do with it?
>  
> > For the tests:
> > 
> > print "Arch ist: $arch\n\n";
> Arch ist: m68k
>  
> > console-data.config:
> what do I do with this?
> 
> At home I allways this, I allready wanted to complain again...
> 
> Configuring packages ...      
> Please report this bug: no keymaps described for architecture m68k/ amiga 2000
> 
> PS not sure how much mail I lost today, the var dir of the mail server is
> full, redirecting everything again to a save machine...

i added the following to console-data.config. Something similar could be done
for m68k, altough it would be best to have something that shared the amiga
keyboards over the ppc and m68k keymaps. Not sure it is possible though.

Also i think the reason why this bit us all now, is that since a long time
console-tool was there, became essential and replaced the kbd stuff, but apt
never upgraded it. If it would have, we would have complained since earlier.

Friendly,

Sven LUTHER


--- console-data.config.orig	Thu Jan 13 22:20:23 2000
+++ console-data.config	Thu Jan 13 22:19:53 2000
@@ -226,6 +226,31 @@
 	},
     },
 };
+$keymaps->{powerpc} = {
+    'amiga' => {
+	'Germany' => {
+	    'Standard' => 'amiga-de',
+	},
+	'Spain' => {
+	    'Standard' => 'amiga-es',
+	},
+	'France' => {
+	    'Standard' => 'amiga-fr',
+	},
+	'Italy' => {
+	    'Standard' => 'amiga-it',
+	},
+	'Sweden' => {
+	    'Standard' => 'amiga-se',
+	},
+	'Swiss German' => {
+	    'Standard' => 'amiga-sg',
+	},
+	'US' => {
+	    'Standard' => 'amiga-us',
+	},
+    },
+};
 
 
 #


Reply to: