new line/tab in send_string
This commit is contained in:
parent
1c9f33c06a
commit
4635b44533
2 changed files with 2 additions and 3 deletions
|
@ -316,8 +316,7 @@ void matrix_scan_user(void) {
|
|||
leader_end();
|
||||
|
||||
SEQ_ONE_KEY(KC_F) {
|
||||
register_code(KC_S);
|
||||
unregister_code(KC_S);
|
||||
send_string("if yes\n\tpeanut butter\nelse\n\trice snacks");
|
||||
}
|
||||
SEQ_TWO_KEYS(KC_A, KC_S) {
|
||||
register_code(KC_H);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue