mirror of
https://github.com/ilyakooo0/urbit.git
synced 2024-12-01 11:33:41 +03:00
Merge branch 'mp/soto-capslock' (#2489)
* origin/mp/soto-capslock: soto: add 'capslock' to ignored keys Signed-off-by: Jared Tobin <jared@tlon.io>
This commit is contained in:
commit
7d3eafa35c
@ -21,7 +21,7 @@ export class Input extends Component {
|
||||
"F1", "F2", "F3", "F4", "F5", "F6", "F7", "F8",
|
||||
"F9", "F10", "F11", "F12", "Backspace", "Unidentified",
|
||||
"Delete", "Insert", "Home", "PageUp", "PageDown", "End",
|
||||
"Dead"
|
||||
"Dead", "CapsLock"
|
||||
];
|
||||
|
||||
// submit on enter
|
||||
|
Loading…
Reference in New Issue
Block a user