en:guide:febuildergba:keyboard_shortcut_for_febuildergba_en

FEBuilderGBA keyboard shortcut

Shortcut registered by default

F5

Start the emulator.
Also, depending on the setting, the connection function to the emulator is enabled at the same time, and information such as the event etc. is acquired from the emulator.

Ctrl + F5

Start the emulator 2.
If no $ gba debugger is specified, the sav file of emulator 1 is transferred.
It also makes it easier to generate symbol files automatically for debugging.

After changing something, if you check with the emulator at F5, if you encounter problems that can not be solved by all means, it is assumed that you press Ctrl + F5 and debug the contents with no $ gba debugger.

Ctrl + K

Click the “Write To ROM” button in the item that is currently being changed.
For event script etc, click “Change” button.

Please change it and use it when it is troublesome to push the write button one by one.

Ctrl + W

Close the current window.
For pages opened in tab form such as event scripts, close the currently active tab.
Unlike Ctrl + F4, only the currently active tab is closed.

Pause (Break)

Go to the main window.
Since FEBuilderGBA opens several windows, please use it when you want to return to the main screen immediately.
It is like a home button on a smartphone.

F11

Open the Binary Editor.

By the way, you can start the binary editor by double clicking on the selected address on each screen.
You can also make nmm modules, dump with csv, tsv, EA.

Shortcut candidate list

clipboard01.jpg

You can set key bindings and functions from the setting shortcuts.

Other functions are as follows.

0 = Nothing

It is a shortcut that does nothing.
It means that it is unset.

1 = Run with emulator

By default, it is assigned to F5.
Open the edited ROM with the emulator.
Probably the most used function.

2 = Run on emulator 2

By default, it is assigned to Ctrl + F5.
Open with the debugger emulator.

3 = Binary editor

By default, it is assigned to F11.
Open the Binary Editor.

4 = Last used file

Open the last file you used.
For example, after saving an image, you can run that image in association or select it in Explorer.

5 = Sappy

Open the ROM you are currently editing with sappy.

6 = Program 1

7 = Program 2

8 = Program 3

Open the ROM you are currently editing with the program you specified

9 = UNDO display

Open the screen to cancel the editing.
It seems to be important, but it is quite a shadowy function.

10 = Log

Display the log of FEBuilderGBA.
This is also a shadow thin function.
Aka Rin -

11 = Move to main form

Go to the main window.
By default, it is assigned to Pause (Break).

12 = Press the write button

Press the write button.
By default, it is assigned to Ctrl + K.

13 = Close the window

Close the window.
By default, it is assigned to Ctrl + W.

14 = Lint

Activate FELint and check for errors that can be automatically detected in the ROM.
FELint can also be launched from the menu, and errors in chapters currently being edited are also displayed on the right side of the main window, so it is not clear whether or not there is a meaning to register shortcuts … well.

15 = Open ROM

Open a new ROM.

16 = Overwrite and save ROM

Save the current edited contents in ROM.
However, if possible, we recommend using the function of “18”.

17 = Save ROM as a different name

Save the current ROM as a different name.

18 = Overwrite save if there is no error

Execute FELint on the ROM and save it if there is no error that can be detected automatically.
If there is an error, save is canceled and an error list is displayed.


In addition, if you have the shortcut you want, please post it to the community.

Shortcut that can not be changed


The available places are limited, and there are shortcuts that are decided.

Ctrl + Z

Undo
Cancel the operation.

Ctrl + Y

Redo
Cancel cancellation of operation. (Undo it)

Ctrl + C

Copy
Copies the selected contents to the clipboard.

Ctrl + V

Paste
Paste the contents from the clipboard.
When used in combination with Ctrl + C, you can increase the data.

Ctrl + N

It is effective only in the event editor system.
Instead of seeing the written event, I will change it directly.

Ctrl + M

Valid only with binary editor and 3 point DIFF.
Draws the mark at the position where the cursor is currently located.
Press again to release the mark.

Please use it so as not to get lost where you are.

Ctrl + L

Valid only with binary editor and 3 point DIFF.
The mark list is displayed.

Ctrl + F

Valid only with the binary editor.
Search with specified content.

Ctrl + G

Valid only with the binary editor.
Jump directly by specifying an address.

Ctrl + J

In the binary editor, it is the same as Ctrl + G.
Jump to the specified address.

In the case of the event editor system, it moves to the first item.
For example, if the first item is a unit it opens the unit screen, and if it is an event to be nested, we will move to that event.

Alt + J

It is effective only in the event editor system.
I will go directly to the second item.
For example, if the second item is a unit, we open the unit screen, and if it is an event to nest, we will move to that event.

Delete

It is effective only in the event editor system.
Delete the data at the cursor position.

ESCAPE

Close the dialog.

en/guide/febuildergba/keyboard_shortcut_for_febuildergba_en.txt · 最終更新: 2018/09/09 17:46 (外部編集)