Skip to content

Latest commit

 

History

History
 
 

layouts

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

Sample Layouts

Qwerty-ANSI

The standard Qwerty-US layout.

Qwerty-intl

Same layout, but '"^`~ are turned into dead keys:

  • ", a = ä
  • ', e = è

Notice that in the YAML description, these '"^`~ signs are turned into their combining diacritics equivalent:

  • ´space + U+301 (combining acute)
  • ~space + U+303 (combining tilde)

Qwerty-prog

A qwerty-intl variant with an AltGr layer for dead diacritics and coding symbols.

  • AltGr+a = {
  • AltGr+s = [
  • AltGr+d = ]
  • AltGr+f = }
  • AltGr+", a = ä
  • AltGr+', e = è

See Also…