adding repeater mode on mouse held down

This commit is contained in:
2025-12-06 02:14:04 -06:00
parent b10d69c238
commit c969c6056b
5 changed files with 55 additions and 17 deletions

View File

@@ -57,7 +57,7 @@ keys_json = {
},
"row4": {
"pKeys": ['z', 'x', 'c', 'v', 'b', 'n', 'm', ',', '.', '?'],
"sKeys": ['', '', '<', '>', '[', ']', '(', ')', '{', '}']
"sKeys": ['', '', '\\<', '>', '[', ']', '(', ')', '{', '}']
},
}
}