Skip to content

Commit 5997bce

Browse files
fix(vial-gui): Add LAG and LAG_T keycodes to v6
1 parent b496a2c commit 5997bce

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/main/python/keycodes/keycodes_v6.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,8 @@ class keycodes_v6:
4141
"LALT(kc)": 0x400,
4242
"LCA_T(kc)": 0x2500,
4343
"LCA(kc)": 0x500,
44+
"LAG_T(kc)": 0x2c00,
45+
"LAG(kc)": 0xc00,
4446
"LCAG_T(kc)": 0x2d00,
4547
"LCAG(kc)": 0xd00,
4648
"LCG_T(kc)": 0x2900,

0 commit comments

Comments
 (0)