hagleitn / speed-type

Practice touch/speed typing in emacs
175 stars 16 forks source link

working on a keyboard drills add-on package [interest check] #16

Open jasonm23 opened 8 years ago

jasonm23 commented 8 years ago

I really like the minima speed-type interface and I have decades of bad habits to correct so I built a keyboard (QWERTY) drill add-on

I don't like the fact that web based typing trainers expect you to pick up the mouse all the time and gtypist isn't flexible enough for me when I want to use my own text.

I intend to close this issue after adding my addon to MELPA.

New lessons and exercises can be added pretty easily:

(add-to-list 'speed-type-keyboard-drills-lesson-list
  '(:lesson "My Lesson Name"
    :exercises '(
                "asdf ;lkj asdf ;lkj asdf ;lkj"
                "etc etc etc etc")
                ;; ... and so on.
   ))                 

Anyway WIP is over here ... (just in my .emacs.d at the moment / not a properly defined package.)

https://github.com/ocodo/.emacs.d/blob/master/plugins/speed-type-keyboard-drills.el