feat(k17): add tap-chord dance to K17 Max #13
Reference in New Issue
Block a user
Delete Branch "feat/k17/tap-chords"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Adds a tap-dance key to the Keychron K17 Max that sends VS Code chord shortcuts:
Ctrl+K Ctrl+C(add line comment)Ctrl+K Ctrl+D(format document)Uses
ACTION_TAP_DANCE_FNwithSEND_STRING— the correct approach for sending key sequences from tap-dance. Also removes leftover dead custom keycode stubs from an earlier failed implementation attempt.