Keyboard Shortcuts in Our iOS Viewer

PSPDFKit offers various keyboard shortcuts that improve the user experience for those using an external keyboard. You can see the available keyboard shortcuts by pressing and holding the Command (⌘) key.

Keyboard Shortcuts Support

Bar Button Item Shortcuts

Bar button items displayed in PSPDFViewController have shortcuts associated with them, and each shortcut simply executes the corresponding item’s action.

ActionShortcutBar Button Item
Toggle Annotation Toolbar⌘ ⇧ AannotationButtonItem
Outline⌘ IoutlineButtonItem
Search⌘ FsearchButtonItem
Go Back (Navigation Controller)⌘ ← (⌘ → for RTL)Pops the current navigation item.
Share⌘ SactivityButtonItem
Email⌘ MemailButtonItem
Open In⌘ OopenInButtonItem
Print⌘ PprintButtonItem
CancelescUIBarButtonSystemItemCancel(opens in a new tab)

Table Navigation

PSPDFKit also supports using the keyboard to navigate a table view.

ActionShortcut
Change Selected RowArrow keys
Activate Selected Rowreturn
Clear Selectionesc

Note that on the Smart Keyboard Folio for iPad, there is no escape key. Instead, escape is mapped to ⌘.

Tabbed Bar

When viewing documents in the tabbed view, PSPDFTabbedViewController, the following shortcuts can be used.

ActionShortcut
Show Next Tab⌃ tab or ⌘ ]
Show Previous Tab⌃ ⇧ tab or ⌘ [
Close Current Tab⌘ W
Close All Tabs⌘ ⇧ W
Close All Other Tabs⌘ ⌥ W