sjbach / lusty

LustyExplorer / LustyJuggler for Vim
http://www.vim.org/scripts/script.php?script_id=1890
256 stars 30 forks source link

Support for Dvorak and alternative keyboard layouts in LustyJuggler #63

Closed gotgenes closed 12 years ago

gotgenes commented 12 years ago

I have added fairly robust support for the Dvorak keyboard layout to LustyJuggler by refactoring the LustyJuggler and NameBar Ruby classes. In particular, the refactoring of the LustyJuggler class makes it extensible by subclassing, which was difficult previously due to use of class variables (which are affected in parent classes upon reassignment by subclasses) and hard-coding of mapping and unmappings.

This series of commits will add support for Dvorak and lays the way for further extension of other keyboard layouts through subclassing the LustyJuggler class.

sjbach commented 12 years ago

Merged - thanks!

sjbach commented 12 years ago

p.s. Excellent patch.

gotgenes commented 12 years ago

Thanks so much! =-D