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(opens in a new tab)
Outline⌘ IoutlineButtonItem(opens in a new tab)
Search⌘ FsearchButtonItem(opens in a new tab)
Go Back (Navigation Controller)⌘ ← (⌘ → for RTL)Pops the current navigation item.
Share⌘ SactivityButtonItem(opens in a new tab)
Email⌘ MemailButtonItem(opens in a new tab)
Open In⌘ OopenInButtonItem(opens in a new tab)
Print⌘ PprintButtonItem(opens in a new tab)
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