9fans - fans of the OS Plan 9 from Bell Labs
 help / color / mirror / Atom feed
* [9fans] simple keyboard question
@ 2003-12-21 13:46 Hugo Santos
  2003-12-21 17:07 ` Rob Pike
  2003-12-21 22:14 ` Hugo Santos
  0 siblings, 2 replies; 19+ messages in thread
From: Hugo Santos @ 2003-12-21 13:46 UTC (permalink / raw)
  To: 9fans

How may i change the keymap in plan9? I wish to use Dvorak. I browsed
through some man pages but found no information.

Hugo Santos



^ permalink raw reply	[flat|nested] 19+ messages in thread
* Re: [9fans] Dvorak
@ 2000-06-19 15:04 presotto
  0 siblings, 0 replies; 19+ messages in thread
From: presotto @ 2000-06-19 15:04 UTC (permalink / raw)
  To: 9fans

[-- Attachment #1: Type: text/plain, Size: 351 bytes --]

I've clearly learned a bit over the years.  I had a keyboard with the
keys in the wrong place.  I wrote a program that mounted on top of
/dev/cons and just did swapping.  I'll try to dig it up.  Having
/n/dump is great but only if you can remember sort of what the
file was called.

If you need to see up/down events, you have to rewrite kbd.c

[-- Attachment #2: Type: message/rfc822, Size: 3108 bytes --]

From: jim.robinson@stanford.edu (James A. Robinson)
To: 9fans@cse.psu.edu
Subject: [9fans] Dvorak
Date: Sun, 18 Jun 2000 20:36:04 GMT
Message-ID: <200006182010.QAA08173@cse.psu.edu>

> By the way, I'm a Dvorak user and therefore it is difficult to study
> Plan 9 with ordinary qwerty layout. How can I remap the layout to Drovak?

I haven't checked out the new system, but unless they added some of
forsythe's hacks you may have to do some work to get a qwerty->dvorak
mapping to work.  I'm curious why one can't just buy a keyboard mapped
to dvorak already?

------- Forwarded Messages

Date:    Mon, 25 Sep 1995 19:55:43 -0400
From:    cort@cs.nmt.edu (Cort)
To:      9fans
Subject: dvorak keyboard layout

Is there a way to swap keys around to emulate a dvorak keyboard with a
normal one?  I couldn't find anything in the man pages of documentation I
have.

------- Message 2

Date:    Mon, 25 Sep 1995 21:57:49 -0400
From:    presotto@plan9.att.com
To:      9fans
Subject: re: dvorak keyboard layout

Nope, hack kbd.c.

------- Message 3

Date:    Tue, 26 Sep 1995 06:15:06 -0400
From:    forsyth@plan9.cs.york.ac.uk
To:      9fans@cs.psu.edu
Subject: keyboard layout

>>Is there a way to swap keys around to emulate a dvorak keyboard with a
>>normal one?

i've got small changes to kbd.c and a rudimentary #κ device that exports
a kbmap file.  you can echo things to it to change some of the maps.
i haven't yet defined a sensible interface between it and kbd.c;
currently it is PC only, but that should change.

^ permalink raw reply	[flat|nested] 19+ messages in thread
* [9fans] Dvorak
@ 2000-06-18 21:07 Hiroki Tamakoshi
  0 siblings, 0 replies; 19+ messages in thread
From: Hiroki Tamakoshi @ 2000-06-18 21:07 UTC (permalink / raw)
  To: 9fans

> > By the way, I'm a Dvorak user and therefore it is difficult to study
> > Plan 9 with ordinary qwerty layout. How can I remap the layout to Drovak?
>
> I haven't checked out the new system, but unless they added some of
> forsythe's hacks you may have to do some work to get a qwerty->dvorak
> mapping to work.  I'm curious why one can't just buy a keyboard mapped
> to dvorak already?>
(snip)

Thanks for information.
I have a keyboard mapped to Dvorak, but ThinkPad 600 has no keyboard
connector.

Anyway, I'll try to dirty hack to /sys/src/9/pc/kbd.c.
I'll appear in this news group when I can't understand the way to
reconstruct the kernel.


^ permalink raw reply	[flat|nested] 19+ messages in thread
* [9fans] Dvorak
@ 2000-06-18 20:10 James A. Robinson
  0 siblings, 0 replies; 19+ messages in thread
From: James A. Robinson @ 2000-06-18 20:10 UTC (permalink / raw)
  To: Hiroki Tamakoshi; +Cc: Plan 9 Mailing List

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain; charset="x-unknown", Size: 1379 bytes --]

> By the way, I'm a Dvorak user and therefore it is difficult to study
> Plan 9 with ordinary qwerty layout. How can I remap the layout to Drovak?

I haven't checked out the new system, but unless they added some of
forsythe's hacks you may have to do some work to get a qwerty->dvorak
mapping to work.  I'm curious why one can't just buy a keyboard mapped
to dvorak already?

------- Forwarded Messages

Date:    Mon, 25 Sep 1995 19:55:43 -0400
From:    cort@cs.nmt.edu (Cort)
To:      9fans
Subject: dvorak keyboard layout

Is there a way to swap keys around to emulate a dvorak keyboard with a
normal one?  I couldn't find anything in the man pages of documentation I
have.

------- Message 2

Date:    Mon, 25 Sep 1995 21:57:49 -0400
From:    presotto@plan9.att.com
To:      9fans
Subject: re: dvorak keyboard layout

Nope, hack kbd.c.

------- Message 3

Date:    Tue, 26 Sep 1995 06:15:06 -0400
From:    forsyth@plan9.cs.york.ac.uk
To:      9fans@cs.psu.edu
Subject: keyboard layout

>>Is there a way to swap keys around to emulate a dvorak keyboard with a
>>normal one?

i've got small changes to kbd.c and a rudimentary #κ device that exports
a kbmap file.  you can echo things to it to change some of the maps.
i haven't yet defined a sensible interface between it and kbd.c;
currently it is PC only, but that should change.


^ permalink raw reply	[flat|nested] 19+ messages in thread

end of thread, other threads:[~2003-12-23 23:53 UTC | newest]

Thread overview: 19+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-12-21 13:46 [9fans] simple keyboard question Hugo Santos
2003-12-21 17:07 ` Rob Pike
2003-12-21 21:00   ` [9fans] dvorak Michael Baldwin
2003-12-22  9:48     ` a
2003-12-22 14:21       ` Brantley Coile
2003-12-22 23:43         ` Adrian Tritschler
2003-12-23  6:38           ` boyd, rounin
2003-12-23 15:15           ` jpc
2003-12-23 16:28             ` Rob Pike
2003-12-23 20:07               ` Joel Salomon
2003-12-23 20:40                 ` Richard Miller
2003-12-23 23:53           ` Steve Kilbane
2003-12-21 21:14   ` [9fans] simple keyboard question Rasputin
2003-12-22  7:20   ` boyd, rounin
2003-12-21 22:14 ` Hugo Santos
2003-12-22  8:43   ` Fco.J.Ballesteros
  -- strict thread matches above, loose matches on Subject: below --
2000-06-19 15:04 [9fans] Dvorak presotto
2000-06-18 21:07 Hiroki Tamakoshi
2000-06-18 20:10 James A. Robinson

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).