Skip to content
This repository has been archived by the owner on Feb 25, 2024. It is now read-only.

fix #324: add ctrl + space as shortcut into the SettingsPanel #366

Open
wants to merge 1 commit into
base: dev
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions src/SettingsPanel.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,16 @@ const KeyboardShortcuts = () => (
</Td>
<Td>Zoom-in/out</Td>
</Tr>
<Tr>
<Td>
<VStack alignItems="flex-start">
<span>
<Kbd>Ctrl</Kbd> + <Kbd>Space</Kbd>
</span>
</VStack>
</Td>
<Td>Navigate around in pan mode</Td>
</Tr>
</Tbody>
</Table>
</Box>
Expand Down