Skip to content
Merged
Show file tree
Hide file tree
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
22 changes: 15 additions & 7 deletions Flutter/pdf-viewer/accessibility.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,67 +59,75 @@ The `SfPdfViewer` supports the following keyboard interactions:
<th style="text-align:left" colspan="1">Action</th>
<th>Windows</th>
<th>Macintosh</th>
</tr>
<tr>
<th>Linux</th>
</tr>
<tr>
<th style="text-align:left" colspan="3">Shortcuts for page navigation</th>
<th style="text-align:left" colspan="4">Shortcuts for page navigation</th>
</tr>
<tr>
<td>Navigate to the first page</td>
<td>Home</td>
<td>Function+Left arrow</td>
<td>Home</td>
</tr>
<tr>
<td>Navigate to the last page</td>
<td>End</td>
<td>Function+Right arrow</td>
<td>End</td>
</tr>
<tr>
<td>Navigate to the previous page</td>
<td>Left arrow</td>
<td>Left arrow</td>
<td>Left arrow</td>
</tr>
<tr>
<td>Navigate to the next page</td>
<td>Right arrow</td>
<td>Right arrow</td>
<td>Right arrow</td>
</tr>
<tr>
<th style="text-align:left" colspan="3">Shortcuts for Zooming</th>
<th style="text-align:left" colspan="4">Shortcuts for Zooming</th>
</tr>
<tr>
<td>Perform zoom in operation</td>
<td>CONTROL + =</td>
<td>COMMAND + =</td>
<td>CONTROL + =</td>
</tr>
<tr>
</tr>
<tr>
<td>Perform zoom out operation</td>
<td>CONTROL + -</td>
<td>COMMAND + -</td>
<td>CONTROL + -</td>
</tr>
<tr>
<td>Retain the zoom level to 1</td>
<td>Reset the zoom level to 1</td>
<td>CONTROL + 0</td>
<td>COMMAND + 0</td>
<td>CONTROL + 0</td>
</tr>
<tr>
<th style="text-align:left" colspan="3">Shortcut for Text Search</th>
<th style="text-align:left" colspan="4">Shortcut for Text Search</th>
</tr>
<tr>
<td>Open the search toolbar</td>
<td>CONTROL + F</td>
<td>COMMAND + F</td>
<td>CONTROL + F</td>
</tr>
<tr>
<th style="text-align:left" colspan="3">Shortcut for Text Selection</th>
<th style="text-align:left" colspan="4">Shortcut for Text Selection</th>
</tr>
<tr>
<td>Copy the selected text</td>
<td>CONTROL + C</td>
<td>COMMAND + C</td>
<td>CONTROL + C</td>
</tr>
</table>

Expand Down
5 changes: 4 additions & 1 deletion Flutter/pdf-viewer/form-filling.md
Original file line number Diff line number Diff line change
Expand Up @@ -718,23 +718,26 @@ Widget build(BuildContext context) {
{% endhighlight %}
{% endtabs %}

For desktop platforms such as Windows, macOS, and desktop web, use the following shortcut keys to perform the actions.
For desktop platforms such as Windows, macOS, Linux, and desktop web, use the following shortcut keys to perform the actions.

<table>
<tr>
<th>Action & Shortcut keys</th>
<th>Windows</th>
<th>macOS</th>
<th>Linux</th>
</tr>
<tr>
<th>Undo</th>
<td><code>Ctrl</code> + <code>z</code></td>
<td><code>Command</code> + <code>z</code></td>
<td><code>Ctrl</code> + <code>z</code></td>
</tr>
<tr>
<th>Redo</th>
<td><code>Ctrl</code> + <code>y</code></td>
<td><code>Command</code> + <code>y</code></td>
<td><code>Ctrl</code> + <code>y</code></td>
</tr>
</table>

Expand Down
2 changes: 1 addition & 1 deletion Flutter/pdf-viewer/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ documentation: ug

# Flutter PDF Viewer (SfPdfViewer) Overview

The Syncfusion<sup>&reg;</sup> [Flutter PDF Viewer](https://www.syncfusion.com/flutter-widgets/flutter-pdf-viewer) widget allows you to view PDF documents seamlessly and efficiently in Android, iOS, Web, Windows, and macOS platforms. It has highly interactive and customizable features such as magnification, virtual scrolling, page navigation, text selection, text search, and bookmark navigation.
The Syncfusion<sup>&reg;</sup> [Flutter PDF Viewer](https://www.syncfusion.com/flutter-widgets/flutter-pdf-viewer) widget allows you to view PDF documents seamlessly and efficiently in Android, iOS, Web, Windows, Linux, and macOS platforms. It has highly interactive and customizable features such as magnification, virtual scrolling, page navigation, text selection, text search, and bookmark navigation.

## Key Features

Expand Down
2 changes: 1 addition & 1 deletion Flutter/pdf-viewer/select-deselect-annotations.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ void customizeSelectorAppearance() {
## Deselect an annotation

You can deselect an annotation by tapping outside its bounds using a touch or mouse. When the annotation is deselected, the selection border (selector) disappears, indicating that the annotation is deselected.
* In desktop platforms like Windows, macOS, and desktop web, you can also use the keyboard shortcut Esc to deselect an annotation.
* In desktop platforms like Windows, macOS, Linux, and desktop web, you can also use the keyboard shortcut Esc to deselect an annotation.

### Deselect an annotation programmatically

Expand Down
5 changes: 4 additions & 1 deletion Flutter/pdf-viewer/undo-redo.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,23 +11,26 @@ documentation: ug

If you performed any undesired actions when adding, removing, or editing annotations, you can undo and redo the action to restore the previous state. This section will go through how to undo and redo the changes made to the annotations.

For desktop platforms such as Windows, macOS, and desktop web, you can use the following shortcut keys to perform the actions.
For desktop platforms such as Windows, macOS, Linux, and desktop web, you can use the following shortcut keys to perform the actions.

<table>
<tr>
<th>Action & Shortcut keys</th>
<th>Windows</th>
<th>macOS</th>
<th>Linux</th>
</tr>
<tr>
<th>Undo</th>
<td><code>Ctrl</code> + <code>z</code></td>
<td><code>Command</code> + <code>z</code></td>
<td><code>Ctrl</code> + <code>z</code></td>
</tr>
<tr>
<th>Redo</th>
<td><code>Ctrl</code> + <code>y</code></td>
<td><code>Command</code> + <code>y</code></td>
<td><code>Ctrl</code> + <code>y</code></td>
</tr>
</table>

Expand Down
2 changes: 0 additions & 2 deletions Flutter/system-requirements.md
Original file line number Diff line number Diff line change
Expand Up @@ -117,5 +117,3 @@ See the links below for the recommended Flutter development environments:
### Supported Platforms

Our Flutter packages are compatible with iOS, Android, Web, Windows, macOS, and Linux. You can find the supported version at the link ['here'](https://docs.flutter.dev/reference/supported-platforms#supported-platforms).

>**Note**: Currently, the PDF viewer control is not supported on the Linux platform.