Safe Haskell | Safe-Inferred |
---|
This defines some key layouts. Local.KeyLayout is expected to export
layout :: KeyLayouts.Layout
. If your key layout is already qwerty, just
use KeyLayouts.qwerty
.
Ultimately this is necessary because some keys are mapped based on their physical location.
Documentation
qwerty_unshifted :: [Char] Source #
qwerty_shifted :: [Char] Source #
qwerty_unshifted_rows :: [[Char]] Source #
qwerty_shifted_rows :: [[Char]] Source #