kmonad-0.4.1: Advanced keyboard remapping utility

Copyright(c) David Janssen 2019
LicenseMIT
Maintainerjanssen.dhj@gmail.com
Stabilityexperimental
Portabilityportable
Safe HaskellNone
LanguageHaskell2010

KMonad.Keyboard.ComposeSeq

Contents

Description

This module contains only a Haskellified list of (nearly) all X11 compose-key sequences. For each entry we have the sequence of keys that defines it, the UTF-8 character that it represents, and the X11 name for this sequence/character.

Synopsis

Sequences

ssComposed :: [(Text, Char, Text)] Source #

A collection of all supported compose-key sequences (nearly all X11 compose-key sequences). Each tuple consists of: 1. A string that, when parsed to a tap-macro, will emit the sequence. 2. The UTF-8 character that it represents 3. A descriptive-name