diff options
| author | bob <bcz@cs.brown.edu> | 2019-05-13 10:56:12 -0400 |
|---|---|---|
| committer | bob <bcz@cs.brown.edu> | 2019-05-13 10:56:12 -0400 |
| commit | 48b0f98ea2519d861a0eecee541dc0986a2c2f12 (patch) | |
| tree | 80b6baeeb62989385c7d364639e52817aff93482 /src/client/views/collections/collectionFreeForm | |
| parent | 762394f2d226501a95ba34edebcbea7ba9bf6a47 (diff) | |
small fixes
Diffstat (limited to 'src/client/views/collections/collectionFreeForm')
| -rw-r--r-- | src/client/views/collections/collectionFreeForm/MarqueeView.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/views/collections/collectionFreeForm/MarqueeView.tsx b/src/client/views/collections/collectionFreeForm/MarqueeView.tsx index 080c484f4..1c29ebaae 100644 --- a/src/client/views/collections/collectionFreeForm/MarqueeView.tsx +++ b/src/client/views/collections/collectionFreeForm/MarqueeView.tsx @@ -79,7 +79,7 @@ export class MarqueeView extends React.Component<MarqueeViewProps> y += 40 * this.props.getTransform().Scale; }) })(); - } else if (e.key === "t" && e.ctrlKey) { + } else if (e.key === "b" && e.ctrlKey) { //heuristically converts pasted text into a table. // assumes each entry is separated by a tab // skips all rows until it gets to a row with more than one entry |
