Skip to content

Commit

Permalink
More glyphs
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewtodd committed Nov 29, 2024
1 parent bbef30e commit 2951adb
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion docs/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ parse_config:
HASH: "#"
DLLR: "$"
PRCNT: "%"
CARET: "^"
AMPS: "&"
ASTRK: "*"
LPAR: "("
Expand All @@ -28,7 +29,6 @@ parse_config:
SQT: "'"
DQT: '"'
COMMA: ","
LESS_THAN: "<"
DOT: "."
LBKT: "["
LBRC: "{"
Expand Down Expand Up @@ -69,3 +69,12 @@ parse_config:
"LG(X)": "Cut"
"LG(Z)": "Undo"

C_MUTE: $$mdi:volume-off$$
C_VOL_UP: $$mdi:volume-high$$
C_VOL_DN: $$mdi:volume-low$$
C_NEXT: $$mdi:skip-next$$
C_PREV: $$mdi:skip-previous$$
C_PP: $$mdi:play-pause$$

BT_CLR: $$mdi:bluetooth-off$$
BT_SEL: $$mdi:bluetooth-connect$$

0 comments on commit 2951adb

Please sign in to comment.