Karya, built on 2023-08-29T07:47:28 (patch 7a412d5d6ba4968ca4155ef276a062ccdeb9109a)
Safe HaskellSafe-Inferred

Cmd.KeyLayouts

Description

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

data Layout Source #

Instances

Instances details
Show Layout Source # 
Instance details

Defined in Cmd.KeyLayouts

layout :: String -> [Char] -> [Char] -> Layout Source #