help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Half-QWERTY keyboard minor mode


From: Kevin Rodgers
Subject: Re: Half-QWERTY keyboard minor mode
Date: Thu, 02 Oct 2008 20:24:31 -0600
User-agent: Thunderbird 2.0.0.17 (Macintosh/20080914)

Corey Foote wrote:
Thanks! It works now. The only problem is I can't seem to type a space while in right-hand-qwerty mode.

This part of Hugo's solution allows you to insert a space by typing it
twice (SPC SPC):

 > >> (local-set-key (kbd "SPC SPC") (lambda () (interactive) (insert "
 > >> ")))))

--
Kevin Rodgers
Denver, Colorado, USA





reply via email to

[Prev in Thread] Current Thread [Next in Thread]