1
0
Fork 0

new line/tab in send_string

This commit is contained in:
Jack Humbert 2016-06-01 23:00:55 -04:00
parent 1c9f33c06a
commit 4635b44533
2 changed files with 2 additions and 3 deletions

View file

@ -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);