Re: keyboard layouts
Frode Vatvedt Fjeld <[email protected]> 14 Mar 2007 21:40:24 +0100
| Newsgroups | gmane.lisp.movitz.devel |
|---|---|
| Message-ID | <[email protected]> |
[email protected] writes: > I cleaned up my dvorak hack from ages ago. It rearranges some stuff > and creates an exported function, x86-pc.keyboard:set-kbd-layout. call > it with :dvorak or :qwerty to switch to that layout. default is > qwerty, of course. So, now you can eval at the repl: > > (x86-pc.keyboard:set-kbd-layout :dvorak) Thanks! I checked this in just now. I just renamed *kbd-layouts* to *layouts* and changed it to be an assoc list rather than hash-table. -- Frode Vatvedt Fjeld