mirror of
https://github.com/tildearrow/furnace.git
synced 2024-11-25 05:55:12 +00:00
part 2
This commit is contained in:
parent
5368b138d3
commit
e911f1e5cf
2 changed files with 5 additions and 0 deletions
|
@ -13,6 +13,7 @@ the keys in the "Global hotkeys" section can be used in any window, although not
|
|||
| Restore backup | — |
|
||||
| Save file | `Ctrl-S` |
|
||||
| Save as | `Ctrl-Shift-S` |
|
||||
| Export | — |
|
||||
| Undo | `Ctrl-Z` |
|
||||
| Redo | `Ctrl-Y` |
|
||||
| Play/Stop (toggle) | `Return` |
|
||||
|
|
|
@ -356,6 +356,10 @@ below all the binds, select a key from the dropdown list to add it. it will appe
|
|||
- **/path/to/file.fur - Furnace**
|
||||
- **Display system name on title bar**
|
||||
- **Display chip names instead of "multi-system" in title bar**
|
||||
- **Export options layout:**
|
||||
- **Sub-menus in File menu**: export options appear in the File menu as sub-menus.
|
||||
- **Modal window with tabs**: a single "export..." option that opens a dialog with export options. this is the default.
|
||||
- **Modal windows with options in File menu**: like Sub-menus in File menu, but instead of being sub-menus, selecting one opens a dialog with export settings.
|
||||
- **Status bar:**
|
||||
- **Cursor details**
|
||||
- **File path**
|
||||
|
|
Loading…
Reference in a new issue