Skip to content

Commit

Permalink
chore(web): Add TAB output to test keyboard
Browse files Browse the repository at this point in the history
  • Loading branch information
ermshiperete committed Nov 23, 2023
1 parent ef8b988 commit f56033f
Show file tree
Hide file tree
Showing 2 changed files with 643 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ group(main) using keys

+ '`' > dk(1)

+ [K_T] > U+0009 c TAB

'a' dk(1) 'b' + [K_BKSP] > 'ok1'
'a' 'b' + [K_BKSP] > 'fail1'
'a' dk(1) + [K_BKSP] > 'fail2'
Expand Down
Loading

0 comments on commit f56033f

Please sign in to comment.