Re: permanently changing keyboard layout for forth

2008-03-17 Thread Ties Stuij
On Sat, Mar 15, 2008 at 7:27 PM, Mitch Bradley [EMAIL PROTECTED] wrote:

extremely helpful stuff /

Thanks!

/Ties
___
Devel mailing list
Devel@lists.laptop.org
http://lists.laptop.org/listinfo/devel


Re: permanently changing keyboard layout for forth

2008-03-17 Thread Richard A. Smith
Ties Stuij wrote:
 On Sat, Mar 15, 2008 at 7:27 PM, Mitch Bradley [EMAIL PROTECTED] wrote:
 
 extremely helpful stuff /
 
 Thanks!

Perhaps you can create a wiki page with summarizing what you did and 
what your results were?

-- 
Richard Smith  [EMAIL PROTECTED]
One Laptop Per Child
___
Devel mailing list
Devel@lists.laptop.org
http://lists.laptop.org/listinfo/devel


Re: permanently changing keyboard layout for forth

2008-03-17 Thread C. Scott Ananian
The /home/olpc/.i18n file should provide a lighter-weight mechanism to
accomplish what you want; perhaps Michael or Bernie could elaborate?
I'm not certain of the details myself.
 --scott

-- 
 ( http://cscott.net/ )
___
Devel mailing list
Devel@lists.laptop.org
http://lists.laptop.org/listinfo/devel


Re: permanently changing keyboard layout for forth

2008-03-17 Thread Bernardo Innocenti
C. Scott Ananian wrote:
 The /home/olpc/.i18n file should provide a lighter-weight mechanism to
 accomplish what you want; perhaps Michael or Bernie could elaborate?
 I'm not certain of the details myself.

To customize the keyboard, you need to either edit
/etc/sysconfig/keyboard, or create /home/olpc/.kbd.

The contents in both cases should be:

   XKB_MODEL=olpc
   XKB_LAYOUT=2 letter ISO country code
   XKB_VARIANT=olpc # usually!
   KEYTABLE=system console keymap

See http://wiki.laptop.org/go/Olpc-utils for further details.

-- 
 \___/
 |___|   Bernardo Innocenti - http://www.codewiz.org/
  \___\  One Laptop Per Child - http://www.laptop.org/
___
Devel mailing list
Devel@lists.laptop.org
http://lists.laptop.org/listinfo/devel


Re: permanently changing keyboard layout for forth

2008-03-17 Thread Ties Stuij
On Tue, Mar 18, 2008 at 6:25 AM, Bernardo Innocenti [EMAIL PROTECTED] wrote:
 C. Scott Ananian wrote:
   The /home/olpc/.i18n file should provide a lighter-weight mechanism to
   accomplish what you want; perhaps Michael or Bernie could elaborate?
   I'm not certain of the details myself.

  To customize the keyboard, you need to either edit
  /etc/sysconfig/keyboard, or create /home/olpc/.kbd.

  The contents in both cases should be:

XKB_MODEL=olpc
XKB_LAYOUT=2 letter ISO country code
XKB_VARIANT=olpc # usually!
KEYTABLE=system console keymap

  See http://wiki.laptop.org/go/Olpc-utils for further details.

Yes for Linux. But I wanted to permanently change the keyboard layout
for Forth. But thanks all the same.

/Ties
___
Devel mailing list
Devel@lists.laptop.org
http://lists.laptop.org/listinfo/devel


Re: permanently changing keyboard layout for forth

2008-03-17 Thread Ties Stuij
On Tue, Mar 18, 2008 at 3:06 AM, Richard A. Smith [EMAIL PROTECTED] wrote:

 Ties Stuij wrote:
   On Sat, Mar 15, 2008 at 7:27 PM, Mitch Bradley [EMAIL PROTECTED] wrote:
  
   extremely helpful stuff /
  
   Thanks!

  Perhaps you can create a wiki page with summarizing what you did and
  what your results were?

Of course, of course. As it happens I've become quite a fanatic wiki
updater of late. It's on the todo list.

/Ties
___
Devel mailing list
Devel@lists.laptop.org
http://lists.laptop.org/listinfo/devel


permanently changing keyboard layout for forth

2008-03-14 Thread Ties Stuij
I'm trying to permanently change my OFW keyboard layout from spanish to us.

At the moment i can change the keyboard layout with:

select keyboard
set-keyboard ( which defaults to us )

and I guess I have to change the Keyboard ascii map (KA) value in the
spi with values called or used by (set-keyboard) somehow, but this is
wild speculation on my part. I couldn't really figure out the correct
way, and I don't want to totally mess up my keyboard layout by
guessing.

Does someone know the Right Way (or some way less set in stone but
with more or less guaranteed outcome)?

Thanks in advance!
/Ties
___
Devel mailing list
Devel@lists.laptop.org
http://lists.laptop.org/listinfo/devel


permanently changing keyboard layout for forth

2008-03-14 Thread Ties Stuij
-- Forwarded message --
From: Ties Stuij [EMAIL PROTECTED]
Date: Fri, Mar 14, 2008 at 4:12 PM
Subject: Re: permanently changing keyboard layout for forth
To: Mitch Bradley [EMAIL PROTECTED]



On Fri, Mar 14, 2008 at 2:50 PM, Mitch Bradley [EMAIL PROTECTED] wrote:
  If you are really, truly sure that you never want the Spanish layout,
   you can delete the KA tag entirely and OFW will default to US layout.
 
   ok   KA $delete-tag
 
   That is doublequote space K A doublequote space   i.e. one space
   between the first doublequote and the 'K', no space between 'A' and the
   second doubleqoute, one or more spaces between the second doublequote
   and the dollar
 
   As the author of the firmware, I am certain that is the correct
   solution.  The likelihood of bricking your machine with this procedure
   is vanishingly small.  However, as a dislaimer, if you should happen to
   brick it, I won't have time to help you recover it, because I am
   horribly overworked at the moment.

 Thanks for the help. Not sure I want to risk never to be able to get
 back to Spanish though. Might also not be practical for testing
 purposes.

 It seems like I found the address of something that resembles the us
 keymap. Unsurprisingly under 'keymap'. But it doesn't really match the
 description in Manufacturing_data on the wiki.

 If you've got the time, do you happen to know where i can find the
 proper address of the us layout as expected by KA, or a document/the
 files which enumerate(s) the correct byte-sequence for different
 kb-layouts? Together with a decompiled change-tag, that should be
 enough info to change KA.

 Thanks,
 Ties
___
Devel mailing list
Devel@lists.laptop.org
http://lists.laptop.org/listinfo/devel