9fans - fans of the OS Plan 9 from Bell Labs
 help / color / mirror / Atom feed
* [9fans] Dvorak
@ 2000-06-18 20:10 James A. Robinson
  0 siblings, 0 replies; 13+ 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] 13+ messages in thread
* [9fans] Dvorak
@ 2000-06-18 21:07 Hiroki Tamakoshi
  0 siblings, 0 replies; 13+ 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] 13+ messages in thread
* Re: [9fans] Dvorak
@ 2000-06-19 15:04 presotto
  0 siblings, 0 replies; 13+ 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] 13+ messages in thread
* Re: [9fans] simple keyboard question
@ 2003-12-21 17:07 Rob Pike
  2003-12-21 21:00 ` [9fans] dvorak Michael Baldwin
  0 siblings, 1 reply; 13+ messages in thread
From: Rob Pike @ 2003-12-21 17:07 UTC (permalink / raw)
  To: 9fans

funny thing about dvorak keyboards.  they're based on bad science.
mr dvorak knew what we wanted and fudged his data until he got it,
but it was all bogus.  on the other had, the qwerty keyboard actually
was tested quite a bit in the early days and came out on top.

dvoraks are no more efficient for typists than qwerty keyboards.
the only good argument i've heard for using them is that, during the
transition period, you tend to be a very slow typist and this may
alleviate RSI.

-rob



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

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

Thread overview: 13+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2000-06-18 20:10 [9fans] Dvorak James A. Robinson
2000-06-18 21:07 Hiroki Tamakoshi
2000-06-19 15:04 presotto
2003-12-21 17:07 [9fans] simple keyboard question 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

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).