Skip to content

Commit

Permalink
update json abby mods
Browse files Browse the repository at this point in the history
forgot syntax is a thing
  • Loading branch information
aerick committed Sep 24, 2024
1 parent ab77169 commit 6eccaad
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 3 additions & 1 deletion book/javelin_dictionaries/abby-left-hand-modifiers.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
{
"TKPWHR":"{#}",
"KHR":"{#control_l}",
"THRA":"{#alt_l}",
Expand Down Expand Up @@ -1497,4 +1498,5 @@
"STKPWHRAO/STPH":"{#control_l(alt_l(shift_l(super_l(insert))))}",
"STKPWHRAO/SKPR":"{#control_l(alt_l(shift_l(super_l(print))))}",
"STKPWHRAO/PH*":"{#control_l(alt_l(shift_l(super_l(menu))))}",
"STKPWHRAO/TPHO":"{#control_l(alt_l(shift_l(super_l)))}",
"STKPWHRAO/TPHO":"{#control_l(alt_l(shift_l(super_l)))}"
}
4 changes: 3 additions & 1 deletion src/javelin_dictionaries/abby-left-hand-modifiers.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
{
"TKPWHR":"{#}",
"KHR":"{#control_l}",
"THRA":"{#alt_l}",
Expand Down Expand Up @@ -1497,4 +1498,5 @@
"STKPWHRAO/STPH":"{#control_l(alt_l(shift_l(super_l(insert))))}",
"STKPWHRAO/SKPR":"{#control_l(alt_l(shift_l(super_l(print))))}",
"STKPWHRAO/PH*":"{#control_l(alt_l(shift_l(super_l(menu))))}",
"STKPWHRAO/TPHO":"{#control_l(alt_l(shift_l(super_l)))}",
"STKPWHRAO/TPHO":"{#control_l(alt_l(shift_l(super_l)))}"
}

0 comments on commit 6eccaad

Please sign in to comment.