futokb/java/assets/layouts/Special/symbols.yaml

37 lines
750 B
YAML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

name: "Symbols"
attributes:
shiftable: false
rows:
- letters: "1 2 3 4 5 6 7 8 9 0"
# Only show this row if number row is inactive on main layout
numRowMode: Hideable
- letters: "% \\ | = [ ] < > { }"
# Only show this row if number row is active on main layout
numRowMode: Filler
- letters:
- "@"
- "#"
- "$"
- "_"
- "%"
- "&"
# U+2013: "" EN DASH
# U+2014: "—" EM DASH
# U+00B7: "·" MIDDLE DOT
- ["-", "_", "\u2013", "\u2014", "\u00B7"]
- "+"
- "("
- ")"
- letters:
- "$shift"
- "*"
- "\""
- "'"
- ":"
- ";"
- "!"
- "?"
- "$delete"
- bottom: "$alphabet , $number $space / . $enter"