-
Notifications
You must be signed in to change notification settings - Fork 91
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
38 changed files
with
2,018 additions
and
715 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
# Sphinx build info version 1 | ||
# This file hashes the configuration used when building these files. When it is not found, a full rebuild will be done. | ||
config: e41613e939dfe6ab7008de864b4e64a8 | ||
config: 695b36c1e7f0f629e82be547fbb0d86d | ||
tags: 645f666f9bcd5a90fca523b33c5a78b7 |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,95 @@ | ||
********* | ||
Shortcuts | ||
********* | ||
|
||
Porymap has many keyboard shortcuts set by default, and even more that can be customized yourself. You can view and customize your shortcuts by going to *Options -> Edit Shortcuts*. Shortcut actions are grouped together by the window that they are used in (Main Window, Tileset Editor...). You can set up to 2 shortcuts per action, but you cannot have duplicate shortcuts set within the same window. If you enter a shortcut that is already in use, Porymap will prompt you cancel or overwrite the old shortcut. You can also restore your shortcuts to the defaults. | ||
|
||
.. figure:: images/shortcuts/edit-shortcuts.gif | ||
:alt: Edit Shortcuts | ||
|
||
Edit Shortcuts | ||
|
||
Your shortcuts are stored at ``%Appdata%\pret\porymap\porymap.shortcuts.cfg`` on Windows and ``~/Library/Application\ Support/pret/porymap/porymap.shortcuts.cfg`` on macOS). | ||
|
||
For reference, here is a comprehensive list of the default shortcuts set in Porymap. | ||
|
||
Main Window | ||
----------- | ||
|
||
.. csv-table:: | ||
:header: Toolbuttons | ||
:widths: 20, 20 | ||
|
||
Pencil, ``N`` | ||
Pointer, ``P`` | ||
Bucket Fill, ``B`` | ||
Eyedropper, ``E`` | ||
Move, ``M`` | ||
Shift, ``S`` | ||
|
||
.. csv-table:: | ||
:header: Actions | ||
:widths: 20, 20 | ||
|
||
Save Current Map, ``Ctrl+S`` | ||
Save All Maps, ``Shift+Ctrl+S`` | ||
Open Project, ``Ctrl+O`` | ||
Undo, ``Ctrl+Z`` | ||
Redo, ``Ctrl+Y`` `or` ``Ctrl+Shift+Z`` | ||
Show Edit History Window, ``Ctrl+E`` | ||
Open New Map Dialog, ``Ctrl+N`` | ||
Open New Tileset Dialog, ``Ctrl+Shift+N`` | ||
Open Tileset Editor, ``Ctrl+T`` | ||
Open Region Map Editor, ``Ctrl+M`` | ||
Edit Preferences, ``Ctrl+,`` | ||
|
||
.. csv-table:: | ||
:header: Map Editing | ||
:widths: 20, 20 | ||
|
||
Select Metatile, Right-click in "paint" or "fill" mode | ||
Select Multiple Metatiles, Hold Right-click while dragging | ||
Bucket Fill Metatiles, Middle-click from "paint" or "fill" mode | ||
Magic Fill Metatiles, ``Ctrl+`` Middle-click from "paint" or "fill" mode | ||
Zoom In, ``Ctrl++`` `or` ``Ctrl+=`` | ||
Zoom Out, ``Ctrl+-`` | ||
Reset View Scale, ``Ctrl+0`` | ||
Toggle Grid, ``Ctrl+G`` | ||
Toggle Cursor Outline, ``C`` | ||
Toggle Player View, ``V`` | ||
Toggle Draw Smart Paths, Hold ``Shift`` | ||
Draw Straight Paths, Hold ``Ctrl`` | ||
Duplicate Event(s), ``Ctrl+D`` while selected | ||
Delete Event(s), ``DEL`` while selected | ||
Pointer, Right-click in "paint" mode | ||
Select Event, Left-click in "pointer" mode or Right-click in "paint" mode | ||
Select Multiple Events, `Ctrl+` click | ||
|
||
|
||
|
||
Tileset Editor | ||
-------------- | ||
|
||
.. csv-table:: | ||
:header: General, | ||
:widths: 20, 20 | ||
|
||
Save, ``Ctrl+S`` | ||
Undo, ``Ctrl+Z`` | ||
Redo, ``Ctrl+Y`` `or` ``Ctrl+Shift+Z`` | ||
|
||
|
||
|
||
Region Map Editor | ||
----------------- | ||
|
||
.. csv-table:: | ||
:header: General, | ||
:widths: 20, 20 | ||
|
||
Save, ``Ctrl+S`` | ||
Undo, ``Ctrl+Z`` | ||
Redo, ``Ctrl+Y`` `or` ``Ctrl+Shift+Z`` | ||
|
||
.. note:: | ||
If using macOS, ``Ctrl`` refers to the ``Command`` key |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
/* do not limit the width of the page */ | ||
.wy-nav-content { | ||
max-width: 75%; | ||
} | ||
|
||
.wy-side-scroll { | ||
width: auto; | ||
overflow-y: auto; | ||
} |
Binary file not shown.
Oops, something went wrong.