mirror of
https://github.com/CharaChorder/DeviceManager.git
synced 2026-01-08 02:52:49 +00:00
154 lines
2.1 KiB
YAML
154 lines
2.1 KiB
YAML
name: ASCII
|
|
description: ASCII Charset
|
|
actions:
|
|
32:
|
|
id: "SPACE"
|
|
icon: space_bar
|
|
description: |
|
|
While SPACE is used for keymaps and chord, just a " " is used in chord outputs.
|
|
This action is unique in this way. Technically it is "printable", but it is not visible.
|
|
39:
|
|
id: "'"
|
|
title: Single Quote
|
|
44:
|
|
id: ","
|
|
title: Comma
|
|
45:
|
|
id: "-"
|
|
title: Minus
|
|
46:
|
|
id: "."
|
|
title: Period
|
|
47:
|
|
id: "/"
|
|
title: Forward Slash
|
|
48:
|
|
id: "0"
|
|
title: Zero
|
|
49:
|
|
id: "1"
|
|
title: One
|
|
50:
|
|
id: "2"
|
|
title: Two
|
|
51:
|
|
id: "3"
|
|
title: Three
|
|
52:
|
|
id: "4"
|
|
title: Four
|
|
53:
|
|
id: "5"
|
|
title: Five
|
|
54:
|
|
id: "6"
|
|
title: Six
|
|
55:
|
|
id: "7"
|
|
title: Seven
|
|
56:
|
|
id: "8"
|
|
title: Eight
|
|
57:
|
|
id: "9"
|
|
title: Nine
|
|
59:
|
|
id: ";"
|
|
title: Semicolon
|
|
61:
|
|
id: "="
|
|
title: Equals
|
|
91:
|
|
id: "["
|
|
title: Left Bracket
|
|
92:
|
|
id: "\\"
|
|
title: Backslash
|
|
93:
|
|
id: "]"
|
|
title: Right Bracket
|
|
96:
|
|
id: "`"
|
|
title: Backtick
|
|
97:
|
|
id: "a"
|
|
title: Lowercase a
|
|
98:
|
|
id: "b"
|
|
title: Lowercase b
|
|
99:
|
|
id: "c"
|
|
title: Lowercase c
|
|
100:
|
|
id: "d"
|
|
title: Lowercase d
|
|
101:
|
|
id: "e"
|
|
title: Lowercase e
|
|
102:
|
|
id: "f"
|
|
title: Lowercase f
|
|
103:
|
|
id: "g"
|
|
title: Lowercase g
|
|
104:
|
|
id: "h"
|
|
title: Lowercase h
|
|
105:
|
|
id: "i"
|
|
title: Lowercase i
|
|
106:
|
|
id: "j"
|
|
title: Lowercase j
|
|
107:
|
|
id: "k"
|
|
title: Lowercase k
|
|
108:
|
|
id: "l"
|
|
title: Lowercase l
|
|
109:
|
|
id: "m"
|
|
title: Lowercase m
|
|
110:
|
|
id: "n"
|
|
title: Lowercase n
|
|
111:
|
|
id: "o"
|
|
title: Lowercase o
|
|
112:
|
|
id: "p"
|
|
title: Lowercase p
|
|
113:
|
|
id: "q"
|
|
title: Lowercase q
|
|
114:
|
|
id: "r"
|
|
title: Lowercase r
|
|
115:
|
|
id: "s"
|
|
title: Lowercase s
|
|
116:
|
|
id: "t"
|
|
title: Lowercase t
|
|
117:
|
|
id: "u"
|
|
title: Lowercase u
|
|
118:
|
|
id: "v"
|
|
title: Lowercase v
|
|
119:
|
|
id: "w"
|
|
title: Lowercase w
|
|
120:
|
|
id: "x"
|
|
title: Lowercase x
|
|
121:
|
|
id: "y"
|
|
title: Lowercase y
|
|
122:
|
|
id: "z"
|
|
title: Lowercase z
|
|
127:
|
|
id: "DEL"
|
|
title: Delete
|