mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-04-27 11:53:23 +01:00
Keyboard shortcuts and accessibility
This commit is contained in:
7
ts/components/ShortcutGuide.md
Normal file
7
ts/components/ShortcutGuide.md
Normal file
@@ -0,0 +1,7 @@
|
||||
```jsx
|
||||
<util.ConversationContext theme={util.theme}>
|
||||
<div style={{ position: 'relative', height: '500px', width: '600px; }}>
|
||||
<ShortcutGuide i18n={util.i18n} />
|
||||
</div>
|
||||
</util.ConversationContext>
|
||||
```
|
||||
Reference in New Issue
Block a user