-
Notifications
You must be signed in to change notification settings - Fork 20
Basic Controls & Gamepad Layout
Álvaro García edited this page May 27, 2024
·
4 revisions
- Keys:
- 'Right arrow': go to left (change page).
- 'Left arrow': go to right (change page).
- 'Page down': go to previous (change page).
- 'Page up': go to next (change page).
- 'Up arrow': scroll the page up.
- 'Down arrow': scroll the page down.
- 'WASD': scroll the page vertically and horizontally.
- 'F11': toggle full-screen mode.
- 'Ctrl+O': choose a file to open.
- 'Ctrl++' and 'Ctrl+-': zoom in or zoom out the view. 'Ctrl+0' to reset it.
- Mouse:
- 'Scroll wheel': scroll the page up and down.
- 'Left-click': go to right (change page) if the right side of the view area is clicked and go to left (change page) if the left side is clicked.
- 'Right-click': open a context menu with some basic navigation options.
- 'Ctrl+Scroll wheel': zoom in or zoom out the view.
ACBR is primarily designed to work with keyboard and mouse, but there's gamepad support for some basic controls in the reader:
- Right stick (up/down): scroll page (up / down).
- Left bumper / Right bumper: go left (change page) / go right (change page).
- Left trigger / Right trigger: zoom page out / in.
- Left stick (click): toggle full screen.
- Right stick (click): switch zoom mode.
- BACK button + Y button: go to first (change page).
- BACK button + A button: go to last (change page).
- START button: open/close a quick menu with buttons to open a gamepad controllable file browser, the history, toggle full screen or quit.
- The modals (including the quick menu) and some of the tools (file browser and history) can be controlled with the gamepad:
- Right stick, Left stick or D-Pad: change the currently focused input element (e.g. a UI button).
- A button: interact with the currently focused input element (e.g. click a UI button).
- B button: close the modal/tool (if possible at that moment).