We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 090566c commit 481e764Copy full SHA for 481e764
typings/index.d.ts
@@ -89,6 +89,8 @@ export enum specialChars {
89
escape = '{esc}',
90
delete = '{del}',
91
backspace = '{backspace}',
92
+ home = '{home}',
93
+ end = '{end}',
94
selectAll = '{selectall}',
95
space = '{space}',
96
whitespace = ' ',
0 commit comments