Status Report
Some time ago I was asking about sentences with all 26 letters of the alphabet exactly once. I've since acquired a couple of extra dead keyboards, so I now have much more flexibility in this. (I thought rearranging the keys on a dead keyboard in some interesting way would be a better use for it than occupying space in a landfill.) Though a single-keyboard possibility would be a ROT13'd keyboard.
I haven't actually done anything about this tho...
no subject
From the set of Stargate SG-1. (http://photos.geah.org/cgi-bin/frame.cgi/2003/gatecon/hd04.jpg)
no subject
no subject
no subject
He didn't reconfigure the keyboard layout as far as the computer was concerned, though. When I needed to type at his PC, he seemed quite upset that I didn't even notice what he'd done.
no subject
no subject
(Anonymous) 2004-08-24 02:34 pm (UTC)(link)~Ctrl ~Shift Lock a: string(N) \n\
~Ctrl ~Lock Shift a: string(N) \n\
~Ctrl Shift Lock a: string(n) \n\
~Ctrl ~Shift ~Lock a: string(n) \n
~Ctrl ~Shift Lock n: string(A) \n\
~Ctrl ~Lock Shift n: string(A) \n\
~Ctrl Shift Lock n: string(a) \n\
~Ctrl ~Shift ~Lock n: string(a) \n
*VT100.Translations: #override F1: keymap(rot13)
*VT100.rot13Keymap.Translations: \
F1: keymap(None) \n\
Swap(a,A,n,N) \
Swap(b,B,o,O) \
Swap(c,C,p,P) \
Swap(d,D,q,Q) \
Swap(e,E,r,R) \
Swap(f,F,s,S) \
Swap(g,G,t,T) \
Swap(h,H,u,U) \
Swap(i,I,v,V) \
Swap(j,J,w,W) \
Swap(k,K,x,X) \
Swap(l,L,y,Y) \
Swap(m,M,z,Z)
no subject
(Anonymous) 2004-08-24 02:48 pm (UTC)(link)